body
{
	background: #FFF url(../images/background_5.gif) repeat;
	text-align: center;
	font: normal 11px/15px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	margin: 0;
	padding: 0;
}

img{border:none;}

a:link, a:visited
{
	text-decoration: underline;
	color: #385D9E;
}

a:hover
{
	text-decoration: underline;
	color: #000;
}

/* Outer bounding box for all pages */
#Frame
{
	margin: 0px auto 0px auto;
	padding: 20px 0px 10px 0px;
	width: 730px;
	text-align: left;
	background: #FFF;
	border: 6px solid #eee;
	border-top: none;
}

/* Navigation */
#Header { }

/* Precis logo */
#TopImage
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
}

#Logo
{
	margin: 20px 0px 0px 20px;
	padding: 0px;
}

#navcontainer ul
{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #eee;
	color: White;
	float: left;
	width: 100%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 3px 65px 3px 10px;
	background-color: #385D9E;
	font-weight: bold;
	color: White;
	text-decoration: none;
	float: left;
	border-left: 4px solid #eee;
}

#navcontainer ul li a:hover
{
	background-color: #eee;
	color: #385D9E;
	text-decoration: underline;
}

#active a:link, #active a:visited, #active a:hover
{
	background-color: #eee;
	color: #385D9E;
}

/* Content */
#MainContentWrapper
{
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
}

div.spacer { clear: both; }

#MainContent
{
	float: left;
	width: 420px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#MainContent h2
{
	font-size: 22px;
	color: #385D9E;
	margin: 0px 0px 10px 0px;
}

#MainContent h3
{
	font-size: 14px;
	color: #385D9E;
	border-top: 1px solid #eee;
	margin: 0px 0px 8px 0px;
	padding: 4px 0px 0px 0px;
}

#MainContent h4
{
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin: 0px 0px 0px 0px;
}

#MainContent p
{
	font-size: 12px;
	line-height: 17px;
	text-indent: 10px;
	color: #666;
	margin: 0px 0px 0px 0px;
}

#MainContent a:link, #MainContent a:visited
{
	text-decoration: underline;
	color: #385D9E;
}

#MainContent a:hover
{
	text-decoration: none;
	color: #000;
}

#MainContent ul, #MainContent li
{
	color: #385D9E;
	font-size: 12px;
	line-height: 17px;
	margin: 5px 0px 10px 5px;
	padding: 0;
	list-style-type: none;
}

/* Side Content */
#SideContent
{
	float: right;
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

.SideItem
{
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background: #B6D499;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.SideItemCentered { text-align: center; }

.SideItem h3
{
	font-size: 14px;
	color: #666;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.SideItem p { color: #666; }
.SideItemImage { text-align: center; }

.SideItem ul, #SideContent li
{
	margin: 2px 0px 2px 0px;
	padding: 0;
	list-style-type: none;
}

input .button { font-size: 10px; }

/* Footer */
#Footer
{
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px dotted #eee;
}

#Footer h6
{
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#Footer p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#Footer a:link, #Footer a:visited { color: #000; }
#Footer a:hover { color: #385D9E; }

