@charset "utf-8";
/* CSS Document */
* { font-size: 100%;}

html, body {
	margin: 20px auto;
	padding: 0;
	background: #15260c;
}

body {  
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
}

h1 {
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	color: #15260c;
	font-weight: bold;
}

h2 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #15260c;
	font-weight: bold;
	padding:0;
	margin:0;
}

h3 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	padding:0;
	margin:0;
}

a, a:link, a:visited, a:active { 
	color: #15260c;
	font-weight: bold;
	text-decoration: none;
}
a:hover { 
	color: #737373;
}

p {
	margin: 0.8em 0;
	line-height: 1.3em;
}

img, form, fieldset { 
	margin: 0; 
	border: 0; 
	padding: 0;
}

.clear {
	clear: both;
	font-size: 1px;
	margin: 0;
}

.strong {
	font-weight: bold;
}

.hidden {
	display: none;
}

.nowrap {
	white-space: nowrap;
}

.pdftext {
	font-size: 11px;
}
.telnotext {
	font-size: 12px;
	font-weight: bold;
	color: #003882;
}

/**
 * Form Definitions
 */
input, textarea, select {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.0em;
	background-color: #FFFFFF;
	color: #737373;
	width: 236px;
	height: 18px;
	border: none;
	padding: 2px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
}

textarea { 
	font-family: Arial, Helvetica, sans-serif; 
	height: 140px;
	padding: 2px;
}

img, form, fieldset { 
	margin: 0; 
	border: 0; 
	padding:0;
}

.submit {
	width: 240px;
}
.dropDown {
	width: 240px;
	height: 22px;
}

#mainBox {
		margin: 0 auto;
		width: 849px;
		background: #FFFFFF;
}


#mainContent {
		width: 789px;
		position: relative;
		margin-left:30px;
		margin-right:30px;
		margin-top:30px;
}

#logo {

		width: 800px;
		height: 18px;
		background: #FFFFFF;
}

#menu {
		width: 759px;
		height: 23px;
		background-image:url('../image/template/header.gif');
		padding-top: 40px;
		padding-left: 90px;
		color:#FFFFFF;
		
}

#footer {

		width: 849px;
		height: 60px;
		background-image:url(../image/template/footer.gif);
		background-repeat:no-repeat;
}

#details {
	width: 809px;
	padding-top:5px;
	height: 18px;
	padding-left: 40px;
	background:#15260c;		
}


#textBox {
	width: 450px;
}

#right {
	width: 291px;
	float:right;
}

#rightContent {
	background:#cecece;
	padding:10px;
}


#headerRight {
	background:#333333;
	padding:10px;
}

#pdfContainer {
	width: 350px;
	height: 40px;
	position: absolute;
	bottom: 10px;
	left: 18px;
}
#courseStatus {
	width: 393px;
	height: 160px;
	background-color: #e5e5e5;
	position: absolute;
	top: 110px;
	left: 30px;
	padding: 2px;
}

#headerBox {
	width: 849px;
	height: 130px;
	position: relative;
}
	
#rotatingLogos {
	width: 473px;
	height: 154px;
	background: ;
	position: absolute;
	left: 0px;
}
.pdfpadding {
	padding-top: 3px;
}

.brochurePadding {
	padding-left: 25px;
}
.requiredInfoPadding {
	padding-left:12px;
}

/**
 * For XStandard
 */
.underline {
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}
.indent {
	margin-left: 50px;
}
.left {
	float: left;
}
.center {
	text-align: center;
}
.right {
	float: right;
}

		
.Nav a {
	color: #ffffff;
	font-size: 12px;
	}

.Nav a:hover, p.navbuttons a:active a:visited {
	color: #666666;
	}
	
.Navfooter a {
	color: #ffffff;
	font-size: 10px;
	}

.Navfooter a:hover, p.navbuttons a:active a:visited {
	color: #666666;
	}
	
.RightNav a {
	color: #15260c;
	font-size: 13px;
	font-weight:bold;
	border-bottom: 1px dotted #333333;
	}

.RightNav a:hover, p.navbuttons a:active a:visited {
	color: #666666;
	}
	