/*** Content Styles ***/

#title {
	display: none; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	padding-bottom: 10px;
}

body {
	font-family: Helvetica, Arial, Verdana;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	line-height: 17px;
	margin: 3px auto 17px auto;
	background-color: #87AFE4;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	background-image: url(../images/layout/background_blue.jpg);
	background-color: #EEF3F9;
	background-repeat: no-repeat;
	border-top: 1px solid #002B6D;
	border-bottom: 1px solid #002B6D;
	letter-spacing: 1px;
	color: #002869;
	font-size: 16px;
	font-weight: normal;
	margin: 4px 0 15px 0;
	padding: 7px 0 6px 30px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 900;
	font-weight: normal;
	color: #333333;
	margin-bottom: 0px;
	line-height: 19px;	
}
h2.medlinks {
	margin-top: 0px;
	margin-bottom: 15px;
}
h3 {
	font-family: Helvetica, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 0px;
}

hr {
	border: none;
	background-color: #E0E5ED;
	color: #E0E5ED; /* Older versions of IE use the `color` attribute to style <hr> */
	height: 1px;
	line-height: 1px;
	margin-top: 10px;
	width: 100%;
}

.hr_fix {
	margin-right: 12px; 
	margin-bottom: 20px;
}

#content_area .column {
	border-left: 1px solid #E0E5ED;
	width: 173px;
	height: 100%;
	float: right;
	padding: 0 5px 0 10px;
	margin: 0 auto 0px 10px;
	text-align: left;	
}

.column h2 {
	margin-top: 0;
}

.videocolumn {
	border-left: 1px solid #E0E5ED;
	padding-left: 15px;
}

.odd {
	background-color: #C6D5EA;
}

.highlighted-text {
	color: #000;
}

/*** Link Styles ***/

a:link, 
a:visited,
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #002B6D;
	text-decoration: none;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-decoration: underline;
}

/*** UL Styles ***/

ul  {
	font-size: 13px;
	font-weight: normal;
	list-style-type: disc;
	margin-left: 2px;
	margin-top: 0px;
	
}

ul.special {
	list-style-image: url(../images/arrow.gif);
	padding: 0 0 0 20px;
	color: #002869;
	margin: 0px 0px 10px 0px;
	line-height: 16px;
}
ul.special li{
	padding: 8px 0 10px 0;
	margin: 0px;
}
ul.special li a:link, 
ul.special li a:visited,
ul.special li a:active
{
	font-family: Helvetica, Arial, Verdana;
}
ul.special li a:hover {
	text-decoration: underline;
}

/*** Image Styles ***/

.imagespacert {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.imagespacelt {
	margin-bottom: 10px;
	margin-right: 10px;
    float: left;
}
