html { 
	background: url('../img/background.png') repeat-x top #ADC3DF;
	height: 100%;
}
		
body { 
	background: url('../img/frame.png') repeat-y center;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	font-family: "Century Gothic","Avant Garde Gothic","Avant Garde","URW Gothic L",helvetica,sans-serif;
	font-size: 10pt;
	color: #444;
	width: 950px;
}

/* ff hack */
html>body { 
	min-height: 100%;
	height: auto;
} 

/* ie6 hack */
* html body {
	background-color: white;
	back\ground-color: transparent;
	background: url('../img/blank.gif') repeat center;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="res/img/frame.png",sizingMethod="scale");
}

#frame {
	text-align: left;
	height: auto;
	width: 900px;
	background-color: #F1F1F1;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}

#header {
	height: 300px;
	background: #F1F1F1 bottom no-repeat;
	border-bottom: 4px solid #395D8D;
	width: 900px;
	margin: 0 auto;
}

#ads {
	float: right;
	border: 1px solid #CCC;
	background: white no-repeat center;
	height: 80px;
	width: 300px;
	margin: 10px 10px 0 0;
	cursor: pointer;
}

#topbar {
	height: 100px;
	background-color: #F1F1F1;
	border-bottom: 4px solid #395D8D;
	width: 900px;
	margin: 0 auto;
}

#topbar span {
	position: relative;
	left: 30px;
	top: 63px;
	font-size: 16pt;
	color: #214B7D;
}

#topbar img {
	float: left;
	position: relative;
	top: 10px;
	left: 10px;
}

#navigation {
	width: 200px;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content {
	margin-left: 200px;
	padding: 10px 35px 20px 35px;
	font-size: 10pt;
	color: #555;
	text-align: justify;
	background: white url('../img/content_corner.png') no-repeat bottom left;
}

#footer {
	padding: 20px 0;
	color: #555;
	font-size: 11pt;
}

#footer a {
	color: black;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#tabs {
	position: relative;
	top: 164px;
	height: 30px;
}

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

#tabs li {
	float: right;
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs a {
	color: #444;
	margin-right: 5px;
	font-size: 12pt;
	font-weight: bold;
	cursor: pointer;
	width: 120px;
	height: 36px;
	display: block;
	background: url('../img/tab.png') no-repeat transparent;
	opacity: 0.8;
	text-align: center;
	text-decoration: none;
	padding-top: 9px;
}

#tabs a.active {
	background: url('../img/tab_active.png') no-repeat transparent;
	opacity: 1;
}

#tabs a:hover {
	color: #214B7D;
	opacity: 1;
}

/* ie6 hacks */
* html #tabs a {
	background-color: white;
	back\ground-color: transparent;
	background: url('../img/blank.gif');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="res/img/tab.png",sizingMethod="image");
}

* html #tabs a.active {
	background-color: white;
	back\ground-color: transparent;
	background: url('../img/blank.gif');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="res/img/tab_active.png",sizingMethod="image");
}

#navigation li {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #CCC;
}

#navigation a {
	color: #444;
	display: block;
	padding: 10px;
	cursor: pointer;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover {
	background-color: white;
	color: #214B7D;
}

a.active {
	color: #777 !important;
	background-color: white;
	opacity: 1 !important;
}

a.active:hover {
	color: #777;
	cursor: default !important;
}

img {
	border: 0;
}

#content img {
	padding: 7px;
	border: 1px solid #CCC;
	margin-bottom: 2px;
	background-color: white;
}

.right {
	float: right;
	text-align: center;
	font-size: 9pt;
	color: #403B2D;
	margin: 10px 0 5px 20px;	
}

h2 {
	color: #214B7D;
	font-size: 12pt;
	margin-top: 35px;
	font-weight: bold;
}

h1 { 
	padding-bottom: 7px;
	margin-bottom: 25px;
	font-size: 14pt;
	color: #214B7D;
	font-weight: normal;
	border-bottom: 2px solid #395D8D;
}

h9 {
	color: white;
	font-size: 12pt;
	
}
a {
	color: black;
}

.clearfix {
	clear: both;
}

#content ul, #content ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

#content li {
	margin: 0;
	padding: 0 0 10px 0;
}

label {
	clear: left;
	float: left;
	display: block;
	width: 150px;
	margin-top: 10px;
	height: 16px;
}

input, select, option, button, textarea {
	padding: 2px;
	margin-top: 10px;
	background-color: #F1F1F1;	
	border-width: 1px;
}

option {
	margin: 0;
	padding: 2px 4px;
}

sup {
	color: red;
	padding-left: 5px;
}

table {
	width: 600px !important;
	margin-bottom: 20px;
}