/* Base stylesheet */

/* REMOVE STYLING */ 
html, body, form, fieldset
{
	margin: 0;
	padding: 0;
	font: 100%/120% tahoma, verdana, geneva, arial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address 
{
	margin: 1em 0;
	padding: 0;
	color: #505050;
}

li, dd, blockquote
{
	margin-left: 1em;
}

form label
{
	cursor: pointer;
}

fieldset
{
	border: none;
}

input, select, textarea
{
	font-size: 80%;
}

/* BODY */
body
{
	font-family: tahoma, verdana, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #ffffff; /* White */
}

/* TEXT */
h1
{
	font-size: 2em;
	font-weight: bold;
}

h2
{
	text-align: center;
	margin-right: 200px;
	font-size: 1.5em;
	font-weight: bold;
}

h3
{
	font-size: 1.25em;
	font-weight: normal;
	line-height: 50%;
}

h4
{
	font-size: 0.8em;
}

h5
{
	font-size: 0.6em;
	font-weight: normal;
}

p
{
	font-size: 1.2em;
	font-weight: bold;
	background-color: transparent;
}


#subheading
{
	font-size: 0.6em;
}

/* CONTAINERS */

#outer_container
{
	position: relative;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px 0px;
	background: #ffffff;
}

#title_container
{
	position: relative;
	margin: 10px 0px 0px 0px;
	height:96px;
	width: 975px;
	background: url("../images/title_pane.jpg");
	border: medium solid rgb(0,0,255)
}

/* HORIZONTAL LIST */
#navcontainer
{
	position: absolute;
	left: 190px;
	top: 127px;
}

#navcontainer ul li 
{
	display: inline;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	text-align: left;
	font-style: italic;
 	font-weight: bold; 
	font-size: 1.25em;
	color: #6b6b6b;
	background-color: transparent;
	line-height: 100%;
}

/* HEADINGS */
div.container
{
	position: relative;
	width: 100%;
	margin: 0px;
}

div.headleft
{
	float: left;
	width: 170px;
	border:0px;
}

div.headmiddle
{
	position: absolute;
	top: 0px; 
	left: 191px; 
	height: 65px;
	width: 490px;
}

* html div.headmiddle
{
	top: 18px;
}

div.headmiddle h1
{
	font-size: 2em;
	font-weight: bold;
	color:#771200; /* maroon */
	margin-left: 180px;
	margin-top: 30px;
}

* html div.headmiddle h1
{
	margin-top: 24px;
}

div.headbar
{
	position: absolute;
	display: inline;
	top: 105px;
	left: 191px;
	height: 10px;
	width: 750px;
}

* html div.headbar
{
	top: 101px;
}

div.headright
{
	position: absolute;
	top: 10px; 
	left: 720px; 
	width: 246px;
	margin-top: 10px;
}

/* TABLES */
div.tablegroup
{
	position: absolute;
	top: 170px;
	margin-left: 0;
	width: 100%;
}

div.tablegroup ul
{
	list-style-image: url(images/bullet.gif);
	list-style-type: disc;
}

div.tablegroup td
{
	vertical-align: middle;
}

div.tablegroup p, div.footer p
{
	font-size: 1em;
	font-weight: normal;
	color: black;
	background-color: transparent;
}

/* DETAILS */
div.details, div.contact, div.copyright, div.search
{
	position: absolute;
}

div.details
{
	top: 200px;
	width: 600px;
	margin-left: 180px;
}

div.contact
{
	width: 100%;
	top: 480px;
	text-align: center;
}

div.copyright
{
	width: 100%;
	top: 560px; 
	font-size: smaller;
	text-align: center;
}

/* TEXT ROLLOVER */
a:link
{
	color: maroon;
	background-color: transparent;
	text-decoration: none;
}
a:visited
{
	color: #CD5C5C;  /* Indian red */
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #BDB76B;  /* Dark khaki */
	background-color: transparent;
	text-decoration: underline;
}

/* IMAGES */
a img
{
	border: none;
}

