body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333;
	background-image: url(../images/bkgrd_gold.gif);
	background-repeat: repeat-x;
}

#wrapper{
	width:960px;
	margin:0 auto;
	background-color: #FFF;
	border: solid #ccc 1px;
}

#header{
	width:940px;
	margin:0 auto;
	padding-top:1em;
	padding-bottom:0.5em;
	border-bottom: solid #ccc 1px;
}

#logo{
	width:220px;
	margin-right:20px;
	float: left;
}

#tagline{
	width:700px;
	margin-right:20px;
	float: left;
}

#nav{
	width:200px;
	margin-right:20px;
	padding-top:5px;
	padding-left: 30px;
	float: left;
}

#container{
	width:700px;
	margin-right:20px;
	margin-top: 20px;
	float: left;
	background-image: url(../images/OnCourse_blkbrd2.gif);
	background-repeat:no-repeat;
}

#homevideo{
	padding-left:90px;
	padding-right: 70px;
}

#footer{
	width:910px;
	margin: 0 auto;
	padding-top:0;
	padding-left:10px;
	font-size: 0.8em;
	color: #666;
	border-top: solid #ccc 1px;
}



.sevenhundred{
	width:700px;
	margin-right:20px;
	float: left;
}

.sixeighty{
	width:680px;
	margin-right:20px;
	float: left;
}

.threeeighty{
	width: 380px;
	margin-right:20px;
	float: left;
}

.twotwenty{
	width: 220px;
	margin-right: 20px;
	float: left;
}

.oneninety{
	width: 190px;
	margin-right: 20px;
	
	float: left;
}

.onefourty{
	width: 140px;
	margin-right: 20px;
	padding-left:50px;
	float: left;
}

.right-border{
	border-right: solid #ccc 1px;
}

.left-border{
	border-left: solid #ccc 1px;
	padding-left: 20px;
	font-size: 0.9em !important;
}

.sixty{
	width: 60px;
	margin-right: 20px;
	float: left;
}


.clear{
	clear: both;
}

.end{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.privacy{
	font-size: 0.8em;
}

/*-------------------------------------------+
|                                            |
|                FONT STYLES                 |
|                                            |
+-------------------------------------------*/

p, em, h1, h2, h3, h4, h5, h6, ol, ul ,li{
	font-weight: normal;
}

/*PARAGRAPHS
-------------------------------------------------------- */
p{
	font-size:1em;
	line-height:1.4em;
	margin-bottom:1em;
}

span{
	font-size:0.8em;
	color: #000;
}

/*HEADINGS
-------------------------------------------------------- */
h1{
	font-size:1.5em;
}

h2{
	font-size:1.2em;
}

h3{
	color:#C03;
	font-size:1.2em;
}

h4{
	color:#CD9949;
	font-size:1.2em;
}

h5{
	font-size:1.3em;
	text-align: left;
	line-height:1.3em;
}

h6{
	color: #000;
	font-size:1.2em;
	text-align: left;
	line-height:1.4em;
}


/*LINKS
-------------------------------------------------------- */
a:link{
	text-decoration:none !important;
	color: #333;
}

a:visited{
	text-decoration:none;
}

a:hover{
	color: #999 !important;
	text-decoration:none;
}

a:active{
	color: #000;
}

h1 a{
	color: #333;
}

h2 a{
	color: #333 !important;
}

h3 a{
	color: #c03 !important;
}

h4 a{
color:#CD9949 !important;
}

h5 a{
	color: #333 !important;
}

h6 a{
	color: #000 !important;
}

p a{
	color: #666 !important;
}

.breadcrumb a{
text-decoration: none;
color: #333;
}

.breadcrumb a:hover{
text-decoration: underline !important;
}

/*LISTS
-------------------------------------------------------- */
ul{
	list-style-type:disc;
	line-height:1.4em;
}

ol{
	list-style:outside;
	line-height:1.4em;
	margin-bottom:1em;
	list-style-type:decimal;
}

li{
	list-style:outside;
	margin-bottom:0.5em;
}

/*Testimonials
-------------------------------------------------------- */

.testimonials{
	font-style:italic;
	text-indent:20px;
}

.lquote{
	font-size:1em;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	left: -10px;
}

.rquote{
	font-size:1em;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	right:-10px;
}

cite{
	font-size: 0.9em;
	font-variant: small-caps;
}

/*BREADCRUMBS */

.breadcrumb{
	font: Arial, Helvetica, sans-serif #000;
	padding-bottom: 2px !important;
	border-bottom: 1px solid #ccc;
	margin-top: 12px;
	margin-bottom: 10px;
}



