﻿/* 0 BASIC TAGS */
body 
{
	background-color: #656565;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #003366;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p 
{
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited 
{
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active 
{
	text-decoration: none;
	color: #000000;
}

img {
	border-width: 0;
}

/* 0 TOTAL*/

#total
{
	position:relative;
	margin: 10px auto 10px auto;
	width:746px;
}

/* 1 HEADER & FOOTER*/

#header
{
	padding:5px 0 20px 0;		
}

#header1
{
	margin: 0 0 2px 0;
	border-bottom: solid 1px #ffffff;
	text-align:center;
}

.loginstatus
{
	position:absolute;
	right:30px;
}

#footer
{
	height:100px;
	clear:both;
	text-align:center;
	padding:20px 0 20px 0;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active
{
	text-decoration: none;
	color: #ffffff;
}

/* 2 DIVIDERS */

#divider1
{
	background:#ffffff url(images/BorderTop.jpg) no-repeat center top;
	width:746px;
	height:20px;
}

#divider2
{
	background:#ffffff url(images/BorderBottom.jpg) no-repeat center bottom;
	width:746px;
	height:20px;
	clear:both;
}

/* 3 NAVIGATION */

.navigation
{	
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding:10px 20px 10px 20px;
}

.navigation a:link, .navigation a:visited, .navigation a:hover, .navigation a:active
{
	color:#ffffff;
}

/* 4 MAIN CONTENT */

#main
{
	float:left;
	background:#ffffff url(images/BorderMain.jpg) repeat-y left;
	width:746px;
	
}

#contentleft
{
	clear:left;
	float:left;
	width:180px;
	padding: 20px 20px 0 10px;
	color:#656565;
	font-size:1.2em;
	text-align:center;
	overflow:hidden;
}

#contentleft-tagline
{
	font-weight:bold;
	font-size:0.8em;
	text-align:center;
	padding: 10px 0px 30px 0px;
}

#contentleft-image
{
	padding:10px 0 30px 0;
}

#contentleft a:link, #contentleft a:visited, #contentleft a:hover, #contentleft a:active
{
	color:#656565;
	font-size:0.8em;
}

#contentmain
{
	background:url(images/Vantage_watermark.gif) no-repeat center center; 
	width:500px;
	float:left;
	text-align:left;
	padding: 20px 0px 0px 0px;
}

#contentmain-clear
{
	width:500px;
	float:left;
	text-align:left;
	padding: 20px 0px 0px 0px;
	overflow:auto;
}

/* 5 LINKS */

.links
{
	font-size:small;
}

.SectionHeader
{
	margin: 0;
	padding-bottom: 10px;
	font-size: 1.3em;
	font-weight: bold;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

