body {	
	width:100%;
	margin:0;
	padding:0;
	background-color:#2b2b2b;
	font-family:Comic Sans MS;
	font-size:1em;
    }
.title {
	font-size: 12px;
	background: transparent url(../images/title_underscore.jpg) left bottom no-repeat;
	padding-bottom:3px;
	padding-left:10px;
	text-align:left;
	margin-bottom:10px;
    }
#wrapper{
	min-width:860px;
  	width:auto !important;
  	width:860px;
    }
#header,#slogan,#content,#sub-section,#footer {
	overflow:hidden;
	display:inline-block;
    }
#rule {
	text-align:center;
	position:relative;
	color:white;
	background: transparent url(../images/gradient_menu.jpg) right no-repeat;
	height:28px;
	width:100%;
	font-size:13px;
    }

#main-menu {
	margin-top:10px;
	position:relative;
	display:table;
	/*left:-38%;*/
	float:left;
	font-family: Comic Sans MS, Helvetica, serif;
	color:white;
	font-size:10px;
  	/*width:38%;*/
	width:200px;
	left:-28%;
    }
#main-menu p {
	margin:0;
	padding:0;
	text-align:center;
    }
#main-menu a{
	color:white;
	}
#main-menu a:hover {
	color:#b59c76;
	}
#main-content {
	position:relative;
	background-color:#fff;
	width:63%;
	font-family: Comic Sans MS, Helvetica, serif;
	font-size:12px;
	float:right;
	left:-4%;
	margin-right:1%;
    }
#main-content p {
	margin-top:20px;	
    }
#sub-menu {
	position:relative;
	background-color:#fff;
	width:20%;
	float:left;
	font-family: Comic Sans MS, Helvetica, serif;
	font-size:12px;
	left:5%;
	right:-3%;
    }
#sub-menu ul {
	margin-left:5px;
	list-style-type: none;
    }
#sub-menu a {
	color:black;
    }

#sub-menu a:hover {
	color:#918033;
    }
/*#sub-menu ul li {
	padding-left:13px;
	background: #fff url(../images/list-icon.jpg) left top no-repeat;
	
	}*/
#sub-menu ul li {
	padding-left:13px;
	background: #fff url(../images/list-icon.jpg) left top no-repeat;
	}
a {
	color:#0000FF;
	text-decoration:none;
	}
a:hover {
	color:#b59c76;
	text-decoration:underline;
	}
a:visited {
	color:#4568b9;
	}
#rule-wrapper {
	background: #213b6c url(../images/menu_border_tile.jpg) left repeat-x;
	width:100%;
	height:28px;
	}
#header,#slogan,#content1 {
	float:left;
	}
#header {
	width:49%;
	height:100%;
	background: transparent url(../images/gradient_left.jpg) left no-repeat;
	float:left;
	}
#header h1 {
	background: transparent url(../images/logo.jpg) left bottom no-repeat;
	width:104px;
	height:60px;
	margin-top:0px;
	margin-left:28px;
	text-indent:-10000px;
	float:left;
	text-align:left;
	margin-right:15%;
	}
/* leaving room for rounding error (MSIE) */
#slogan {
	width:50.9%;
	height:100%;
	margin-top:-25px;
	}
#top {
	height:100px;
	background: #213b6c url(../images/artistic_header.jpg) right no-repeat;
	}
#slogan h1 {
	width:419px;
	height:92px;
	text-indent:-5000px;
	margin-top:0px;
/*	background: transparent url(../images/beginningtoteach.gif) left bottom no-repeat;*/
	background: transparent url(../images/beginningtoteach.gif) left top no-repeat;
	}
#content-wrapper {
	width:100%;
	background: transparent url(../images/tribal_back.jpg) right top no-repeat;
	min-height:570px;
  	height:auto !important;
  	height:570px;
	padding-top:60px;
	}
#main-content-wrapper {
	height:100%;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:50px;
	}

/* safari and opera need this */
#footer {
	width:100%;
	}
#footer {
	clear:both;
	color:white;
	background: transparent url(../images/menu_border_tile.jpg) left bottom repeat-x;
	text-align:center;
	font-family: Comic Sans MS, Helvetica, serif;
	line-height:23px;
	font-size:10px;
	padding-bottom:8px;
	padding-top:15px;
	}
#footer a{
	color:white;
	}
#footer a:hover {
	color:#b59c76;
	}
.round {
	padding:10px;
	}
 
 
 /*** Video Content Divs ***/   
#TheVideoContainer { width:100%;}
#TheVideo { 
	min-width:450px;
	width:500px;
	}
#TheVideoLinks {
	min-width:100px;
	}

 /*** End of Video Content Divs ***/
 
 /***  Table Styles ***/
 #Main-Content table{
 	border:thin solid #0066FF;
  	}
	
table{
	border:solid thin #22396b;
	border-collapse:collapse;
	}
th{
	text-align:left;
	font-weight:bold;
	border-bottom:solid thin #22396b;
	background-color:#4568b9;
	color:white;
	}
tr{
	border-bottom:solid thin #22396b;
	}
td{
	border-bottom:solid thin #22396b;
	}
 /***  End of Table Styles ***/
 
 .QCTQuotation{
 	padding-left:25px;
	padding-right:15px;
	border-left:double #22396b;
 	}