* {
padding: 0px;
margin: 0px;
}

body {
background-color: #F9F9F7;
font-family: Arial, Sans-Serif;
font-size: 11px;
color: #222;
line-height: 16px;
}

a {
color: #046380;
font-size: 11px;
text-decoration: none;
}
	
a:link {	
color: #046380;
}
	
a:visited {
color: #046380;	
}
	
a:hover, a:active {
text-decoration: underline;
color: #002f2f;
}

ul.linklist {
list-style: none;
}

ul.linklist li {
border-top: solid 1px #eee;
padding-top: 5px;
margin: 5px 0px 0px 0px;
}

ul.linklist li.first {
border-top: 0px;
margin-top: 0px;
padding-top: 0px;
}

#outer {
position: relative;
width: 932px;
margin: 0 auto;
background: url('../../images/theme_version_2/abg.gif') repeat-y;
}

#upbg {
position: absolute;
top: 0px;
left: 0px;
background: url('../../images/theme_version_2/upbg.gif') no-repeat;
width: 932px;
height: 264px;
}

#inner {
position: relative;
padding: 0px 16px;
}

#header {
position: relative;
background: url('../../images/theme_version_2/header.jpg'); 
width: 900px;
height: 45px;
}

#header h1 {
position:relative;
font-size: 10px;
top: 28px;
padding:0px 5px 0px 0px;
text-align:right;
color:#ddd;
}

#menu {
position: relative;
background-color:#000;
height: 26px;
font-size: 11px;
color:White;
line-height:14px;
}

#left {
border-top-width: 3px; border-top-style: solid; border-top-color: #ca5b4d;
border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ca5b4d;
width: 700px;
}

#margin6 {
margin: 26px;
padding:10px;
}


input, select, option, textarea {
    font-family: Arial, Sans-Serif;
    font-size:10px;
	padding: 2px 2px 1px 2px;
	color:#333; 
	}

input, select, option, textarea:hover {	
	font-family: Arial, Sans-Serif;
	font-size:10px;
	color:#333;
	}