/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	padding: 0px;
	background: #a1a19b;
	background-image:url(assets/images/template/bg.png);
	background-repeat:repeat-x;
}

.nospace p{
	margin-top:0em;
	}

/******* 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 200% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

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

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

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

h5{
 font: 100% 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: 10px auto 0 auto;
	width: 960px;
}

#pagecell2{
	margin-top: 2px;
	width: 960px;
	background-image:url(assets/images/template/bg2.png);
}

#pagecell3{
	margin: 0 0 0 180px;
	width: 780px;
}

#pageNav{
	margin-left: -180px;
	float: left;
	width:180px;
	padding: 0px;
	font: small Verdana,sans-serif;
	color:#CCCCCC;
}

/* content */

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

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

#content_margins{
	margin-top: -2px;
	padding: 7px 20px 10px 15px;
}

#footer{
	clear: both;
	background-image:url(assets/images/template/ftr.png);
	background-repeat:no-repeat;
	font-size: small;
	color: #FFFFFF;
	padding: 8px 10px 20px 190px;
	margin: 0 0;
}

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

#footer a:hover{
	border-bottom:solid 1px #66CCFF;
	color: #66CCFF;
}

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

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

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

#breadcrumb{
	margin:-35px 15px 0px 435px;
}

/************** 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{
	margin: 20px 0px 0px 40px;
	position: relative;
	padding: 0px;
	width: 143px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	padding: 3px 0px 3px 5px;
	color:#ffffff;
}

#sectionLinks a:hover{
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	color:#ffffff;
}