html {min-height: 100%;}
* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #FFF; /*url(images/bgmain.gif) repeat top;*/
	color: #FFF;
	font: normal 62.5% Tahoma,sans-serif;
	background-image: url(images/bg-tile.gif);
	background-repeat: repeat;
	text-align: center;
}
p,code,ul,ol {padding-bottom: 1.2em;}
p {
	padding-right: 5px;
	text-align: left;
}
li {list-style: none;}
h1 {
	font: bold 16px Tahoma;
	padding-top: 6px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 30px;
	color: #000;
	padding-right: 5px;
	text-align: left;
	border-bottom: none;
}
h2 {
	margin-bottom: 4px;
	color: #005D90;
	text-align: left;
	padding-bottom: 6px;
	font-size: 15px;
	font-weight: bold;
	font-family: Tahoma;
}
h3 {
	margin-bottom: 4px;
	color: #005D90;
	text-align: left;
	padding-bottom: 6px;
	font-size: 13px;
	font-style: italic;
	font-family: Tahoma;
}
quote {
	margin-bottom: 4px;
	color: #444444;
	text-align: left;
	padding-bottom: 6px;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: bold;
}
/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}
/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
	border-bottom: #666 1px solid;
	border-left: #666 1px solid;
	border-right: #666 1px solid;
}
.index_container {
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 2px 2px;
	width: 580px;
	text-align:center;
}
.index_container p{
	text-align: center;
	}
.index_content {
	float: left;
	width: 286px;
	/*height: 360px;*/
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align:center;
}
.index_content2 {
	float: right;
	width: 286px;
	/*height: 360px;*/
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
}
.index_content3 {
	float: left;
	width: 100%;
	font-size: 10px;
}
/* header */
.top {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
	color: #487CAF;
	border-top: #666 1px solid;
	border-left: #666 1px solid;
	border-right: #666 1px solid;
}
.header h1{
	color: #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:180px 0 0 10px;	
}

.header .left{
	background: #A4A4A0;
	color: #FFF;
	height: 150px;	
}

.header .left {
	background: #B3C2C7 url(header.jpg) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	width: 780px;
	height:150px;
	color: #1F1F1F;
}

/* navigation */
.navigation {
	background: #D9E1E5 url(images/nav.gif);
	height: 25px;
	margin:0 auto;
	color: #FFF;
}

.navigation a {
	background: #D9E1E5 url(images/nav.gif);
	border-right: 1px solid #ffffff;
	color: #FFF;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 25px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #ccc;}
/* main */
.main {
	border-top: 4px solid #FFF;
	vertical-align: top;
	/*background: url(images/bgmain.gif) repeat-y;*/
}
/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
	background:#333333; /*c7ab84;*/
}

.sidenav h2 {
	color: #ffffff;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
	text-align:center;
}

.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}

.sidenav li {border-bottom: 1px solid #EAEADA;}

.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

.sidenav li a:hover {
	background: #ebf6e6;
	color: #654;	
}

.sidenav .images {
	width:210px;
}
.images {
	width:100%;
}

.content_container {
	height: 100%;
	width: 100%;
	margin: 0px;
	background-image: url('images/brown_line_page_break_half.gif');
	background-repeat: repeat-y;
	background-position: 50% 50%;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* content */
.content {
	float: left;
	width: 375px;
	/*height: 360px;*/
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
/*.content li {
	list-style: url(li.gif);
	margin-left: 18px;
	font-size: 11px;
	font-family: "Lucida Sans Unicode";
	color: #000;
	text-align: left;
}*/

.content td {
	font-size: 12px;
	color: #000;
	font-family: "Lucida Sans Unicode";
	font-style: normal;
	text-align: left;
}
.content p {
	font-size: 1.1em;
	color: #000;
	font-family: "Lucida Sans Unicode";
	font-style: normal;
}
.content img {
	float: left;
}

.content2 {
	float: right;
	width: 390px;
	height: 100%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
}
.content2 img{
	text-align: center;
}
.content2 td {
	font-size: 12px;
	color: #000;
	font-family: "Lucida Sans Unicode";
	font-style: normal;
	text-align: left;
}
.content2 p {
	font-size: 1.1em;
	color: #000;
	font-family: "Lucida Sans Unicode";
	font-style: normal;
}
.content3 {
	float: left;
	width: 100%;
		
	background-image: url('images/brown_line_page_break.gif');
	background-repeat: no-repeat;
	background-position: top;
}
.content3 img{
	text-align: center;
}
/* footer */

.footer {
	background: url(images/nav.gif) repeat-x bottom;
	color: #FFF;
	line-height: 20px;
	text-align: center;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.footer p{
padding-top:2px;
padding-bottom:5px;
padding-left:5px;
}

.footer a,.footer a:hover {color: #FFF;}

.inputgs2 {
	width:auto;
	border-color:#888888;
	background-color:#FFFFFF;
	color:black;
	font-size:10px;
	border-width:1px;
	border-style:solid;
	padding:5px;
	spacing:2px;
	margin:0px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-bottom-width:1px;
	font-family: Tahoma;
}
