/* ============================================================= */
/* Common Styles */

body {
	margin: 0;
	position: relative;
	color: #ffffff;
	background-image: url(../images/drkgrid.gif);
	min-width: 80%;
	}

body, input, select, textarea, p, td, th {
	font-family: Furtura, Verdana, Arial, sans-serif;
	line-height: 6 em;
	font-size: 12px;
	}

a {
	color: #ffffff;
	text-decoration: none;
	outline: none;
	}

a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	outline: none;
	}

.spacer {
	clear: both;
	float: none;
	line-height: 0;
	height: 0;
	}

img {
    border: 0;
    }

* {
	margin: 0;
	padding: 0;
	}

p {
  width: 28em;
	margin: 10px auto;
	text-align: left;
	}

ul {
	padding-left: 0px;
	margin-left: 0;
	}

td, th {
	text-align: left;
	padding: 3px;
	}


/* ------------------------------------------------------------- */




/* ============================================================= */
/* Headline Styles */

h1, h2, h3 {
	font-family: Furtura, Verdana, Arial, sans-serif;
	font-weight: normal;
	}

h1 { 
font-size: 20px;
text-indent:80px; 
}

h2 { font-size: 17px; }

h3 { font-size: 14px; }
	

/* ------------------------------------------------------------- */




/* ============================================================= */
/* Page Layout Styles */

#container {
	margin: 0px auto;
	position: relative;
	background-image: url(../images/medgrid.gif);
	width: 800px; 
	}

#navigation {
	position: relative;
	background-image: url(../images/naviheader.gif);
	padding: 5px;
	width: 70%;
	text-align: right;
	border: 1px dotted;
	}

#content {
	position: relative;
	margin: 10px auto;
	padding: 5px;
	text-align: left;
	background-image: url(../images/lghtgrid.gif);
	width: 70%;
	border: 1px solid;
	}

#heircontent {
	position: relative;
	margin: 10px auto;
	padding: 5px;
	text-align: left;
	background-image: url(../images/lghtgrid.gif);
	width: 70%;
	border: 1px solid;
	}
	
#pagecontent {
	position: relative;
	margin: 10px auto;
	padding: 5px;
	text-align: left;
	background-image: url(../images/header.jpg);
	width: 70%;
	}

#footer {
	position: relative;
	padding: 5px;
	text-align: center;
	color: #ffffff;
	background-image: url(../images/drkgrid.gif);
	font-size: 11px;
	width: 70%;
	border: 1px dotted;
	}


/* ------------------------------------------------------------- */




/* ============================================================= */
/* Navigation Styles */

#navigation H1 {
	position: relative;
	background-color: #CCCCCC;
	border: 1px #ccc solid;
	width: 100%;
	cursor: pointer;
	}

#navigation ul {
	list-style-type: none;
	text-align: right;
	margin: 0;
	padding: 0;
	}

#navigation ul a {
	text-decoration: none;
	color: #336699;
	}

#navigation ul a:hover {
	color: #336699;
	}

#navigation #mainnav {
	margin: 5px 0 10px 0;
	font-size: 18px;
	font-family: Furtura, Verdana, Arial, sans-serif;
	}


/* ------------------------------------------------------------- */





/* ============================================================= */
/* Header Styles */

div.header {
	height: 150px;
	position: relative;
	margin: 0;
	}

.header h2 {
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 10px;
	margin: 0;
	}


/* ------------------------------------------------------------- */
