/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	padding: 0px;
	background: #cccccc;
}

.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: #000066;
 padding: 0px;
}

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

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

h4{
 font: bold 100% Arial,sans-serif;
 color: #333333;
 line-height: 14px;
 margin: 0 0 0 0;
 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;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pageNav{
	margin: -33px 0px 0px 0px;
	padding: 0px;
	font: small Verdana,sans-serif;
	text-align: center;
	color:#CCCCCC;
}

#pagecell1{
	margin: 15px auto 5px auto;
	width: 800px;
}

#pagecell2{
	margin: 14px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	background-image:url(assets/images/template/bg.png);
	min-height:395px;
}

#pagecell2 object{
	position:absolute;
	margin-top:-4px;
}

#pagecell3{
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 10px 10px;
}

#footer{
	font-size: 9px;
	color:#FFFFFF;
	background-image:url(assets/images/template/ftr.gif);
	margin: -12px 0px 0px 0px;
	padding: 13px 0px 7px 40px;
}

#footer a{
	color: #FFFFCC;
	text-decoration:none;
}

#footer a:hover{
	color: #99CCFF;
}


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

#header{
	padding: 0px;
	margin: 0px;

}

#header img{
	position: relative;
	padding: 0px;
	margin: 0px;
}


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

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

.ojbect_rightwrap img{ float:right; padding-left: 5px;}
.ojbect_leftwrap img{ float:left; margin-right: 3px;}

html>body .content {height: auto;}


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

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

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

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

