body
{
 	background: #eee;
 	color: #000;
 	font-family: arial, tahoma, helvetica;
 	font-size: 70%;
 	margin: 0;
	line-height: 1.6;
}

a
{
	color: #008;
}

a:hover
{
	text-decoration: none;
}

img {border: 0;}
form {margin: 0;}

input, select, textarea
{
	font-family: arial, tahoma, helvetica;
	font-size: 100%;
}

.text
{
	padding: 3px;
	border: 1px solid #000;
	color: #000;
}

hr
{
	background: #fff;
	color: #fff;
 	border: 0 none;
 	border-top: 1px solid #ddd;
}

h1, h2, h3, h4, h5, h6, p, ol, ul
{
	margin-top: 10px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;	
}

h1 {font-size: 180%;}
h2 {font-size: 165%;}
h3 {font-size: 135%;}
h4 {font-size: 125%;}
h5 {font-size: 115%;}
h6 {font-size: 110%;}

#wrapper
{
	margin: 0 auto;
	width: 978px;
}

#left
{
	width: 267px;
	float: left;
	background: #eee url(/media/images/left-bg.gif) repeat-x top;
	padding: 10px 16px 30px 17px;
}

#left ul
{
	list-style: none;
	padding: 0;
	margin: 0 50px 0 73px;
	text-align: right;
	color: #888;
}

#left ul ul
{
	margin: 0;
}

#left ul li a
{
	color: #252e38;
	text-decoration: none;
	border-bottom: 1px dotted #b1b1b1;
	display: block;
	min-height: 1px;
	padding: 2px 0;
}

* html #left ul li a
{
	height: 1px;
}

#left ul li a:hover
{
	border-bottom-color: #000;
	color: #000;
	font-weight: bold;
}

#left ul ul li a
{
	font-style: italic;
}

#left #info
{
	font-size: 90%;
	color: #2a3f4e;
	margin: 25px 50px 0 6px;
}

#left #info p.title
{
	font-size: 140%;
	color: #436e8d;
	margin: 0 0 -10px 0;
}

#left #info p b
{
	font-size: 140%;
}

#left #info span
{
	display: block;
	margin-top: 25px;
	text-align: right;
}

#right
{
	float: left;
	width: 678px;
	margin-bottom: 30px;
}

#header
{
	background: url(/media/images/header-bg.jpg) no-repeat top left;
	padding: 10px 30px 25px 0;
	text-align: right;
	color: #0d171e;
}

#header h2
{
	margin-bottom: -10px;
	color: #fff;
}

#header p
{
	margin-left: 350px;
}

#intro
{
	background: #fff;
	color: #333;
	margin: -20px 20px 20px 20px;
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
}

.box
{
	float: left;
	border: 1px solid #386eab;
	width: 287px;
	padding: 20px;
	height: 121px;
	background: url(/media/images/box-bg.gif) repeat-x;
	color: #fff;
}

.box h4
{
	font-size: 150%;
	margin-top: 0;
}

.box a
{
	color: #b1e6ff;
}

.box#one
{
	margin-right: 20px;
}

#footer
{
	clear: both;
	min-height: 1px;
	color: #777;
	font-size: 90%;
	border-top: 1px solid #ccc;
	padding-top: 3px;
}

* html #footer
{
	height: 1px;
}

#footer a
{
	color: #444;
}

#footer span
{
	float: right;
}

#footer span a
{
	text-decoration: none;
}

#footer span a:hover
{
	color: #000;
}