﻿/* Basic styles */
html 
{
    height: 100%;
}

body 
{
    min-height: 100%; 
    height: 100%;
    width: 100%;
	margin:0px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.4em;
	color:#666666;
}

a:link {
	color:Blue;
	text-decoration:none;
}

a:visited {
	color:Blue;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

a:active {
	color:#980000;
}

p {
	margin:10px 0;
}

blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;	
}

blockquote p {
	margin:2px 0;
}
	
h1, h2, h3, h4 {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

img {
	border-width: 0;
}

/* Header styles */
.header {
	height:81px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	background-color:#eeeeee;
	color:#999999;
	font-size:.85em;
	position:relative;
	width:760px;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h1 {
	margin-bottom:0;
}

h1, h2 {
	margin-top:0px;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}

.menua {
	position: absolute;
	right: 37px;
	top: 13px;
	text-transform: uppercase;
	font-size: 10px;
}

.nav {
	position: absolute;
	right: 37px;
	top: 60px;
	text-transform: uppercase;
	font-size: 10px;
}

#pagetitle {
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	width:720px;
	background:#608fc8;
	position:relative;
	color:#d5e8ff;
	font-size: large;
	padding:.5em 20px .7em 20px;
	}

/* Content styles */
.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 8px;
	font-size: 0;
}

.column {
	background-image: url(images/content-shim.gif);
}

#leftside {
	float: left;
	width: 300px;
	height: 100%;
}

#content 
{
    float: left;
	width: 200px;	
}

#rightside {
	float: right;
	width: 100px;
	height: 100%;
}

/* Footer styles */
.footerbg {	
	width: auto;
	height: 75px;
	text-align: center;
}

.footer {	
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	width: 760px;
	height: 50px;	
	text-align: center;
	font-size: 10px;	
}

.menub {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 10px;
}

/* Three Columns */
#three-column-container {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:728px;			
	border:1px solid #818181;	
	position:relative;
}

#content-center-three-column {
	width:355px;	
	float:left;
	margin-left:25px;
}

#content-right-side-three-column,
#content-left-side-three-column {
	width:160px;	
	font-size:.9em;
}
	
#content-right-side-three-column {
	float:right;
}

#content-left-side-three-column {
	float:left;
}

.clear {
	clear:both;
}