html, body {
	margin: 0px;
	padding: 0px;
	background: url("../img/leftmenu_bg.jpg") repeat-y #d6e2f5;
}

a:active{outline: none;}
:-moz-any-link:focus {outline: none;}

body,td,th,input,select,textarea {
	font-size: 13px;
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	line-height: 18px;
}

input,textarea { line-height: normal; }

p { margin-bottom: 10px; }

a { color: #016cbe; }
a:hover { color: #003e6c; }
a:active { color: #016cbe; }
img { border: none; }
fieldset { border: none; }
caption { display: none; }

ul {}
ol {}

table { border-collapse: collapse; }
th, td {}
th {}
thead th {}
tbody th {}
tfoot th {}
tfoot td {}

dl dt {}
dl dd {}

strong { font-weight: bold; }
em { font-style: italic; }

/* HEADINGS */

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 5px;
	color: #484848;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { text-decoration: none; }

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {  }

h1 { font-size: 22px; padding: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; font-weight: bold; }

/* CONTENT*/
#container{
	margin: 0 auto;
	height: 100%;
	width: 100%;
}

#header{
	width: 100%;
	height: 110px;
	background: url("../img/header_bg.jpg") repeat-x;
}

#header_menu{
	padding-left: 135px;
	padding-top: 63px;
}

#headermenu1{
	float: left;
	height: 22px;
	width: 78px;
	background: url("../img/header_menu1.jpg") no-repeat;
}

#headermenu2{
	float: left;
	height: 22px;
	width: 128px;
	background: url("../img/header_menu2.jpg") no-repeat;
}

#headermenu3{
	float: left;
	height: 22px;
	width: 95px;
	background: url("../img/header_menu3.jpg") no-repeat;
}

#headermenu4{
	float: left;
	height: 22px;
	width: 112px;
	background: url("../img/header_menu4.jpg") no-repeat;
}

#headermenu5{
	float: left;
	height: 22px;
	width: 112px;
	background: url("../img/header_menu5.jpg") no-repeat;
}

#headermenu6{
	float: left;
	height: 22px;
	width: 112px;
	margin-left: 60px;
	background: url("../img/header_menu6.jpg") no-repeat;
}


#logo{
	width: 950px;
	height: 63px;
}

#topmenu{
	width: 950px;
	height: 22px;
}

#leftmenu{
	float: left;
	height: auto;
	width: 200px;
}

#menu1{
	height: 40px;
	width: 155px;
	background: url("../img/menu1.jpg") repeat-x;
}

#menu2{
	height: 40px;
	width: 155px;
	background: url("../img/menu2.jpg") repeat-x;
}

#menu3{
	height: 40px;
	width: 155px;
	background: url("../img/menu3.jpg") repeat-x;
}

#menu4{
	height: 40px;
	width: 155px;
	background: url("../img/menu4.jpg") repeat-x;
}

#menu5{
	height: 40px;
	width: 155px;
	background: url("../img/menu5.jpg") repeat-x;
}

#menu6{
	height: 40px;
	width: 155px;
	background: url("../img/menu6.jpg") repeat-x;
}

#menu7{
	height: 40px;
	width: 155px;
	background: url("../img/menu7.jpg") repeat-x;
}

#menu8{
	height: 40px;
	width: 155px;
	background: url("../img/menu8.jpg") repeat-x;
}

#menu9{
	height: 40px;
	width: 155px;
	background: url("../img/menu9.jpg") repeat-x;
}

#content{
	float: left;
	height: auto;
	width: 750px;
	background: url("../img/content_bg.jpg") no-repeat;
}

#title{
	padding: 5px;
}

#text{
	padding: 5px;
}

#footer{
	width: 740px;
	clear: both;
	padding: 5px;
	margin-lefT: 200px;
}









#headerDiv, #contentDiv {
float: left;
width: 510px;
}
#titleText {
float: left;
font-size: 1.2em;
font-weight: bold;
margin: 5px 10px;
}
#headerDiv {
background-color: #0037DB;
color: #9EB6FF;
}
#contentDiv {
background-color: #FFE694;
}
#myContent {
margin: 5px 10px;
}
#headerDiv a {
float: right;
margin: 10px 10px 5px 5px;
}
#headerDiv a:hover {
color: #FFFFFF;
}
