body
{
	background-color: #264662;
	background-image: url(images/background.jpg);
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: black;
}

a {
	color: #264662;
	text-decoration: none;
}

a:hover {
	color: #4682b4;
	background-color: #c9c9c9;
}

a:visited {
	color: #1c354a;
	text-decoration: none;
}

acronym {
	font-style: italic;
}


h1 {
	color: #264662;
	font-size: 22px;
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	margin-top: 30px;
}

h2 {
	color: #264662;
	font-size: 18px;
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	margin-top: 20px;
}

h3 {
	color: black;
	font-size: 16px;
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
}
ul {
	list-style-type: square;
	list-style-position: inside
}

#main {
	background-color: white;
	background-image: url(images/padml_background.gif);
	background-repeat: no-repeat;
	border-right: 1px solid #264662;
	float: left;
	padding: 25px 50px 50px 50px;
	width: 600px;
	/* IE 5 bug correction tips */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 700px;
}

html>body #main {
	/* IE 5 bug correction tips, used for CSS2 enabled browsers, IE5 will still ignore it */
	padding: 25px 50px 50px 50px;
   	width: 600px;
}

#sign { 
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 25px;
}

#right {
	color: white;
	padding: 15px;
	margin-left: 700px;
}

#right h2 {
	color: white;
	font-size: 16px;
}

#right h3 {
	color: white;
	font-size: 14px;
}

#right a {
	color: white;
	border-bottom: 1px dotted white;
}

#right a:hover {
	color: white;
	border-bottom: 1px solid white;
	background: none;
}

#right ul
{
	padding: 0px;
	list-style-type: square;
	list-style-position: inside;
}

#right li {
	margin-bottom: 5px;
}
