body {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	}

A:link {color: Blue;text-decoration: underline;}
A:visited {color: Purple;text-decoration: underline;}
A:hover {color: Red;text-decoration:underline;}	

H1 {
	font-size : 1.6em;
	font-weight : bold;
	color : #102b40;
	border-bottom : 1px solid Silver;
}

H2 {
	font-size : 1.4em;
	font-weight : bold;
	color : #102b40;
}

H3 {
	font-size : 1.2em;
	font-weight : bold;
	color : #102b40;
}

hr {
	border: none 0;
	border-top: 1px dotted Silver; /*the border*/
	width: 100%;
	height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
}

a img {border:0;}


/*top banner*/

#vdividermenu ul{
 text-align : left;
margin: 0;
padding: 0;
margin-top: 0.5em;
margin-bottom: 0.5em;
font: bold 100%;
width: 100%;
background:#ffce07;
 font-size : 100%;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
color: black;
padding: 0px 12px 0px 12px;
text-decoration: none;
background: transparent url(../images/vertical.gif) no-repeat center right;
 font-weight : bold;
 
}

#vdividermenu ul li a:visited{
color: black;
}

#vdividermenu ul li a:hover{
color: Red;
}


#maincontainer{
width: 930px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#contentwrapper{
float: left;
width: 100%;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


/**#####back to top#####**/
#top{
	margin: 0 auto;
	position: relative;
	padding-bottom: 5px;
	width: 100%;
	margin-top : 10px;
}

.top {
	font-size: 11px; /*85%;*/
	background-image: url(../images/back2top.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	text-align: left;
}
a.top:link {
	background-image: url(../images/back2top.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: Gray;
	padding-left: 15px;

}
a.top:visited {
	background-image: url(../images/back2top.gif);
	background-repeat: no-repeat;
	color: #0967A1;
	text-decoration: none;
	padding-left: 15px;

}
a.top:hover {
	background-image: url(../images/back2top.gif);
	background-repeat: no-repeat;
	color: Red;
	text-decoration: underline;
	padding-left: 15px;
}