/* CSS Document */

BODY {
	background:white;
	text-decoration : none;
	font: medium calibri, verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	margin: 0;
	padding: 10; 
}
a{
	color:#3454a8;
	font-weight:bold;
}
a img {
	border-width:0;
}
h1, h2, h3, ul, li, form {
	margin:0;
	padding:0;
}
.clear
{
	clear:both;
}	
.center
{
	text-align:center;
}
.bold
{
	font-weight:bold;
}

/* Page */
body {
	background:#f4b229 url(images/bg_page.jpg) repeat-x ;
}
#page {
	width: 970px;
	margin: 0 auto;
}
#page2 {
	background:#fff;
	float:left;
	width:970px;
	border:solid #444;
	border-width:1px 3px 3px 1px;
	line-height:1.35em;
	margin:1px 0;
}
/*Header*/
#header {
	background:#e03224 url(images/Bg_AmberHeader.jpg) repeat-y 0 0;
	float:left;
	width:950px;
	padding:0 10px;
	margin:0;
}
.logo
{
	float:left;
	width:160px;
}
.headerimages
{
	float:right;
	display:block;
}
/*Menu */
#menu {
	background:#3151a9;
	float:left;
	width:970px;
	text-decoration: none;
	color: #000;
	border-bottom:2px solid #000;
	list-style:none;
}
#menu li {
	background:none;
	display:inline;
	padding:0;
	font-size:90%;
}
#menu li A {
	float:left;
	width:auto;
	padding:5px 6px 3px;
	border-left:1px solid #7abfe2;
	border-right:1px solid #1c3441;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;		
}
#menu li A:hover {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;		
}

/* Mid content area */
#midContent
{
	clear:both;
	padding:10px;
}
#midContent ul
{
	padding:0 0 0 -10px;
	margin: 10px 0 20px 30px;
}
#midContent li
{
	padding: 0 0 0 6px;
}
.smallbody {
text-decoration: none;
font-size: 8pt;
font-weight: none;
}

.asterisk {
	background-image: url(images/asterisk.gif);
	background-repeat: repeat-x;
}
.col1
{
    float: left;
    width: 309px;
    _width: 299px;
}
.col2
{
    float: left;
    width: 309px;
    _width: 299px;
}
.col3
{
    float: left;
    width: 300px;
    _width: 290px;
}
.col1of2
{
	float: left;
	width: 450px;
}
.col2of2
{
	float: right;
	width: 450px;
}
.box
{
	border:solid 6px #3151a9;
	padding: 10px;
}
.applynow
{
	background-color:#3151a9;
	color:white;
	margin: 0 66px;
	padding:6px;
	text-align:center;
}
.applynow a
{
	color:white;
	text-decoration: none;
}
.applynow a:hover
{
	background-color:#3454a8;
	text-decoration: none;
	color: #CCCCCC;
}
.leftcol
{
	float:left;
	width: 220px;
}
.rightcol
{
	float:right;
	width: 220px;
}
/* Distance Learning Page and buttons*/
#dlContent
{
	width:610px;
	margin:0 auto;
	border:solid 6px #c00000;
	background-color:#ffc000;
}
#dlContent p
{
	padding: 10px 10px;
	font-size:large;
	font-weight:bold;
}
#dlContent a
{
	color:#000000;
	text-decoration:none;
}
.dlcol1
{
    float: left;
    width: 150px;
    _width: 299px;
	padding:10px 0 0 10px;
}
.dlcol2
{
    float: left;
    width: 450px;
	text-align:left;
	padding-top: 25px;
}
#dlbutton
{
	background:url(images/Keyboard.jpg) no-repeat;
	margin: 0px 10px;
	
}

/*Footer */
#footer {
	clear:both;
	width:970px;
	font-size: small;
	line-height:1.15em;
	float:left;
	padding:20px 0;
}
#footer p 
{
	margin:0;
	padding:0;
}
.USDOJText {
	text-align:center;
	width:950px;
	font-size: medium;
	width:100%;
}
	   
