

/******************************************************************************/ 
/* General tags
/******************************************************************************/

html {
	width: 100%;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #108600;
	font-family: Verdana;
	font-size: 10pt;
}

td {
	font-size: 10pt;
}

p {
	margin-top: 0px;
}


/******************************************************************************/ 
/* Container
/******************************************************************************/

#container {
	width: 750px;
	margin: 20px auto 40px auto;
	background: #FFFFFF;
}


/******************************************************************************/ 
/* Header
/******************************************************************************/

#header {
	width: 750px;
	height: 95px;
	background: url(/template/images/header_right.gif) top right no-repeat #130D51;
	margin-bottom: 1px;
	position: relative;
}


/******************************************************************************/ 
/* Logo
/******************************************************************************/

#logo {
	width: 436px;
	height: 75px;
	background: url(/template/images/logo.gif) top left no-repeat;
	float: left;
}


/******************************************************************************/ 
/* Main navigation
/******************************************************************************/

#phone {
	position: absolute;
	top: 10px;
	left: 500px;
	width: 230px;
	color: #fff600;
	font-size: 16pt;
	text-align: right;
}

#mainNav {
	position: absolute;
	top: 20px;
	left: 0;
	width: 738px;
	height: 23px;
	margin: 0 auto 20px auto;
	padding: 53px 10px 0 0;
	text-align: right;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainNav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#mainNav ul li a {
	margin: 0;
	padding: 0px 8px 7px 8px;
	
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: #130D51;
}

#mainNav ul li a:hover {
	background: url(/template/images/nav_triangle_top_over.gif) bottom center no-repeat;
	color: #FFFF00;
}

#mainNav ul li.selected a {
	background: url(/template/images/nav_triangle_top.gif) bottom center no-repeat;
}

#mainNav ul li.selected a:hover {
	background: url(/template/images/nav_triangle_top.gif) bottom center no-repeat;
	color: #FFFFFF;
}


/******************************************************************************/ 
/* Title
/******************************************************************************/

#title {
	padding: 30px 30px 0 30px;
	font-size: 16pt;
	color: #108600;
	font-weight: bold;
}


/******************************************************************************/ 
/* Main content
/******************************************************************************/

#content {
	padding: 30px;
	line-height: 130%;
}

#content a {
	color: #0000FF;
	text-decoration: none;
}

#content a:hover {
	color: #5B2116;
	text-decoration: underline;
}

#content h1 {
	color: #785725;
	font-size: 14pt;
}

#content h1 a {
	color: #785725;
	font-size: 14pt;
	text-decoration: none;
}

#content h1 a:hover {
	color: #5B2116;
	font-size: 14pt;
	text-decoration: underline;
}

#content h2 {
	color: #5B2116;
	font-size: 12pt;
}

#content textarea {
	font-family: Courier New;
	font-size: 10pt;
}

#content hr {
	/*margin: 30px 0 30px 0;*/
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666666;
	/*width: 75%;*/
}

/******************************************************************************/ 
/* Crumb trail
/******************************************************************************/

#crumbTrail {
	margin-top: -20px;
	margin-bottom: 20px;

	font-size: 9pt;
	color: #666666;
}

#crumbTrail a {
	font-size: 9pt;
	color: #666666;
}

#crumbTrail a:hover {
	color: #5B2116;
}


/******************************************************************************/ 
/* Footer
/******************************************************************************/

#footer {
	clear: both;
	width: 750px;
	height: 35px;
}

#footer .leftCorner {
	float: left;
	background: url(/template/images/corner_bottom_left.gif) bottom left no-repeat #FF0000;
	width: 35px;
	height: 35px;
}

#footer .rightCorner {
	background: url(/template/images/corner_bottom_right.gif) bottom right no-repeat #FFFFFF;
	text-align: right;
	height: 35px;	
}


