/* Tag Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #D6D3D3;
}

/* Main Template Styles */

#leftcontent {
	background-image: url(images/template_10.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 15px;
	padding-bottom: 245px;
}

.leftnav {
	color: #E1A514;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.leftnav a:link {
	display: block;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
}

.leftnav a:visited {
	display: block;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
}

.leftnav a:hover {
	display: block;
	color: #E1A514;
	font-weight: normal;
	text-decoration: none;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
}

#leftcontentmargin {
	background-image: url(images/template_11.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#maincontent {
	background-image: url(images/template_07.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
}

#spanishlink {
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	margin-top: 40px;
	margin-right: 13px;
}

#spanishlink a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#spanishlink a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#spanishlink a:hover {
	color: #E1A514;
	font-weight: bold;
	text-decoration: none;
}

/* Homepage Template Styles */

#rightcontent {
	background-image: url(images/template_09.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 400px;
}

/* Text Styles */

.catheadings {
	text-transform: uppercase;
	color: #898281;
	letter-spacing: 5px;
	font-weight: bold;
}

.pageheadings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #4D5C98;
}

.headings {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.subheadings {
	font-size: 14px;
	color: #898281;
	font-weight: bold;
}

.captions {
	font-size: 10px;
}

.redtextbold {
	color: #990000;
	font-weight: bold;
}