body
{	
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url('gradient.jpg');
	background-repeat: repeat-x;
	background-color: #D8D8E4;
}

#wrap
{
	margin: 10px auto 10px auto;
	padding: 0 0 8px 0;
	width: 780px;
	background-color: #15145C;
}

#header
{
	height: 125px;
	margin: 0 8px 0 0;
	padding: 10px 0 0 0;
}

#header p
{
	color: #FFFFFF;
	font-weight: bold;
	float: right;
	text-align: center;
	margin: 0;
	padding: 0;
}

#navigation
{
	height: 30px;
	margin: 0 8px 0 0;
	padding: 5px 0 0 0;
	background-color: #199DC0;
	background-image: url('corner.gif');
	background-repeat: no-repeat;
	text-align: center;
}

#navigation ul
{
	margin: 0 0 0 40px;
	padding: 0 0 0 0;
	display: inline;
}

#navigation ul li
{
	display: inline;
	margin: 0 0 0 0;
	padding: 0 1.5em 1.5em 0;
}

#navigation ul li a:link
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#navigation ul li a:visited
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#navigation ul li a:hover,#navigation ul li a:active
{
	text-decoration: underline;
}

#content
{
	background-color: #FFFFFF;
	margin: 0 8px 0 8px;
	padding: 10px;
}

#footer
{
	padding: 0;
	margin: 0 auto 10px auto;
	text-align: center;
	width: 780px;
}

#footer p
{
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

#footer p a:link
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#footer p a:visited
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#footer p a:hover,#footer p a:active
{
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6
{
	font-family: Arial, Tahoma, Verdana;
	color: #15145C;
	margin: 0 0 8px 0;
}

h1
{
	font-size: 125%;
}

h2
{
	font-size: 115%;
}

h3
{
	font-size: 100%;
}

h4,h5,h6
{
	font-size: 95%;
}

a:link
{
	color: #0072BC;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover,a:active
{
	color: #FFCC33;
	text-decoration: underline;
}

#content ul, #content ol
{
	margin: 0 0 1em 2em;
	padding: 0;
}

#content ul ul, #content ul ol, #content ol ol, #content ol ul
{
	margin: 0 0 0 2em;
}

#content p
{
	padding: 0;
	margin: 0 0 16px 0;	
}

#content p, #content li, #content dl, #content td, #content th, #content table caption, #content label, #content td.warningText
{
	font-size: 80%;
	letter-spacing: 0px;
	line-height: 160%;
}

#content label
{
	font-weight: bold;
}

#content td.warningText
{
	color: #FF0000;
}

#content form input
{
	margin-bottom: 2px;
}

#content li li, #content td ul li
{
	font-size: 100%;
}

#content table
{
	margin: 0 0 12px 0;	
	border-collapse: collapse;
}

#content table th, #content table td
{
	border: 1px solid #000000;
	padding: 4px;
	text-align: left;
}

#content table td ul
{
	margin-bottom: 0;
}

#content table th
{
	background-color: #FFCC33;
	color: #000000;
}

#content table caption
{
	margin: 0 0 10px 0;
}

#content table.layout, #content table.layout td, #content form table, #content form table td
{
	border: none;
	padding: 0;
	margin: 0;
	font-size: 100%;
}

hr
{
	margin: 5px;
	color: #000099;
	background-color: #000099;
	border-width: 0 0 0 0;
	height: 2px;
}