
.indentmenu
{
	font: bold 13px Arial;
	width: 800px;
	padding: 0;
	margin-left: auto;
    	margin-right: auto;
}

.indentmenu ul
{
	margin: 0;
	padding: 0;
	float: left;
	width: 798px;
	border: 0px solid #000000;
	border-width: 1px;
	background: black url(media/indentbg4.gif) center center repeat-x;
}

.indentmenu ul li
{
	display: inline;
}

.indentmenu ul li a
{
	float: left;
	color: white; /*text color*/
	padding: 5px 10px;
	text-decoration: none;
	border-right: 1px solid #000000;
}

.indentmenu ul li a:visited
{
	color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current
{
	color: white !important;
	padding-top: 6px; 
	padding-bottom: 4px; 
	background: black url(media/indentbg3.gif) center center repeat-x;
}


.Header
{
	margin-left: auto;
    	margin-right: auto;
	width: 800px;
	font-size: 0px;
}

body 
{
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;
	background: #003300;
	height: 100%;
}

.mainheading
{
	background: #FFFFCC;
	padding: 0px 20px 0px 0px;
	margin-left: auto;
    	margin-right: auto;
	margin-top: 25px;
	width: 760px;
	text-align: center;
	color: #081c4b;
}

.maintext
{
	background: #FFFFCC;
	padding: 0px 10px 0px 10px;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: auto;
    	margin-right: auto;
	width: 780px;
	min-height: 100%;
	font-size: 20px;
}

html
{
	height: 100%;
}

.container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -65px; /* the bottom margin is the negative value of the footer's height */
	background: #FFFFCC;
	width: 800px;
}

.footer,.push 
{
	height: 65px; /* .push must be the same height as .footer */
	background: #FFFFCC;
	width: 800px;
	margin-top: 10;
	margin-left: auto;
    	margin-right: auto;
	text-align: center;
	font-size: 15px;
}	

.imagecenter
{
	width: 800px;
	margin-left: auto;
    	margin-right: auto;
	text-align: center;	
}

.image
{
	float: left;
	margin-right: 10px;
}

.imageleft
{
	float: left;
	margin-right: 10px;
	font-size: 0;
}

.imageright
{
	float: right;
	margin-left: 10px;
	margin-right: 5px;
	font-size: 0;
}

.imagemap
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 1;
}

h2
{
	color: #081c4b;
}

.translate
{
	position: absolute; 
	top: 25px; 
	left: 20px;
}




	