/*contentStyles.css*/
body {
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	width:93%
}
#container {
	margin-left:10px;
}
#content a {
	text-align:right;
	color: #0066FF;
	text-decoration:none;
}
#content a:hover {
	text-align:right;
	color: #FFFFFF;
	text-decoration:underline;
}
#content ul a {
	text-align:left;
	color: #0066FF;
	text-decoration:none;
}
#content ul a:hover {
	text-align:right;
	color: #FFFFFF;
	text-decoration:underline;
}
#footer {
}
#footer ul li a {
	color: #0066FF;
	text-decoration:none;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
#heading {
	color: #0066FF;
	font-size: 1.25em;
	font-weight: bold;
}
.headingCourseCode {
	color:#333333;
	font-weight:normal;
	font-size:.7em;
	margin:0 0 0 5px;
}
#duration {
	font-weight: bold;
}
#image {
	color:#666666;
	float:right;
	font-size: .8em;
	margin:7px 0px 0px 10px;
	text-align:center;
}
#backBtn {
	color: #0066FF;
	float:right;
}
#backBtn a {
	color: #0066FF;
	font-weight:bold;
	text-decoration:none;
}
#backBtn a:hover {
	text-decoration:underline;
}
.header {
	font-weight:bold;
	font-size:100%;
}
.subtitle {
	font-weight:bold;
	font-size:75%;
}
p {
	text-align:left;
}
#curriculum {
margin-top:-10px;
}
#curriculum ol{
margin-top:10px;
}
#curriculum ol li{
 list-style-type: upper-roman;
}
#curriculum ol li ol{
margin-top:0px;
}
#curriculum ol li ol li{
 list-style-type:disc;
}
/* ########## BIOS PAGE ########## */
#biosHeaderNav {
	width:450px;
}
.floatLFT {
	float:left;
	margin:5px 10px 5px auto
}
.floatRT {
	float:right;
	margin:5px auto 5px 10px
}
.floatLeft { 
    float: left; 
    margin: 2px
}
.floatRight { 
    float: right; 
    margin: 2px
}
#anchor {
	font-size: 10px;
	color: #666666;
	margin: auto;
	text-align: center;
}
.headerNav {
	border:none;
	margin:3px;
}
/* ########## MAP PAGE ########## */
#airports { 
    float: right;
    margin: 2px;
}
#cities { 
    float: left; 
    margin: 2px;	
}
#map { 
    text-align: center;
	margin-top: 180px;
    }
/* ########## CONTACT FORM ########## */

#content fieldset {
            border:none;
}
#content form fieldset p {
            clear: left;
            margin: 0;
            padding: 5px 0 8px 0;
            padding-left: 150px;
            border-top: 1px dashed #999999;
}
#content form fieldset p label {
            font-weight: bold;
            float: left;
            margin-left: -150px; /*width of left column see above #form p*/
            width: 145px; /*width of labels. Should be smaller than left column (150px) to create a right margin*/
}

#content form fieldset p input {
            width: 200px;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 1em;
}

#content form fieldset p textarea {
            width: 300px;
            height: 150px;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 1em;
}
#content #submit {
            width:75px;
}
.required{
font-size: .8em;
font-weight: normal;
color:#CC0000;
}
.required a{
font-weight: normal;
color:#0066FF;
	text-decoration:none;
}
.required a:hover{
font-weight: normal;
color:#FFFFFF;
	text-decoration:underline;
}
/* ########## END CONTACT FORM ########## */
/* ########## CALENDAR PLACEMENT ########## */

#calendar{
    position:absolute;
    top:30px;
}
/* ########## END CALENDAR PLACEMENT ########## */
/* ########## VENDOR LOGIN ########## */
#wbtLeft {
	float:left;
	width:50%
}
#cbtRight {
	float:right;
	width:50%
}
#footerSecure{
	position:absolute; 
	top:450px; 
	left:20px;
}
#footerSecureAAP{
	position:absolute; 
	top:530px; 
	left:20px;
}
#footerAEMP{
	position: absolute;
	position: absolute;
	top: 540px;
	left: 20px;
}
/* ########## END VENDOR LOGIN ########## */
/* ########## ADVERTISMENTS PAGE ########## */
#advertisments {
	float:left;
	width:90%
}
#advertisments li{
margin-bottom:5px;
}
/* ########## END ADVERTISMENTS PAGE ########## */
/* ########## PRICING PAGE ########## */
#pricingLeft {
	float:left;
	width:100%
}
#pricingRight {
	float:right;
	width:15%
}
tr.light  {
background-color:#E6E6E6;
vertical-align:top;
}

tr.medium  {
background-color:#CCCCCC;
vertical-align:top;
}
#pricingLeft a {
	text-align:right;
	color: #0066FF;
	text-decoration:none;
}
#pricingLeft a:hover {
	text-align:right;
	color: #000000;
	text-decoration:underline;
}
/* ########## END PRICING PAGE ########## */
