body
{
	margin-top: 46px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11pt;
	background-color: #262525;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	line-height: 140%;
}

h1, h2, h3, h4, h5 {
	margin-top: 0;
	color: #262525;
	line-height: 140%;
	font-weight: normal;
}

h1 {
	font-size: 15pt;
	font-weight: normal;
}

h2 {
	font-size: 14pt;
	font-weight: normal;
}

h3 {
	font-size: 13pt;
	font-weight: normal;
}

h4 {
	font-size: 11pt;
}

h5 {
	font-size: 8pt;
	line-height: 100%;
}


#content p {
	margin: 10px;
	font-size: 10pt;
	
}

#content ul {
	margin: 10px;
	font-size: 10pt;
	
}

#content ul li
{
	margin: 0px 14px;
	list-style-type: disc;
}

#content h1, h2, h3, h4, h5 {
	margin: 17px 10px 10px 10px;
	
}

a {
	text-decoration: none;
	color: #3a689b;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 980px;
	margin: 0 auto;
	background: url(../images/bg_head.gif) left top;
}

#logo
{
	height: 114px;
}

#login {
	width: 980px;
	margin: 0 auto;
	height: 36px;	
	background: url(../images/bg_login.gif) left top;
}

#login-frame {
	width: 980px;
	margin: 0 auto;
	height: 36px;	
	background: url(../images/bg_login.gif) left top;
}

#splash {
	background-image: url(../images/bg_splash.jpg);
	width: 980px;
	margin: 0 auto;
	height: 245px;
}

#sublevel {
	background-image: url(../images/bg_splash.jpg);
	width: 980px;
	margin: 0 auto;
	height: 45px;
}

#page
{
	background-color: white;
	width: 980px;
	margin: 0 auto;
	background-image: url(../images/bg_content.gif);
}

#content {
	float: left;
	width: 560px;
}

#sidebar1 {
	float: left;
	width: 190px;
}

#sidebar2 {
	float: right;
	width: 230px;

}

#footer {
	width: 940px;
	height: 70px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(../images/bg_footer.gif) no-repeat left top;
}

