/* Dragon Web Design */

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

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

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

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

#header 
{
	background-color: #990000;
}

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
{
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none;
	/*position: absolute;
	top: 150;
	left: 0;*/
}

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

#navbar a
{
	display:none;
}

ul.menu
{
	display:none;
}

ul.menu li
{
	display:none;
}

.menu
{
display:none;
}

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

/* --------------- Right Bar ------------ */
.rightBar
{
	display: none;
}
/*
.rightBar p
{
	display: none;
}
*/

/* --------------- Body Content ------------ */
.contentText
{
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none;
}

.contentText h1
{
 	color : #336699;
}

.contentText p
{
	max-width: 100%;
}

.contentText P:first-letter 
{
  font-weight: bold;
  font-size: 120%;
}
  
/* --------------- Footer ------------ */
.footer 
{
	display:none;
}

.footer a
{
	display:none;
}

/* --------------- 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 : 0em;
	z-index : 1;
	padding : 0em;
	text-align : center;
	border : thin solid rgb(0,0,0);
	color : rgb(0,0,0);
	font-weight : bold;
	padding : 0.5em;
	margin-bottom : 0.5em;
}