@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background:#2E6FC1 url(../images/page_bg.jpg) repeat-x left top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#585858;
	line-height:20px;
}

h1 {
	background:url(../images/h1_bullet.jpg) no-repeat left center;
	padding:0 0 0 40px;
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	color:#265DAA;
	line-height:50px;
	font-weight:normal;
}

h2 {
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#265DAA;
	line-height:36px;
	font-weight:normal;

}

.main_td {
	padding:10px 20px 10px 20px;
	text-align:justify;
	background-color:#FFFFFF;
}

.footer {
	width:900px;
	padding:8px 0 8px 0;
	background-color:#204F99;
	font-size:11px;
	color:#B3C3D9;
	text-decoration:none;
	text-align:center;
	line-height:14px;
}			

.copyr {
	width: 900px;
	text-align:center;
	color: #B3C3D9;
	font-size:11px;
	margin-top: 10px;
}

.copyr a{
	color:#B5ED54;
	text-decoration:none;
}			

.copyr a:hover{
	text-decoration:underline;
}

.point {
	margin-top:0;
	padding-top:0;
}
.point li {
	list-style-image:url(../images/bullet.gif);
	padding-left:10px;
}

.link {
	color:#1C5BC2;
	text-decoration:underline;
}

.link:hover {
	color:#1C5BC2;
	text-decoration:none;
}

.notes {
font-size:11px;
line-height: 16px;
}



/**** Classes for menu ***/

.button_bg {
	background:url(../images/menu_bg.jpg) repeat-x left;
	height:38px;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
}

.button{
/*height:38px;*/
margin-left:auto;
margin-right:auto;
font-family:Arial, Helvetica, sans-serif;
}

.button ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.button li{
display:inline;
margin:0;
padding:0;
}

.button a{
background:url(../images/menu_divider.jpg) no-repeat right;
float:left;
margin:0;
padding: 10px 14px 10px 14px;
color:#FFFFFF;
text-decoration:none;
}

.button a:hover{
color:#8ED7F9;
text-decoration:none;
}

.button .nodvdr a{
float:left;
margin:0;
padding: 10px 14px 10px 14px;
color:#FFFFFF;
text-decoration:none;
}

.button .nodvdr a:hover{
color:#8ED7F9;
text-decoration:none;
}

/**** End of menu ***/
