* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {
	height: 100%;
	background-image: url(../images/bckgrd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

body > #wrap {
	height: auto;
	min-height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#main {
	padding-bottom: 62px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -62px; /* negative value of footer height */
	height: 32px;
	clear:both;
	background-color: #C31B0F;
	background-image: url(../images/footer-background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 30px;
	vertical-align: middle;
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




h1 {
	font-size: 14px;
	color: #FFFFFF;
	font-style: italic;	
}
.red {
	color: #CB1A14;
	text-decoration: none;
}
.white{
	color: #FFFFFF;
	text-decoration: none;
}

.grey{
	color: #333333;
	text-decoration: none;
}

h2 {
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
}

a:hover{
	color: #C61A10;
}




 
#container {
	position: relative;
	width: 942px;
	margin: 0 auto ;
	text-align: left; /
} 


#header {
	position: relative;
	z-index: 100;
	margin: 0 auto;
	padding: 0;
	height: 100px;
	width: 942px;
} 
 
#content 
{
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 496px;
	color: #333333;
	font-size: 12px;
	text-align: justify;
} 

#icons
{
	position: relative;
	float: right;
	width: 383px;
	color: #DE3308;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
	z-index: 100;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#icons-left
{
	position: relative;
	float: left;
	color: #DE3308;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
	z-index: 100;
	margin: 0px none;
}
#logo {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}

#menu {
	float: right;
	margin-top: 35px;
	width: 570px;
}

#menu ul {
	color: #3B2B4F;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 13px;
	color: #000000;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
	letter-spacing: 1px;
	height: 20px;
}

#menu a:hover {
	background: no-repeat center bottom;
	color: #FFFFFF;
	background-color: #BF3B00;
}

#menu .current_page_item a {
	background: no-repeat center bottom;
	color: #FFFFFF;
	margin: 0;
	background-color: #CD1C13;
}

#sub-section
{
	float: right;
	width: 263px;
	color: #000000;
	z-index: 200;
	background-color: #CCCCCC;
	height: 193px;
	background-image: url(../images/latestupdates.jpg);
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 120px;
	margin-top: 30px;
} 

#course-section
{
	float: right;
	width: 343px;
	color: #000000;
	z-index: 200;
	background-color: #EFEFEF;
	height: 300px;
	background-image: url(../images/course-list.jpg);
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 30px;
	background-repeat: no-repeat;
} 

#title
{
	position: relative;
	float: left;
	margin: 0px 0 0 0;
	padding: 0;
	width: 496px;
	height: 134px;
}

#leftcolumn {
	margin: 32px 0px 0px 0px;
	padding: 0px;
	width: 496px;
	float: left;
}
#rightcolumn {
	float: right;
	color: #39194D;
	margin: 0px;
	height: 500px;
	width: 383px;
	display: inline;
	margin-top: 34px;
}


p {
	margin: 0 auto;
	font-size: 12px;
} 
#foot {
	width:930px;
	margin:0 auto;
	height:22px;
	padding:0 10px 0 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}


#foot #left {
	width:480px;
	float:left;
	padding-top:2px;
}
#foot #right {
	width:400px;
	float:right;
	text-align:right;
	padding-top:2px;
}

.normaltext {
	text-decoration: none;
	color: #000000;
}
