body {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
/******* hyperlink and anchor tag styles *******/

a, a:link, a:visited, a:active {
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
a img { border: none; color: Transparent;}

/************** header tag styles **************/

h1{
	font: bold 150% Arial, sans-serif;
	color: #000000;
	margin:0px;
	padding: 2px 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color:#660033;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 110% Arial,sans-serif;
 color:#CC6600;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 100% Arial, sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
	font: bold 1em Arial,sans-serif;
	color: #334d55;

}
				
input{
font-family: Arial,sans-serif;
}

/********************* Contact Info **********************/
.ContactName {
	font-weight: bold;
	padding-top: 10px;
}
.Contact {
	font-size: 80%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#E6BFC5;
	padding: 10px 0px 0px 10px;
	width: 99%;

}
.ContactTitle {

}
.ContactPhone {

}
.ContactEmail {
	padding-bottom: 10px;
	
}
.bulletNo {
	list-style-type: none;
}
.SelfNote {
	font-weight: bold;
	background-color: #FF33CC;
}
.BoxBorder {
	border: 10px ridge #CC3366;
	width: 300px;
	padding: 7px;
	text-align: center;
}
.BoxHighlight {
	background-color: #FFFFCC;
	padding: 7px;
	width: 200px;
	border: 3px double #CC6633;
}
.ColLeft {
	float: right;
	width: 100px;
}
.ColRight {
	float: right;
	width: 100px;
}

a.button, a:visited.button, a:active.button, a:link.button
{
	color: White;
	font-size: 11px;
	display: block;
	height: 19px;
	width: 110px;
	text-align: center;
	background-image: url(../FilesCustom/images/buttonBack.gif);
	padding: 3px 0 0 0;		
}
.siteInfo {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

.siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
/********************* homepage styles **********************/
#homepage 
{
	color: #F2E8D2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	position: relative;
	background-color: #003333;
	z-index: 0;
	height: 100%;
}
.style1 {color: #F2E8D2}
#homepage .content{
	background-image: url(../FilesCustom/HTMLEditor/images/DCM/FrontPage/bkground.jpg);
	height: 420px;
	z-index: 1;	
}
#homepage .DCMLogo{
	position: absolute;
	left: 162px;
	top: 29px;
	z-index: 2;
}
#homepage .mission{
	position: absolute;
	left: 153px;
	top: 350px;
	width: 461px;
	visibility: inherit;
	font-size: 90%;
	text-align: center;
	z-index: 5;
}
#homepage .hook{
	position: absolute;
	left: 96px;
	top: 6px;
	width: 556px;
	visibility: inherit;
	font-size: 90%;
	text-align: center;
	z-index: 1;	
}
#homepage .leftLinks{
	position: absolute;
	left: 2px;
	top: 38px;
	width: 142px;
	visibility: inherit;
	font-size: 90%;
	text-align: center;
	z-index: 4;	
}
#homepage .rightLinks{
	position: absolute;
	left: 623px;
	top: 38px;
	width: 125px;
	visibility: inherit;
	font-size: 90%;
	text-align: center;
	z-index: 7;	
}
#homepage .textlink{
	color: #F2E8D2;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 10px;
	display: block;
}
#homepage .textlink:hover{
	color:#66FFFF;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 10px;
	display: block;
}

#homepage #siteInfo{
	border-top: 1px solid #235656;
	font-size: 13px;
	color:#CCCCCC;	
	padding: 10px 10px 10px 10px;
	margin-top: 5px;
	margin-left: 2px;
	width:730px;
}
#homepage a, #homepage a:visited, #homepage a:link, #homepage a:active{
color:#F2E8D2;
text-decoration:none;
}
#homepage a:hover{
color:#F2E8D2;
text-decoration:underline;
}