@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #2A4D0E;
	background-repeat: repeat;
	background-position: left top;
	background-attachment: scroll;
}
.twoColFixLtHdr #container {
	width: 850px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #003;
	border-right-color: #003;
	border-bottom-color: #003;
	border-left-color: #003;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(images/ADC%20backgrounds/Abackground.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #003;
	border-right-color: #003;
	border-bottom-color: #003;
	border-left-color: #003;
	font-style: italic;
	color: #003;
	border-left-style: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 10px;
	font-style: italic;
	text-align: left;
	border: thin none #030;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	float: none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	clear: none;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	font-size: 12px;
	color: #D6D6D6;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 7px;
	text-align: left;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/ADC%20backgrounds/Abackground.jpg);
	border: .3px none #FFF;
}
.twoColFixLtHdr #mainContent {
	font-size: 14px;
	text-align: center;
	color: #000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
	border: thin none #003;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	background-image: url(images/ADC%20backgrounds/Abackground.jpg);
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #003;
	border-right-color: #003;
	border-bottom-color: #003;
	border-left-color: #003;
	background-image: none;
	background-repeat: repeat;
	background-color: #E8E8E8;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 12px;
	color: #000;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #E8E8E8;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.sidebarh1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
	color: #030;
	line-height: 0px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	text-align: left;
}
.sidebaradc {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #030;
	text-align: left;
}
.sidebarh2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #003;
	font-style: italic;
	text-align: left;
}
.sidebarlist {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000;
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
	white-space: normal;
	display: list-item;
	font-weight: bold;
}
.indexbarh1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006;
}
.indexbar2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.numreg {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	text-align: right;
}
.numbg {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #003;
	text-align: right;
}
.numsmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	color: #003;
	text-align: right;
}
.pageh1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.maincontenth2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: left;
	font-weight: bold;
}
.maincontenth1r {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #006;
	text-align: right;
}
.linkback {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000;
	text-align: right;
}
.centerh2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	color: #003;
	text-align: center;
}
.centerh4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	color: #006;
	text-align: center;
	font-weight: bold;
}
maincontentp {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: left;
}
.maincontentp {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: left;
	text-indent: 0px;
	font-weight: bold;
	padding: 2px;
}
.centerorange {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F60;
	text-align: center;
}
.maincontentlblu {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	color: #003;
	text-align: center;
}
.righth3training {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #003;
	text-align: right;
}
#centerh3blue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006;
	text-align: center;
}
.centerh3blu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003;
	text-align: center;
	height: auto;
	width: auto;
}
.robotech {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}
.maincontenth3left {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #030;
	text-align: left;
}
.centlefth2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #003;
	text-align: left;
}
#container #footer p {
}
.twoColFixLtHdr #container #footer p {
}
.footerA {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
}
.regularcenter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.header2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.bluemedium {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #003;
}
