﻿/*

	opus 2009 BASE
	
*/

/* Basics
------------------------------ */
html {
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

/* Main Layout
------------------------------ */
body {
	background: #96AC93;
	background2: #FDFFB4;
	width: 1024px;
	margin: 0px;
	padding: 0px 0px 0px;
	}
div#header {
padding: 3px;
height: 100px;
border: solid 0px;
border-color: #E7C60C;
clear: both;
} 

/* Text Styles
------------------------------ */
body {
	font: normal 82%/100% "Century Gothic", Arial, Arial, sans-serif;
	color: #000000;
}
h2 {
	font: 120% "Century Gothic", Arial, Arial, sans-serif;
	color: #AAA;
	margin-top: 25px;
}
h2 a:visited {
	color: #white;
	text-decoration: none;
}
h2 a:link {
	color: #white;
	text-decoration: none;
}
h2 span {
	color: #666;
}
h2 a:hover {
	color: #94c2e5;
	text-decoration: none;
}
h3 {
	font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #748da0;
	margin-top: 30px;
}
.cb1 {
	font-family: Arial;
	font-size: xx-small;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
}


/* Link Styles
------------------------------ */
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
a:link {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: xx-small;
}
a:focus { text-decoration: none; color: #FFFFFF; }


a:hover { text-decoration: none; color: #FFFFFF; }