/*
=======================================================================
HTML elements
=======================================================================
*/

A
{
	color: #006666;
}

A:hover
{
	color: #009966;
}

BODY
{
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}

HR
{
	color: #006666;
	height: 1px;
}

UL
{
	list-style-image: url(/images/bullet.gif);
	list-style-position: outer;
}

H1
{
	font-weight: normal;
	font-size: 150%;
	color: #000000;
}

H2
{
	font-size: 130%;
	color: #006666;
}

H3
{
	font-size: 105%;
	color: #000000;
}

/*
=======================================================================
DIV ids
=======================================================================
*/

#background2
{
	background: url(/images/layout/background.jpg) repeat-x;
	vertical-align: top;
}

#background
{
	background: url(/images/background.jpg) repeat-x;
	vertical-align: top;
}


#footer
{
	color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding-top: 10px;
	text-align: center;
	vertical-align: bottom;
	z-index: 0;
}

#footer A
{
	color: #eeeeee;
}



/*
=======================================================================
CSS classes
=======================================================================
*/

.header
{
	color:#C7D7D4;
	font-size: 27pt;
	font-style: italic;
	font-family: sans;
	font-weight: 900;
	text-indent: 1ex;
	margin-bottom: 5px;
}

.name
{
	color: #006666;
	font-weight: bold;
	font-size: 110%;
}

.portrait
{
	border: 1px solid #666666;
}

.menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.qa
{
	font-weight: bold;
	font-size: 130%;
	color: #006666;
}

.seagreen
{
	color: #006666;
}

.bad
{
    font-weight: bold;
    color: #FF0000;
}

.good
{
    font-weight: bold;
    color: #008800;
}

.ArticleText
{
	margin-top: 8px;
}

.ArticleText:first-letter
{
	font-size: 18px;
	font-weight: bold;
	color: #006666;
}

.BoldGreen
{
	font-weight: bold;
	color: #006666;
}

.contactdiv
{
	position:absolute;
	top: 0px;
	left: 570px;
	cursor:pointer;
   	cursor:hand;
}

.mission {
	padding: 0 10px 0 0;
	margin: 0;
	color: #487e7c;
	font-style: italic;
	font-size: 14px;
	font-family: georgia;

}