﻿body
{
	background-color: #eeeeee;
	color: #666666;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	height: 100%;
}
#leftcontent
{
	background-color: #eeeeee;
	position: absolute; 
	left: 0; 
	right: auto; 
	width: 15%; 
	height: 1111px;
	background: url(../images/nav/left_nav.gif) right top repeat-y;
}
#rightcontent
{
	background-color: #eeeeee;
	position: absolute; 
	left: auto;
	right: 0; 
	width: 15%; 
	height: 1111px;
	background: url(../images/nav/right_nav.gif) left top repeat-y;
}
#maincontent
{
	background: url(../images/nav/header.gif) center top repeat-x;
	background-color: #ffffff;
	position: absolute; 
	top: 0px;
	width: 70%;
	height: 1000px;
	left: 15%;
	right: 15%; 
}

#maincontent #lefttop
{
	background: url(../images/nav/logo.gif) top left no-repeat; 
	position: absolute; 
	top: 5px;
	left: 0px;
	width: 50%;
	height: 105px;
	border-bottom: solid 1px #eeeeee;
}
#maincontent #righttoptop
{
	position: absolute; 
	text-align: right;
	vertical-align: bottom;
	right: 15px;
	top: 5px;
	width: 50%;
	padding: 0px 0px 0px 1px;
	font-size: 11px;
}
#maincontent #righttopbottom
{
	top: 5px;
	position: absolute; 
	text-align: right;
	vertical-align: bottom;
	right: 0px;
	width: 50%;
	height: 105px;
	padding: 0px 0px 0px 1px;
	border-bottom: solid 1px #eeeeee;
}
#maincontent #righttopbottom #topNav 
{
	font-size: 10px;
	letter-spacing: .009em;
	position: absolute;
	top: 70px;
	right: 0px;
	text-align: center;
	padding: 10px 0 0 0;
	font-weight: bold;
	vertical-align: middle;
}
#maincontent #righttopbottom #topNav ul 
{
	display: inline;
	margin: 0;
	padding: 50px;
	padding: 0 0 0 30px;
}
#maincontent #righttopbottom #topNav ul li 
{
	display: inline;
	list-style: none;
	padding: 0 15px 0 0;
}
#maincontent #righttopbottom #topNav ul li a 
{
	color: #666666;
	text-decoration: none;
}
#maincontent #righttopbottom #topNav ul li a:hover 
{
	color: #0067b1;
	text-decoration: none;
}
#maincontent #bodycontent
{
	top: 111px;
	left: 0px;
	right: 0px;
	height: 100%;
	position: absolute;
	border-top: solid 1px #eeeeee;
	background: #ffffff;
}
#maincontent #bodycontent #nav
{
	top: 0px;
	height: 35px;
	width: 100%;
	background: #ffffff url(../images/nav/nav.jpg) center top repeat-x;
	position: absolute;
}
#maincontent #bodycontent #nav ul 
{
	display:inline;
	margin: 0 0 0 25px;
	padding: 0;
}
#maincontent #bodycontent #nav ul li 
{
	display:inline;
	list-style: none;
	padding: 0 16px 0 0;
}
#maincontent #bodycontent #nav ul li a 
{
	color: #666666;
	text-decoration:none;
}
#maincontent #bodycontent #nav ul li a:hover 
{
	color: #0067b1;
	text-decoration:none;
}
#maincontent #bodycontent #nav ul li:before 
{
	margin: 0 16px 0 0;
	color:  #969696;
}
#maincontent #bodycontent #nav ul li.first:before 
{
	content: "";
}

#maincontent #bodycontent #nav #subNavShell 
{
	padding: 5px 0 0 0;
}
#maincontent #bodycontent #text
{
	top: 35px;
	height: 600px;
	width: 100%;
	background: #ffffff url(../images/nav/world.gif) center top no-repeat;
	position: absolute;
	border-top: solid 1px #eeeeee;
}

#article
{
	background: url(../images/nav/button.gif) left top no-repeat;
	height: 18px;
	width: 17px;
}

a
{
	color: #f69430;
	text-decoration:underline;
}
a:hover
{
	color: #f69430;
	text-decoration:underline;
}

H1
{
	font-size: 24px;
	color: #0067b1;
	margin: 0px 0px 8px 0px;
}

H2
{
	font-size: 16px;
	color: #f69430;
	margin: 0px 0px 20px 0px;
}

#caption
{
	color: #f69430;
	font-size: 9px;
	font-weight: bold;
}

.button
{
	font: bold .9em Arial, Helvetica, SansSerif;
	letter-spacing: 0;
	color: #333333;
	cursor: pointer;
	background-image: url(../images/nav/form_btn_tile.gif); 
	background-color: #fff;
}