
p,ul,li
{
	margin: 0;
	padding: 0;
}

body 
{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font: 11px/18px Verdana, Helvetica, sans-serif;
	color: #333333;
	background: #FFFFFF url(images/bkg_body.jpg) repeat-x;
	text-align: center;
}

h1
{
	font-size: 1.6em;
	color: #002651;
	font-weight: bold;
	padding: 0 0 1em 0;
	margin: 0;	
}

h2
{
	font-size: 1.4em;
	color: #f99d1c;
	font-weight: bold;
	padding: 0 0 0.5em 0;
	margin: 0;	
}

h3, h4, h5, h6
{
	font-size: 1.2em;
	color: #002651;
	font-weight: bold;
	padding: 0 0 0.5em 0;
	margin: 0;	
}

p
{
	padding-bottom: 20px;
}

a:link 			{ text-decoration:none; color:#002651; background-color: transparent; }
a:visited 	{ text-decoration:none; color:#002651; background-color: transparent; }
a:hover 		{ text-decoration:underline; color:#002651; background-color: transparent; }
a:active 		{ text-decoration:underline; color:#002651; background-color: transparent; }
a:focus 		{ text-decoration:underline; color:#002651; background-color: transparent; }

.smaller
{
	font: 0.8em/1.5em Verdana, Helvetica, sans-serif;
	color: #666666;
}

#printHeader
{ 
	display: none;
}

#header
{
	margin: 50px auto 0 auto;
	width: 900px;
	height: 124px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #f99d1c;
}

#header img
{
	border: 0;
}

#headerImage
{
	margin-top: 33px;
	width: 678px;
	height: 90px;
	border-top: 1px solid #f99d1c;	
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	float: left;
	white-space: nowrap;
}

#logo
{
	float: right;
	width: 220px;
	height: 124px;
	border: 0;
}

#main 
{
	width: 900px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	margin: 0 auto;
	background: #FFFFFF url(images/bkg_main.gif) repeat-y;
	background-position: right bottom;	
	text-align: left;
}

#content
{
	float: left;
	width: 680px;
	text-align: left;
	vertical-align: top;
}

#content ul
{
	padding: 0 0 10px 20px;
	margin: 0;
	list-style-type: square;
}

#content li
{
	padding: 0 0 5px 0;
	margin: 0;	
}

#content .inputbox
{
	width: 600px;
}

#rightCol
{
	float: right;
	width: 220px;
	text-align: left;
}

.pad20
{
	padding: 20px;
}

#padRight
{
	padding: 10px;
}

#padRight input
{
	margin: 0;
	padding: 0;
}

#footer
{
	width: 680px;
	font-size: 0.8em;
	color: #666666;
	text-align: left;
}

hr
{
	border-bottom: 1px solid #CCCCCC;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	width: 100%;
}

#dynCross
{
	margin-left: -680px;
	background: transparent url(images/dyn_cross.gif) no-repeat;
	width: 220px;
	height: 200px;
}

.miniCalender
{
	width: 100%;
	border: 0;
}

.miniCalender td
{
	font-size: 0.8em;	
}

.miniCalender td a:hover
{
	background-color: #f99d1c;
}