﻿body
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 2;
	margin: 0;
	color: #000;
	background-color: #9EBFD9;
	/*#f0f8ff*/ 
	margin-top: 20px;
}
h1
{
	font-size: 16px;
	margin-top:0;
	font-family: Verdana, Arial, Sans-Serif;
}
h2
{
	font-size: 14px;
	font-family: Verdana, Arial, Sans-Serif;
	margin:0;
}
h3
{
	font-size: 13px;
	font-family: Verdana, Arial, Sans-Serif;
	margin:0;
}

#wrapper
{
	width: 752px;
	margin: 0 auto;
	background: white;
}
#header
{
	width: 750px;
	height:125px;
	background: url(images/header.jpg);
	border-left: 1px solid #3C4852;
	border-right: 1px solid #3C4852;
	border-top: 1px solid #3C4852;
	
}
#nav
{
	border-left: 1px solid #3C4852;
	border-right: 1px solid #3C4852;	
	width:750px;
	background: #233D52 url(images/backgrounds/nav.gif);
	height: 40px;
}
#nav ul
{
	list-style:none;
	margin:0;
}
#nav li
{
	list-style:none;
	margin:0;
	float:left;
}
#nav li
{
	display:inline;
}
#nav li a
{
	padding: 8px 1px 8px 0;
	text-decoration: none;
	text-align: center;
	/*background: #233D52;*/
	display: block;
	border-right: 1px solid #3C4852;
	margin: 0;
	color: #fff;
	font: 14px Tahoma, Arial, sans-serif;
	width: 115px;
}
#nav li a:hover
{
	background: url(images/backgrounds/nav-hover.gif);
	color: Black;
}
#content
{
	border-left: 1px solid #3C4852;
	border-right: 1px solid #3C4852;
	clear: both;
	padding: 10px 10px 10px;
}
#footer
{
	background: #3C4852 url(images/backgrounds/bottom.gif) bottom no-repeat ;
	padding: 0 0 0 20px;
	height: 30px;
}
#footer ul
{
	list-style:none;
	margin:0;
	display:inline;
}
#footer li
{
	display:block;
	float:left;	
	padding: 2px 0 5px 5px;
	margin:0;
	color: White;
	border-right: 1px solid white;
	padding-right: 5px;
}
#footer a
{
	display: block;
	color: White;
}

.header 
{
	background: url(images/backgrounds/header_bg.gif) repeat-x;
	height: 45px;
}

.module
{
	background: whitesmoke;
	border: 1px dashed #999;
	margin: 15px;
	padding: 10px;
}

div.ajax__tab_xp
{
	line-height: normal;
}