@import url("/DCACommon/styles/main/singlecol/dca_main_general.css");
@import url("/DCACommon/styles/main/singlecolwide/dca_main_topmenu.css");
@import url("/DCACommon/styles/main/singlecolwide/dca_main_pagecontent.css");
@import url("/DCACommon/styles/main/singlecol/dca_main_midcontent.css");
@import url("/DCACommon/styles/main/singlecolwide/dca_main_bottommenu.css");
@import url("/DCACommon/styles/main/singlecol/dca_main_popup.css");

/* print-specific classes */
@media print 
{ 
	.noprint {
		display:none !important; 
	} 
} 



/* clear css default styles */
* {
	margin:0px;
	padding:0px;
	border:0px;
}



/* reset various tags to default : http://www.w3.org/TR/CSS21/sample.html */
p {
	margin: 1.12em 0;
    display: block;
}

div {
	display: block;
	 margin: .5em 0;
}

ol, ul { margin-left: 5px; }
ol   { list-style-type: decimal; }
ol ul, ul ol, ul ul, ol ol    { margin-top: 0; margin-bottom: 0; }
li    { display: list-item; margin: .5em 0; }

hr {
	height:0px;
	border-bottom:1px solid #AAA682;
}

input { padding: 2px;}

table           { /*border-spacing: 2px;*/ display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell; padding:3px;}
caption         { display: table-caption; text-align: center }
th              { font-weight: bolder; text-align: center }

img {
	border-width: 0px;
	margin: 0 0 0 0;
}

input[type=text] 
{
    border: 1px solid #666;
}

input[type=submit], input[type=button], input[type=reset]  
{
    border: 1px solid #ccc;
	padding: 5px;
}

select 
{
    border: 1px solid #666;
}

textarea {
    border: 1px solid #666;
	font-size:9pt;
	font-family:'Trebuchet MS', Arial, sans-serif;
}



/* dca-specific formatting */

body 
{
	font-family:Arial;
	font-size: 12px;
	margin-top: 10px;
	background-color:#8a7967; /* PMS Warm Gray 10 */
	
}

a:link, a:visited, a:active {
	color:#49a942; /* PMS 362 - med green */
	text-decoration:none;
}



