/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	/*min-width: 200px;*/
	margin: 0px;
	padding: 0px;
	background: #FFFFFF fixed;
	font-size: medium;
}

/******* hyperlink and anchor tag styles *******/

a {
	color:#0066FF;
	text-decoration: underline;
}


a:link {
	color: #0066ff;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}


h2{
 font: bold 120% Arial, sans-serif;
 color: #000066;
 margin: 0px;
 padding: 0px 0px 5px;
}


/*************** list tag styles ***************/

ul{
	list-style: url(images/redbullet.gif) none inside;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

ol{
	list-style: decimal inside;
	font-size: small;
	font-weight: normal;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	left: 2%;
	right: 2%;
	width:95.5%;
	background-color: #ffffff;
	top: 122px;
	border-top: #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url(images/ltborder.gif);
	background-repeat: repeat-y;
	background-position: 220px;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	min-width: 200px;
	background: url(images/headerimages2.gif) no-repeat right top;
	border-right-width: 1px;
	border-left-width: 1px;
	padding-bottom: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-left-color: #EBEBEB;
	
}


#content{
	padding: 0px 10px;
	border-right: 1px none #ccd2d2;
	border-top: none;
	border-bottom: none;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 220px;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 2px 20px;
	margin: 0px;
	border-bottom:medium solid #FF0000;
	color: #000068;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: 900;
	text-align: right;
	width: 400px;
	float: right;
}

/************* globalNav styles ****************/

#globalnav {
	position: absolute;
	background-color: #000068;
	font-size: small;
	height: 20px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	top: 80px;
	left: 2%;
	right: 2%;
	width: 95.3%;
	color: #FFFFFF;
}

#globalnav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 900;
}

#globalnav a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 900;
}

#globalnav a:hover {
	text-decoration: underline;
}

.feature{
	font-size: 80%;
	height: auto;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 10px;

}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 0px 2px 4px 4px;
	margin-top: 0px;
	background-color: #FFFFFF;
}

#siteInfo a {
	color: #000068;
	text-decoration: none;
	font-weight: 900;
}

#siteInfo a:link {
	color: #000068;
	text-decoration: none;
	font-weight: 900;
}

#siteInfo a:hover {
	text-decoration: underline;
}

p {
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 8px;
}
li {
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 30px;
	padding-bottom: 5px;
}
.feature ul {

	list-style: square outside;
	margin: 2px 0px 8px;
}
.headerimgpadding {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#ltnav {
	float: left;
	width: 210px;
	background-color: #EBEBEB;
	margin-bottom: 20px;
	padding-bottom: 60px;
	margin-right: 15px;
	color: #000068;
	font-size: small;
	clear: right;
}

#ltnav a {
	color: #0B0A46;
	text-decoration: none;
	font-weight: 900;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #0B0A46;
	padding-left: 5px;
}

#ltnav a:link {
	text-decoration: none;
	font-weight: 900;
}

#ltnav a:hover {
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FF0000;
	color: #FF0000;
}

.indentglobnav {
	margin-left: 100px;
}
#rtimage {
	float: right;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}
.ltnavimgpadding {
	margin-bottom: 20px;
}
.bottommargin {
	margin-bottom: 60px;
}
#wplink {
	float: right;
	padding-right: 10px;
	padding-top: 4px;
}

#wplink a {
	color: #EBEBEB;
	text-decoration: none;
	font-weight: normal;
	font-size: x-small;
}

#wplink a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#wplink a:hover {
	text-decoration: underline;
}
#ltcontainer {
	float: left;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #0B0A46;
}
.imgpadding {
	margin-top: 20px;
}
#headerprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: none;
}
#boxrt {
	background-color: #FFFF99;
	float: right;
	height: auto;
	width: 350px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: solid;
	border-top-color: #000068;
	border-right-color: #000068;
	border-bottom-color: #000068;
	border-left-color: #000068;
	padding: 5px;
	margin-left: 10px;
}

#boxlt {
	background-color: #FFFF99;
	float: left;
	height: auto;
	width: 350px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: solid;
	border-top-color: #000068;
	border-right-color: #000068;
	border-bottom-color: #000068;
	border-left-color: #000068;
	padding: 5px;
	margin-right: 10px;
}

#boxrtlarge {
	background-color: #FFFF99;
	float: right;
	height: auto;
	width: 400px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: solid;
	border-top-color: #000068;
	border-right-color: #000068;
	border-bottom-color: #000068;
	border-left-color: #000068;
	margin-right: 10px;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.blue {
	color: #000068;
}.topmargin {
	margin-top: 5px;
}
.red {
	color: #FF0000;
}
.formField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
