/* Dragon Web Design */

html, body, #content
{
	min-height: 100%;
	width: auto;
	height: 100%; /* Hack for IE5+ */
}

html>body, html>body #content
{
	height: auto;
}

body
{
	margin: 0;
	color : black;
	background-color : #FFFFCC;
	font-family : sans-serif;
	min-height : 100%;
	width : auto;
	height : 100%; /* Hack for IE5+ */
}

a:link
{
	color = #000000
}

/* ---------------------------- Header Info ------------------------------- */

#header 
{
	background-color: #990000;
	border: thin solid #000000;
	height: 150px;
}

div#header a.logo
{
	padding: 5px;
	margin-top : 20px;
}

h1 
{
	font: bold x-large Arial, sans-serif;
	color: #000000;
	margin-top: 0px;
}

h2 
{
	font: large Arial, sans-serif;
	color: #9C1A1E;
}

h4 
{
	font: bold small Verdana, sans-serif;
	color: #9C1A1E;
	margin-bottom: 2px;
}

h5 
{
	font: italic bold small Arial, sans-serif;
	color: #43616B;
	margin-top: 2px;
}

div#topcontent p.date 
{
	position: absolute;
	right: 0px;
	top: 2px;
	margin: 0px;
}

#topcontent p 
{
	display: inline;
	margin: 0em .5em .5em 0em;
	color: FFFFCC;
	font-size: small;
}

hr {
	border-style: none;
	border-color: #336699;
	background-color: #336699;
	color: #336699;
	height: 1px;
	}

#content
{
	position: absolute;
	top: 150;
	left: 0;
}

/* ----------------navbar----------------- */

#navbar a
{
	color: #000099;
}

ul.menu
{
	list-style: none;
	margin: 0px;
}

ul.menu li
{
	display: list-item;
}

.menu
{
	position : absolute;
	top: -2px;
	width : 170px;
	z-index : 1;
	padding : 0px;
	text-align : center;
	background-color : #990000;
	font-weight : bold;
	color : #FFFFCC;
	border: thin solid #000000;
}

.menu
{
	padding : 0.5em;
	margin-bottom : 0.5em;
}

.menu a
{
	display: inline;
}
.menu .delimiter
{
	display : none;
}

/* --------------- Right Bar ------------ */
.rightBar
{
	position : absolute;
	top : -2px;
	right : 0px;
	width : 170px;
	z-index : 1;
	padding : 0px;
	text-align : center;
	background-color : #990000;
	font-weight : bold;
	color : #FFFFCC;
	border: thin solid #000000;
}
/*{
	position : absolute;
	top : -.75em;
	float : left;
	width : 170px;
	z-index : 1;
	padding : 0em;
	text-align : center;
	background-color : #990000;
	color : #FFFFCC;
	font-weight : bold;
	padding : 0.5em;
	margin-bottom : 0.5em;
}*/

.rightBar a:link
{
	color : #FFFFCC;
}

/* --------------- Body Content ------------ */
.contentText
{
	margin-top:0em;
	margin-bottom: 3em;
	margin-right:13em;
	margin-left:12em;
	height: auto;
	padding:0.5em;
	color : rgb(0,0,0);
	/* border : thin solid rgb(0,0,0);*/
}

.contentText h1
{
 	color : #336699;
}

.contentText p
{
	max-width: 45em;
}

.contentText P:first-letter 
{
  font-weight: bold;
  font-size: 120%;
}
  
/* --------------- Footer ------------ */
.footer 
{
	width: 100%;
	padding: 5px;
	text-align: center;
	background-color : inherit;
	color: rgb(0,0,0);
	position: absolute;
	bottom: 0;
}

.footer a
{
	color: #990000;
}
/*
 #footer {
	position: absolute;
	bottom: 0;
	background-color: #ffffff;
	width: 70%;
	text-align: center;
	padding: 0 15%;
}*/
/* --------------- Global Positioning ------------ */
 
.floatleft 
{
	display: inline;
	float: left;
	margin: 0px 0.5em 0.5em 0px;
}
	
.floatright
{
	display: inline;
	float: right;
	margin: .5em 0em 0.5em 0px;
	clear: right;
}

.imgright     
{
	display: inline;
	float: right;
	padding: 1px 1px 1px 1px;
    text-align: center;
    width: 200px;
	clear: right;
}

.imgright p   
{
	margin: 0;
	padding-bottom: 10px; 
	font: normal 10px arial;
}

.imgright P:first-letter 
{
  font-weight: normal;
  font-size: 100%;
}

/*.imgright img 
{
	border: 2px solid #336699;
}
*/
.imgleft      
{	float: left;
    margin-right: 0.8em;
    padding-bottom: 0.5em;
    text-align: center;
    width: 200px;
}

.imgleft p    
{
	margin: 0; 
	font: normal 10px verdana,sans-serif;
}

.imgleft img  
{
	border: 2px solid navy;
}

.left
{
	position : absolute;
	top : 7em;
	left : 12em;
	z-index : 1;
	padding : 0em;
	text-align : center;
	border : thin solid rgb(0,0,0);
	background-color : inherit;
	color : rgb(0,0,0);
	font-weight : bold;
	padding : 0.5em;
	margin-bottom : 0.5em;
}

.center
{
	position : absolute;
	top : 7em;
	left : 24em;
	z-index : 1;
	padding : 0em;
	text-align : center;
	border : thin solid rgb(0,0,0);
	background-color : inherit;
	color : rgb(0,0,0);
	font-weight : bold;
	padding : 0.5em;
	margin-bottom : 0.5em;
}
