@import url(style-forms.css);

/*******************************************************
	Pre-defined Elements
*******************************************************/

body
{
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

p
{
	margin-bottom: 25px;
}

#agenda, #agenda-noclick
{
	display: block;
	width: 389px;
	margin: 8px auto;
}

/*******************************************************
	Content
*******************************************************/

div#content
{
	width: 814px;
	height: 100%;
	
	margin: 0px auto;
	padding-left: 6px;
	padding-right: 6px;
	
	background-image: url(../img/background.jpg);
	background-repeat: repeat-y;
	
	overflow: visible;
}

div#content img#header
{
	padding-top: 10px;
	padding-bottom: 10px;
}

/*******************************************************
	Navigation
*******************************************************/

div#content ul#navigation
{
	width: 800px;
	height: 22px;
	background-color: #3CB767;
}

div#content ul#navigation li:first-child
{
	margin-right: 20px;
}

div#content ul#navigation li
{
	float: right;
	
	padding-top: 3px;
	
	font-weight: bold;
	color: #FFFFFF;
}

div#content ul#navigation li a
{
	color: #FFFFFF;
	text-decoration: none;
}

div#content ul#navigation li a:hover
{
	font-weight: normal;
}

/*******************************************************
	Side Column
*******************************************************/

ul#side
{
	float: left;
	
	width: 250px;
	
	margin-left: 25px;
	margin-right: 20px;
	margin-top: 20px;
}

ul#side img#secondary
{
	margin-bottom: 15px;
}

/*******************************************************
	Main Column
*******************************************************/

div#main
{
	float: left;
	width: 500px;
	margin-top: 15px;
}

/*******************************************************
	Footer
*******************************************************/

span#sys-check-inform
{
	display: block;
	
	padding-top: 50px;
	
	text-align: center;
	font-weight: bold;
}

span#services-inform
{
	display: block;
	
	padding-top: 35px;
	
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

div#footer
{
	clear: both;

	width: 800px;
	height: 22px;
	
	background-color: #3CB767;
}