/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size:10px;
	color: #990000;
	text-align: center;
	background-color: #FFFFFF;
	background: url(../graphics/tile.jpg);
}

/* GENERAL LAYOUT ----------------------------------------------- */
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 0 0;
	font-size:10px;
	text-align: left;
	border-top: 1px solid #336633;
	border-right: 1px solid #336633;
	border-left: 1px solid #336633;
	background-color: #fff;
}

/* GENERAL LAYOUT ----------------------------------------------- */
/*
body {
	margin: 0;
	padding: 0;
	background: #D6DFC2 url(../graphics/bg_home.gif) repeat-y;
	background: url(../../IconLibrary/backgrounds/tile.jpg);
}
html, body {
	min-height: 100%;
	width: 780px;
	height: 100%;
	text-align: center;
}
#wrapper {
	min-height: 100%;
	width: 780px;
	height: 100%;
}*/

html>body, html>body #contents {
	height: auto;
}
/*#topnav {
	border-top: 30px solid #BBA4A1;
	border-bottom: 1px solid #000;
}*/
#topnav {
	background-color: #BBA4A1;
	height: 30px;
	border-bottom: 1px solid #000;
	width: 800px;
}
#navlinks {
	font-family: Tahoma;
	font-size: 12px;
	text-transform: uppercase;
	text-align: justify;
}
#navlinks ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	padding-left: 10px;
}
#navlinks li {
	display: inline;
	padding-right: 12px;
}

ul#navlinks {
	list-style: none;
	display: block;
}
#navlinks a{
	color: #990000;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#contents {
	position: absolute;
	top: 0;
	left: 0;
}
h2 {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1em;
}

h3 {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 10px;
}
form {
	margin: 0;
	padding: 0;
}
p {
	 /*font: 100%/2 Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	 margin-top: 0;*/
    font-size: 1.4em;
    line-height: 1.4em;
    margin: 0 0 20px;
}

#outer {
	padding-top: 10px;
	border-left: 10px solid transparent;  /* left column background */
	border-right: 200px solid #FFF; /* right column background */
	background-color: transparent;
	/*background-color: #FAFAFA;         /* center column background */
}
#inner {
	margin: 0;
	width: 100%; 
}

/* header */
#header {
	border-bottom: 1px solid #000;
	width: 800px;
	height: 130px;
	background: url(../graphics/header.gif);
}
#header h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-left: 20px;
	margin-right: 1em;
}

/* left navigation */
#navigation {
	padding-left: 10px;
	width: 150px;                      /* left column width */
	margin-left: -160px;               /* negative left column width */
	float: left;
	position: relative;
	z-index: 10;
	background-color: transparent;
}
#navigation h3 {
	width: 150px;
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #621313;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 4px;
}
#navigation .txt {
	width: 150px;
	background-color: #FCF5F5;
	border: 1px inset #901602;
}
#navigation ul {
	width: 150px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#navigation li {
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0.3em;
	border-bottom: 1px solid #E7AFAF;
}
#navigation li a:link, #navigation li a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #C2D6DF;
	border-right: 1px solid #C2D6DF;
	background-color: #F4F4F4;
	color: #621313;
	text-decoration: none;
}
#navigation li a:hover, 
#navigation li a:focus, 
#navigation li a:active {
	background-color: #C2D6DF;
	color: #fff;
}

/*#navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: #901602;
	background-color: transparent;
}
#navigation a:hover {
	color: #621313;
}*/

/* right side */
#side2 {
	width: 200px;                      /* right column width */
	margin-right: -200px;              /* negative right column width */
	float: left;
	position: relative;
	z-index: 11;
}
#side2 h3 {
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	color: #621313;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 4px;
	/*padding-left: 0.2em;*/
	padding-left: 10px;
}
#side2 p {
	padding-left: 10px;
}
.adbox {
	padding: 2px 4px 2px 6px;
	margin: 0 0.5em 10px 0.5em;
	border: 1px dotted #B1B1B1;
	background-color: #FCF5F5;
	font-size: 0.9em;
}
#side2 a:link, #side2 a:visited {
	color: #621313;
	text-decoration: none;
	border-bottom: 1px dashed;
}
#side2 a:hover {
	/*color: #fff;*/
	color: #000;
	border-bottom: 1px dashed;
}

/* center content area */
#content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;

}
/*#content h2 {
	font: 130% Georgia, "Times New Roman", Times, serif;
	color: #901602;
	margin-left: 1em;
}*/
#content p {
	margin-left: 3em;
	margin-right: 2em;
	margin-bottom: 2em;
}
#content a:link, #content a:visited {
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #621313;
}
#content a:hover {
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #000;
}
#content ul {
	/*width: 150px;
	list-style: none;*/
	margin-left: 20;
	padding-left: 40;
}
#content li {
	font: 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0.3em;
	/*border-bottom: 1px solid #E7AFAF;*/
}

/* footer */ 
/*#footer {
	background-color: #F4F4F4;
	opacity: 0.6;
	filter: alpha(opacity=60);
	width: 100%;
	position: relative;
	z-index: 13;
	border-top: 1px dotted #B1B1B1;
}*/
#footer {
	width: 800px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	/*position: absolute;
	border: 0;
	width: 800px;*/
	border-bottom: 1px solid #336633;
	border-top: 1px dotted #999;
	background-color: #F4F4F4;
	opacity: 0.6;
	filter: alpha(opacity=60);
	color: #626262;
}

#footer p {
	padding-left: 1em;
	font-size: 11px;

}
#footer a:link, #footer a:visited {
	color: #621313;
	text-decoration: none;
	border-bottom: 1px dashed;
}
#footer a:hover {
	/*color: #fff;*/
	color: #000;
	border-bottom: 1px dashed;
}

.clear { 
	clear: both;
}

/* Mozilla bug workarounds */
#outer > #inner { 
	border-bottom: 1px solid transparent; 
}
#navigation {
	margin-right: 1px;
}
#side2 {
	margin-left: 1px;
}
#content {
	margin: 0 -3px 0 -2px;
}
