@charset "utf-8";
body  {
	font: 100% Arial, Tahoma, Verdana, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size : 12pt;
	color: #CCC;
	background-image: url(imgs/gears_bkgd_dark.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
}
A:link{
	text-decoration: underline;
	color: #FFF;
}
A:visited{
	text-decoration: underline;
	color: #999;
}
A:hover{
	text-decoration : underline;
}
A:active{
	color: #FFF;
}
img{ border: none;}

h1{ font-size: 1.3em; font-weight:bold;}
h2{ font-size: 1.15em;}
h3{
	font-size: 1em;
}
p{
	font-size: 1em;
	color: #FFF;
}
.psm{
	font-size: 0.6em;
}

#container { 
	width: 80%;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
} 
#header {
	padding: 0 10px;
	background-image: url(imgs/IADTlogo.gif);
	background-repeat: no-repeat;
	background-position: right;
	min-height: 60px;
	color: #FFF;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
}


#sidebar1 {
	float: left;
	width: 12em;
	padding: 3px;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
	line-height: .5em;
}
#container #sidebar1 ul {
	list-style-position: inside;
	list-style-type: disc;
	text-indent: -10px;
}


#mainContent {
	margin: 5px 20px 0 14em;
	min-height: 450px;
	padding: 5px;
} 
#footer {
	padding: 0 10px;
} 
#footer p {
	margin: 0;
	padding: 10px 0; 
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

