﻿/* Customize your layout here, for support please visit www. */

* {margin: 0;
   padding: 0;}
   
body {
	color: #FFFFFF;
	}
	
/* Begin Structure of site '*/  
 
#container {
	width: 896px;
	padding:3px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
	background-color: #072b03;
}

#header {margin-top: 1px;
	background-image: url('../images/header_lowautzenFADE_896x195.jpg');
	height: 195px;
	border: 1px solid #FFFFFF;
}

#wrapper {
	margin-top: 7px;
	background-image: url('../../images/lines/wrapper_bgWHT.gif');
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 155px;
	background-repeat: no-repeat;
	color: #000000;
	background-color: #ffffff;
	padding: 5px;
}

#right {
	background-color: #ffffff;
	color: #000000;
	float: right;
	width: 155px;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px;

}

#content {
	margin-left: 170px;
	margin-right: 325px;
	margin-bottom: 5px;
	color: #000000;
	background-color: #ffffff;
	padding: 20px;
	border: 0px solid #FFFFFF;
}

#footer {
	clear: both;
	background-color: #158217;
	color: #000000;
	padding: 4px;
	border: 1px solid #FFFFFF;
	background-image: url('../../images/nav/button-136x90_WhtYlw.png');
	text-align: center;
}

/* Begin text formatting and image floats */

.imageleft{
	float: left;
	margin-right: 7px;
	margin-bottom: 1px;
}


p{
    margin-top: 15px;
	margin-bottom: 15px;
}

blockquote{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 30px;
	border: 3px dotted #158217;
	background-image: url('../../images/quotes/quote-open.gif');
	background-repeat: no-repeat;
}

h1{
	padding: 5px;
	font-size: 1.3em;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: 1px solid gray;
	border-bottom: 1px solid white;

}

h2{
	padding: 5px;
	font-size: 1.3em;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: 1px solid gray;
	border-bottom: 1px solid white;

}

h3{
	padding: 5px;
	font-size: 1.3em;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 1px;
	border-top: 1px solid gray;
	background-image:url('../../images/backgrounds/kilroy2_820x37.gif');
	border-bottom: 1px solid white;

}

h4{
	padding: 0px;
	font-size: 1.3em;
	color: #000000;

}

.list {
	margin-left: 25px;
	list-style-image: url('../../images/12x12_UOHELMT.jpg');
	margin-top: 30px;
}

a:link {
	color: #000000;
	background-color: inherit;
}
a:visited {
	color: #000000;
	background-color: inherit;
}
a:hover {
	color: #158217;
	background-color: inherit;
}
a:active {
	color: #000000;
	background-color: inherit;
}

/********** Begin top navigation *************/
#navlist
{
	height: 2.6em;
	height: 2.7em;
	margin-top: 7px;
	padding: 1.7em 0em .3em .4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #FFFF00;
}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 1px solid #CCCCCC;
padding: 1.2em;
padding-left: 0.5em;
padding-right: 0.5em;
color: #FFFFFF;
text-decoration:underline
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	border: 1px solid #FFFFFF;
	padding: 1.1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	color: #ffff00;
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 1em;
}

#navlist ul
{
margin: 0px;
padding: 0px;

}

#navlist #active a {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}
 





