body {
background: #52577d;
margin: 0px;
padding: 0px;
font-size: 11px;
font-family: MSTrebuchet, Verdana, Arial, Helvetica, sans-serif;
text-align: center;
color: #10153b;
}

#box
{
background: #acb1d7 url(images/bg.jpg) repeat-x;
width: 800px;
margin: auto;
border-top: 1px solid #cad0ff;
text-align:left;
} 

#header {
background: url(images/banner.jpg) no-repeat;
height: 280px;
margin:0px;
padding:0px;
}

#container
{
background: url(images/contentbg.jpg) bottom repeat-x;
padding-bottom: 15px;
} 


#content
{
width: 760px;
padding: 15px;
} 

#menu {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 12px;
	color: #acb1d7;
	background: #1c2147;
}

#menulist {
 	padding: 0px;
 	margin: 0px;
 	text-align: left;
}

#menulist ul {
 	margin-left: 0;
 	padding-left: 0;
 	white-space: nowrap;
}

#menulist li {
	 display: inline;
 	list-style-type: none;
}

#menulist a { 
	padding-top: 1px;
	padding-bottom: 1px;
 	padding-left: 7px;
 	padding-right: 7px;
 	margin-right: 3px;
	}

#menulist a:link, #menulist a:visited {
 	color: #fff;
 	text-decoration: none;
 	font-weight: bold;
}

#menulist a:hover{
 	color: #fdcc27;
	text-decoration: none;
	font-weight: bold;
}

#menu2 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 12px;
	color: #acb1d7;
}

#menu2list {
 	padding: 0px;
 	margin: 0px;
 	text-align: left;
}

#menu2list ul {
 	margin-left: 0;
 	padding-left: 0;
 	white-space: nowrap;
}

#menu2list li {
	 display: inline;
 	list-style-type: none;
}

#menu2list a { 
	padding-top: 1px;
	padding-bottom: 1px;
 	padding-left: 7px;
 	padding-right: 7px;
 	margin-right: 3px;
	}

#menu2list a:link, #menu2list a:visited {
 	color: #fff;
 	text-decoration: none;
 	font-weight: bold;
}

#menu2list a:hover{
 	color: #fdcc27;
	text-decoration: none;
	font-weight: bold;
}

h1 {
font-size: 1.2em;
padding-top: 3px;
padding-bottom: 3px;
margin-bottom: 10px;
margin-top: 5px;
color: #831c1f;
border-bottom: 1px #cad0ff solid;
font-weight: bold;
}

h2 {
font-size: 1.1em;
padding-top: 3px;
padding-bottom: 3px;
margin-bottom: 10px;
margin-top: 5px;
color: #831c1f;
border-bottom: 1px #cad0ff solid;
font-weight: bold;
}

p {
padding: 5px;
}


a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #831c1f;
}

a:hover {
font-weight: bold;
text-decoration:none;
color: #1c2046;
}

#tabs {
	text-align: center;
	margin: 0;
	padding: 0;
}
/* The individual tabs. */
#tabs span {
	font-size: 12px;
	background: #52567c;
	border: 1px solid #cad0ff;
	padding: 5px 10px;
}
/* Links in the tabs */

#tabs #active {
	background: #cad0ff;
	border: 1px solid #52567c;
	color: #1c2046;
}


#tabs a:link, #tabs a:visited {
text-decoration: none;
font-weight: bold;
color: #878bb1;
}

#tabs a:hover {
font-weight: bold;
text-decoration:none;
color: #fff;
}

table {
font-size: 11px;
font-family: MSTrebuchet, Verdana, Arial, Helvetica, sans-serif;
text-align: left;
color: #10153b;
}

#footer {
background: #52577d url(images/footerbg.jpg) top repeat-x;
padding: 10px;
color: white;
font-weight: normal;
font-size: 9px;
