/* CSS Document */

body{
	background-color: #FFFFFF;
	color:#000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:active, a:visited{
	color: #0167cc;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover{
	text-decoration: underline;
}

.LeftBorderRepeat{
	background-image: url(images/left_border_repeat.gif);
	background-repeat: repeat-y;
}

.RightBorderRepeat{
	background-image: url(images/right_border_repeat.gif);
	background-repeat: repeat-y;
}

.footer{
	color: #bab9b9;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footer_link:link, .footer_link:active, .footer_link:visited{
	color: #bab9b9;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.footer_link:hover{
	text-decoration: underline;
}

/*dropdown css */

.drop_down_menu a:link{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	color: #333333;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}
	
	
.drop_down_menu a:visited{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	color: #333333;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}
.drop_down_menu a:hover{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	color: #0567cc;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: none;		
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}

.header{
	color: #bab9b9;
	font-size: 30px;
	padding-bottom:5px;
	font-weight:lighter;
	font-family:"Script MT Bold";
	
}