﻿/* Framework */
.mainmenu {
	background-color:#356AA6; height: 28px; width:772px;
}

.submenu {
	background-color: #ffce00; height: 23px;
}


/* general  */
img {
	border: 0;
}
a {
	font: normal 11px Verdana;
	color: #003876;
}
a:hover {
	text-decoration: none;
}

#layout {
	width: 772px;
	/* left aligned layout */
	margin: 0px 0 20px 0px;
	/*margin: 0px auto 20px auto;*/
    background-color:White;
    padding-left: 10px;
    padding-right: 10px;
}    


/* search */
.searchbox {
	background-color:#333333; 
	border-right: #b2b2b2 1px solid; 
	border-top: #b2b2b2 1px solid; 
	font-size: 11px; 
	border-left: #b2b2b2 1px solid; 
	width: 90px; 
	color: #333333; 
	border-bottom: #b2b2b2 1px solid; 
	font-family: verdana; 
	height: 14px; 
	background-color: #ffffff;
}

/* buttons */
.buttons {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}




/* body */
.body {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : black;
	font-weight : normal;
	text-decoration: none;
}

a:visited.body {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : black;
	text-decoration: underline;
}

a:link.body {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : black;
	text-decoration: underline;
}

a:active.body {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : black;
	text-decoration: underline;
}

a:hover.body {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : black;
	text-decoration: none;
}




/* Top Menu */
.topmenu {
	font-family: Trebuchet MS,Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color:white;
}
a:hover.topmenu {
	font-family: Trebuchet MS,Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:white;
	text-decoration: underline;
}

#menu 
{
	width: auto;
	height: 32px;
	margin-bottom: 0px;
	padding-left: 50px;
	padding-right: 26px;
	padding-top:5px;
}
#menu .align_left {
	margin-right: 26px;
	cursor: pointer;
}
.MenuHightlight  
{
	font-family: Trebuchet MS,Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
	color:white;
}


#right {
	width: 200px;
	float: right;
}


/*Bottom*/
#bottom div {
	width: 100%;
	height: 19px;
	clear: both;
	padding-top: 4px;
	text-align: center;
	font: normal 10px Verdana;
	color: #FFFFFF; 
	/*background-color: #003876;*/
	background-color: #f77613;
}


#bottom a {
	font: normal 10px Verdana;
	color: #FFFFFF;
}

