@import url(/css/global.css);
body{
	overflow: -moz-scrollbars-vertical;
	background-color: #e8e5d4;
	margin: 100px 0;
}

#HEADERTEXT {
	font-size: 14px;
	margin: 0px;
	padding-top: 2px;
}

#logga {
	float: left;
	padding-left: 5px;
	padding-top: 31px;
}

#spacer {
	witdh: 802px;
	height: 8px;
	font-size: 0px;
	background: url(/layout/spacer.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}

div#right h6 {
	color: #019348;
}

h1, h2, h3, h4, h5, h6 {
	color: #666;
}

p {
	font-size: 11px;
}

#name {
	position: absolute;
	padding-left: 200px;
	*padding-left: 20px;
	padding-top: 48px;
}

#name2 {
	width: 400px;
	padding-left: 198px;
	*padding-left: 20px;
	padding-top: 53px;
}

#name p {
	font-size: 35px;
	color: #e5e7eb;
}

#name2 p {
	font-size: 20px;
	color: #019348;

}

#container {
	width: 802px;
	height: 520px;
	*height: 510px;
	margin: 0 auto;
}

#header {
	width: 802px;
	height: 113px;
	background: url(/layout/header.jpg) no-repeat;
}

#bg {
	width: 802px;
	background: url(/layout/bg.gif) repeat-y;
}

#bg2 {
	width: 802px;
	background: url(/layout/bg2.gif) repeat-y;
}

ul#menu {
	margin-left: 0px;
	padding-left: 5px;
	width: 166px;
}

ul#menu li {
	margin-left: 0px;
	width: 166px;
	margin-top: 5px;
	list-style-type: none;
	background: url(/layout/menubg.gif) no-repeat;
}

ul#menu li a {
	display: block;
	height: 25px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

ul#menu li a:hover {
	color: #019348;
}

ul#menu li a#Active {
	color: #019348;
}

ul#submenu {
	margin-left: 0px;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 4px;
	height: 10px;
}

ul#submenu li {
	float: left;
        list-style-type: none;
	background: url(/layout/menubg.gif);
}

ul#submenu li a {
	border: 1px solid #d9d6c3;
	display: block;
        padding-left: 10px;
        padding-right: 10px;
        text-decoration: none;
        font-weight: bold;
        color: #666;
}

ul#submenu li a:hover {
	color: #019348;
}

ul#submenu li a#SubActive {
	color: #019348;
}

#content {
	width: 800px;
	height: 373px;
}

#maincontent1 {
	background: url(/layout/mainbg.gif) repeat-x;
	margin-left: 1px;
	width: 611px;
	height: 370px;
	float: left;
	overflow: auto;
}

#maincontent2 {
	float: left;
	width: 441px;
	margin-left: 1px;
	height: 370px;
	background: url(/layout/mainbg.gif) repeat-x;
}

#left {
	padding-top: 0px;
	width: 183px;
	padding-left: 5px;
	float: left;
}

#main {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#right {
	padding-top: 10px;
	width: 150px;
	margin-left: 640px;
}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
}

#footer {
	width: 823px;
	height: 18px;
	background: url(/layout/footer.gif) no-repeat;
}

#footer2 {
	width: 823px;
	height: 18px;
	background: url(/layout/footer2.gif) no-repeat;
}

#leftbottom {
	margin: 0 auto;
	width: 120px;
	margin-left: 30px;
}

#leftbottom p {
	padding-top: 5px;
	color: #999;
	font-size: 12px;
	text-align: left;
}

#leftbottom a {
	text-align: left;
	color: #019348;
	font-size: 12px;
	text-decoration: none;
}

#bottom {
	width: 300px;
	height: 20px;
	padding: 0px;
	padding-top: 10px;
	margin: 0 auto;
	text-align: center;
}

#bottom a {
	text-decoration: none;
	color: #999;
}

#header h4 {
	color: #019348;
	text-align: left;
	padding-left: 195px;
	padding-top: 45px;
}

fieldset {
	width: 320px;
	float: right;
	border: none;
}

legend {
	color: #000;
}

label {
	text-align: left;
	font-size: 11px;
}

textarea {
	float: left;
}
