body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td 
{
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	
}

td 
{
	margin-top: 0pt;
	font-size: small;	
	
}

body{
	line-height: 1.5em;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-color: #E9E9E9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	background-position: center;
}

h1 {
	font-size: 16px;
	line-height: 1.6;

	
	
}
h2 {
	font-size: 110%;
	color: #333;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	
}
h3 {
	font-size: small;
	color: #333;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

h4 {
	color: #2B2B2B;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C7C8C7;
	border-right-color: #F2B518;
	border-bottom-color: #C7C8C7;
	border-left-color: #F2B518;
}
h5 {
	font-weight: bold;
	padding-left: 10px;
	background-repeat: no-repeat;
	color: #FFF;
	background-image: url(img/h5_bg.gif);
	font-size: 110%;
	height: 37px;
	padding-top: 5px;
	vertical-align: middle;
}
h6 {
	font-weight: bold;
	padding-left: 10px;
	background-repeat: no-repeat;
	color: #FFF;
	background-image: url(img/h6_bg.gif);
	font-size: 110%;
	height: 37px;
	padding-top: 7px;
	vertical-align: middle;
}



em{
	color: #000;
}

#toptitle {
	margin-bottom: 5px;
	padding-left: 15px;
}



.smalltext {
	font-size: 80%
}
	


/*--------------------columns-----------------*/

#contentcolumn{
	margin-top: 0px;
	width: 700px;
	float: left;
	padding-left: 20px;
}

#contentcolumn .mainwindow {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	font-size: 90%;
	padding: 5px;
	line-height: 1.7em;
}
#contentcolumn .bodytext {
	padding-left: 15px;
}

#footermainwindow  {
	margin-top: 0px;
	margin-right: 20px;
	font-size: 100%;
	padding: 0px;
	text-align: right;
	width: 300px;
	float: right;
}


#leftcolumn{
	margin-top: 2px;
	width: 185px;
	float: left;
}
#leftcolumn .ad {
	margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 60px;
	background: #d3d3d3;
	text-align: center;
}

#rightcolumn{
	margin-top: 2px;
	margin-left: 1px;
	width: 310px;
	float: left;
}
a img {
	border: none;
text-decoration: none;
} 


/*--------------------container-----------------*/
#maincontainer{
	width: 984px;
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 20px;
	padding-left: 20px;
	background-position: center top;
	background-image: url(img/shadow-main.gif);
}

#topsection{
	height: 165px; /*Height of top section*/
	text-align: right;
	padding-top: 5px;
}

#topsection h1{
	margin: 0;
	padding-top: 15px;
}
#header {
	height: 86px;
	background-repeat: no-repeat;
}


#contentwrapper{
	width: 100%;
	background-color: #E2E2E2;
}

/*--------------------footer-----------------*/

#footer {
	padding: 0px 0px 0px 0px;
	background-repeat: repeat-x;
	height: 120px;
	background-color: #000;
} 

#footerleft {
	display:block;
	float:right;

}

#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 11px;
	color: #CCCDCC;
	margin-top: 5px;
}
#footertext {
	font-size: 9px;
	float: left;
}


#footertext2 {
	float: right;
	padding-right: 30px;
	font-size: 9px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*#footer a{
	color: #E27222;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 80%;
}*/

.innerfooter {
	margin: 9px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 1px;
	color: #999;
}
.innerfootertxtmenu {
	margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 5px;
	line-height: 1.3;
	font-size: 90%;
}
a:link {
	text-decoration: none;
	color: #999;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #7B89A6;
}

* html #menu ul{ /*IE only rule, reduce menu width*/
	width: 100%;
}

#menu ul{
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 85%;
	font-weight: bold;
	line-height: 1em;
	font-family: Verdana, Geneva, sans-serif;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	color: #484844;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 54px;
	padding-bottom: 12px;
	padding-left: 54px;
	float: right;
	background-color: #E2E2E2;
}

#menu ul li a:visited{
	color: #484844;
}

#menu ul li a:hover{
	color: #FFF;
	background-color: #999;
}
select {
	width: auto;
	padding: 1px;
	text-align: left;
}

textarea {
	background-color: white;
	border: 1px solid;
	border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	padding: 2px;
	vertical-align: bottom;

}
