/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-size: 70%; /* Resets 1em to 11px */
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.4;	
	padding: 0px;
	background: #f8f8ea;
}

p{
	font-size:1.5em;
}

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

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 3.5em Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 2.5em Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 1.5em Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 1em Arial,sans-serif;
 color: #333333;
 line-height: 14px;
 margin: 15px 0px -10px 0px;
 padding: 0px;
}

h5{
 font: .9em Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


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

ul{
 list-style-type: square;
}

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

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

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	margin: 0px auto 0px auto;
	width: 942px;
	background-color: #fff;
}

#pagecell2{
	margin: -1px 0 0 0;
	width: 942px;
	background-color:#fff;
	background-image:url(assets/images/template/bg.png);
}

#pagecell3{
	margin: 0 0;
	width: 942px;
}

#pageNav{
	margin: 0 0 25px 0;
	padding: 10px 0 0 0;
	font: large Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	color:#000;
}

/* content */

#content_wrapper{
	margin: 0px;
	padding: 0px;
}

#content_nomargins{
	padding: 0px;
	margin-top: -2px;
}

#content_margins{
	margin: 0px;
	padding: 7px 27px 0px 27px;
}

#content_margins_port{
	margin: 0px;
	padding: 7px 12px 0px 12px;
}

#content_floatleft{
	margin: 0px 8px 0px 20px ;
	padding-right: 20px;
	width: 485px;
	float: left;
	line-height: 1.5;
	border-right: thin solid #666;
}

.bodytext1st{
	margin-top: -3px;
}

#content_floatleft_margin{
	margin: 0px 15px 0px 10px;
	padding-right: 20px;
	width: 485px;
	float: left;
	line-height: 1.5;
	border-right: thin solid #666;
}

#content_floatright{
	margin-right: 30px;
	padding-left: 20px;
	width: 403px;
	float: right;
	line-height: 1.5;
	border-left: thin solid #666;
}

#content_floatright_margin{
	margin: 0 0 0px 15px;
	padding-left: 20px;
	width: 485px;
	float: right;
	line-height: 1.5;
	border-left: thin solid #666;
}

#clearcolumns{
	clear: both;
}

#footer{
	clear: both;
	background-image:url(assets/images/template/ftr.png);
	background-repeat:no-repeat;
	background-color: #fff;
	font-size: 1.2em;
	color: #666;
	padding: 20px 45px 5px 45px;
	margin: -5px 0 0 0;
}

#footer a{
	color: #6699CC;
	text-decoration:none;
	border-bottom: dotted 1px #6699CC;
}

#footer a:hover{
	border-bottom:solid 1px #0066CC;
	color: #0066CC;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** header styles ****************/

#header{
	background-image:url(assets/images/template/hdr.jpg);
	background-repeat:no-repeat;
	padding: 119px 0 0 0;
	margin: 0px;
}

#headerhm{
	background-image:url(assets/images/template/hdr.png);
	background-repeat:no-repeat;
	padding: 0 0;
	margin: 0px;
}



/************** content styles *****************/
.reversecolors p, .reversecolors h3, .reversecolors h4, .reversecolors h5{
	color:#FFFFFF;
}

.reversecolors a:link, .reversecolors a:visited{
	color:#FFFFCC;
}

html>body .content {height: auto;}


/************ sectionlinks styles **************/

/************ sectionlinks styles **************/

#sectionLinks{
	margin: 0px 5px 0 0px;
	position: relative;
	padding: 0px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	font-weight: bold;
	padding: 0px 10px;
	color:#000;
	z-index:100;
}

.highlight {
	color:#0c2b73;
}

#sectionLinks a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #36C;
}

/* Styles for Menu Items */
#sectionLinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#sectionLinks li {
	display: inline;
	position: relative;
}
	
#sectionLinks ul ul {
	position: absolute;
	float: none;
	padding: 2px 5px;
	top: auto;
	left: 0;
	display: none;
	background-color: #666666;
	border: 1px solid navy;
	white-space: nowrap;
}

#sectionLinks ul ul a:link, #sectionLinks ul ul a:visited {
	padding: 0;
}

#sectionLinks li:hover ul, #sectionLinks li:hover ul li, #sectionLinks li.over ul, #sectionLinks li.over ul li {
	display: block;

}

.nospace {
line-height: 1;
}
