a {text-decoration: none; color: #000000;}
a:link {color: #0066FF;}
a:visited {}
a:hover{color: #333333;} 
a:active {} 
img {border: 0px;} /*removing the borders from the images*/

body { 
font-family: Arial, Helvetica, sans-serif; 
padding-top: 10px;
margin: 0px;
}

html, body {
/*	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font: x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
	*/
	background-image: url(back.png);
}

/*
container = 700px
leftbox + rightbox = 680px
*/

td, tr, p, div {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

#container {
	width: 760px;
	position: absolute;
	left: 50%; margin-left: -380px; /*half of the main width*/
	background-color: #003399;
	background-image: url(back_content.png);
}

#header {
	background-position: bottom;
	background-repeat: no-repeat;
	height:206px;
	width:760px;
	margin-bottom: 0px;
	background-color: #003399;
	background-image: url(header.png);
}

#topmenu a{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
#topmenu a:link {}
#topmenu a:visited {}
#topmenu a:hover{color: #0066FF;} 
#topmenu a:active {} 

#topmenu {
	height: 30px;
	padding-top: 145px;
	text-align:center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

#center {
/*
	clear: both;
	text-align: left;
*/
}

#cenleftfmargin { float:left; width: 35px; } /*fake div to imitate the margin and remain crossbrowser*/
#cenleft {
	float:left;
	width: 500px; /*width: 500px;*/
	margin-left: 0px; /*15px ie5 - 35px ie7/6/4 and firefox*/
}

#cenrightfmargin { float:left; width: 20px; } /*fake div to imitate the margin and remain crossbrowser*/
#cenright {
	float:left;
	width: 170px; /*width: 170px;*/
	margin-left: 0px; /*20px ideally*/
	text-align: right;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
}

#cenright a:link {color: #4672b3;}
#cenright a:visited {color: #5b81ba;}
#cenright a:hover{color: #0066FF;} 
#cenright a:active {} 

#cenright img {
	vertical-align: middle;
}

#footerbox {
	clear: both;
	height: 40px;
	text-align: left;
}

#footerboxcontent {
	background-image: url(bottom.png);
	width:760px;
	height:53px;
	text-align: center;
}

/*facultative styles*/
INPUT {
	text-indent: 0px
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font: 10px Arial, Helvetica, sans-serif;
	border-left: gray 1px solid;
	color: #000000;
	border-bottom: gray 1px solid
}

SELECT {
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font: 10px Arial, Helvetica, sans-serif;
	border-left: gray 1px solid;
	color: #000000;
	border-bottom: gray 1px solid
}

nobr {
	padding-left: 5px;
	color: #000000;
}

font { 
color: #000000 !important;
}

hr {
color:#5b81ba;
}
