html
{
	background-color: white;
}

body
{
	padding: 0;
	margin: 0 auto 0 auto;
	width: 760px;
	font-family: lucida grande, verdana;
	font-size: 11px;
}

h1, h2
{
	text-shadow: #999 3px 3px 3px;	
}

h2
{
	font-family: georgia;
}

/*<group=login>*/
	
.login
{
	float: left;
	padding: 20px;
}

.login th
{
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: .3em;
	color: black;
	
	width: 100px;
	
	padding: 7px 10px 0 0;
}

.login input
{
	width: 150px;
}
	
/*</group>*/

/*<group=splash>*/

div.splash
{
	position: absolute;
	top: 50%;
	left: 50%;
	
	margin-top: -151px;
	margin-left: -380px;
	
	width: 760px;
	height: 302px;
	
	background-image: url(../images/splash.gif);
	text-align: center;
}

div.splash a
{
	position: relative;
	top: 200px;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: black;
	font-size: 10px;
	font-weight: bold;
	font-family: georgia;
	border-right: 1px dotted #999;
}

div.splash a:hover
{
	color: #2650b0;
}

div.splash a.last
{
	margin: 0;
	padding: 0;
	border: none;
}
	
/*</group>*/

/*<group=content>*/

div.header
{
	width: 740px;
	height: 65px;
	margin: 10px 0 0 0;
	padding: 85px 0 0 20px;
	text-align: center;
	background-image: url(../images/header.gif);
}

div.header h1
{
	font-size: 18px;
	margin: 0 0 4px;
}

div.menu
{
	width: 760px;
	margin: 0 0 15px 0;
	color: #888888;
}

div.menu a
{
	width: 190px;
	text-align: center;
	text-decoration: none;
	color: #333;
	float: left;
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #e2e2e2;
	font-weight: bold;
	font-size: 10px;
}

div.menu a:hover
{
	color: black;
	border-bottom: 1px solid black;
}

div.menu a.current
{
	color: #2650b0;
	background-color: #fafafa;
	border-bottom: 1px solid #2650b0;
}

div.content
{
	background-color: white;
	padding: 25px 0 25px 0;
	width: 720px;
	margin: 0 auto 0 auto;
}

div.content div.third
{
	width: 200px;
	min-height: 300px;
	padding: 0 29px 0 0;
	margin: 0 30px 0 0;
	border-right: 1px solid #cecece;
	float: left;
}

div.content div.last
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-right: none;
}

div.footer
{
	float: left;
	clear: both;
	width: 760px;
	height: 130px;
	padding: 20px 0 0 0;
	margin: 15px auto 0 auto;
	font-size: 9px;
	text-align:  center;
	background-image: url(../images/footer.gif);
}

p
{
	padding: 0;
	margin: 0 0 15px 0;
}

ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

ul li
{
	margin: 10px 0 10px 0;
	color: #2650b0;
	font: 12px georgia;
	font-weight: bold;
}

ul li ul
{
	border-top: 1px dotted #cecece;
	margin: 3px 0 0 0;
	padding: 7px 0 0 0;
	list-style: square outside;
}

ul li ul li
{
	font-weight: normal;
	list-style: square outside;
	font: 11px lucida grande, verdana;
	margin: 0 0 3px 15px;
	color: #222;
}


	
/*</group>*/