/***********************************************/
/* HTML tag styles                             */
/***********************************************/

html, body {
  	margin: 0;
  	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
	text-align: center;
	background-color: #FFCC00;
	color: #313390;
}


/* defines font size, font family, and color for basic HTML elements */
p, td, ol, dl, dt, dd, blockquote { font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #313390; }
ul, li { font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #313390; list-style-type: disc; margin-top: 5px;}


/************** header tag styles **************/

h1{
 font: bold 16px Arial, Helvetica, sans-serif;;
 color: #A71010;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 14px Arial, Helvetica, sans-serif;;
 color: #A71010;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 12px Arial, Helvetica, sans-serif;;
 color: #A71010;
 margin: 0px;
 padding: 0px;
}

h3 a:link{
 font: bold 12px Arial, Helvetica, sans-serif;;
 color: #A71010;
 text-decoration: none;
}

h3 a:hover{
 font: bold 12px Arial, Helvetica, sans-serif;;
 color: #A71010;
 text-decoration: underline;
}

h3 a:active{
 font: bold 12px Arial, Helvetica, sans-serif;;
 color: #A71010;
 text-decoration: none;
}

h3 a:visited{
 font: bold 12px Arial, Helvetica, sans-serif;;
 color: #A71010;
 text-decoration: none;
}

/************** text styles **************/

.toptext {
 	font: bold 11px arial,helvetica,sans-serif;
 	color: #FFFFFF;
 	margin: 0px;
 	padding: 0px;
}

.container-page a { color: #313390; text-decoration: none; }

.container-page a:hover { color: #EDD988; text-decoration: underline; }

.nav-tree {
    font: Arial, Helvetica, sans-serif;;
    font-size:10px;
    color: #A71010;
}

.nav-tree a {
    font-size:10px;
}

.sub-nav ul {
	padding: 0px 0px 0px 0px; 
	color: #313390;
	font-weight: bold;
	text-decoration: none;
	margin: 10px;		
}

.sub-nav ul li {
	padding: 5px 5px 0px 0px; 
	color: #313390;
	font-weight: bold;
	list-style: none;
}


/***********************************************/
/* Content Layout Divs                         */
/***********************************************/
.container-page {
  	background-color: #FFFFFF;	
	width:900px;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}

.topbar {
	visibility: visible;
	height: 20px;
	width: 900px;
	background-repeat: no-repeat;
	background-color: #003366;
}

.main-header {
	background-image: url(../../images/programs/bg_sub_header.gif);
	visibility: visible;
	height: 100px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.logobar {
	visibility: visible;
	height: 100px;
	width: 900px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.logo {
	float: left;
	visibility: visible;
    padding-left: 10px;
    padding-top: 10px;
    text-align: left;
}

.topright {
	text-align: right;
	padding-right: 15px;
	padding-top: 35px;
    float: right;
	visibility: visible;
}
   
.sub-page-header {
    clear: both;
  	background-color: #FFFFFF;
    height: 100px;
    width: 900px;
    text-align: left;
}

.sub-header-tagline {    
	float: left;
    text-align: left;
	padding-left: 200px;
    padding-top: 30px;
    visibility: visible;
}

.sub-header-images {    
	float: right;
    text-align: right;
    padding-right: 15px;
    padding-top: 10px;
    visibility: visible;
}

.sub-page-container {
    clear: both;
  	background-color: #FFFFFF;
    text-align: left;
    width: 900px;
}

.left-column {
    float: left;
    margin-left: 20px;
    margin-top: 18px;
    width: 280px;
	background-color: #ffffff;
    display:inline;
}

.sub-nav {
    width:170px;
    border: 1px solid #CCBFA4;   
	color: #313390;
    margin-bottom:15px;
}

.testimonials {	
    width:150px;
    background-color: #D9CFBB;
	background-image:   url(../../images/common/stud_succ_title.gif); 
	background-repeat: no-repeat;
	color: #313390;
}

.sub-content {
    float: right;
    width: 580px;
    padding-right: 20px;
    padding-top: 20px;
    display:inline;
}

.container-footer {
    clear:both;
    text-align: left;
    width: 900px;
    height: auto;
}

.sub-page-close {
    background-color: #FFFFFF;
	background-repeat: no-repeat;
    height: 20px;
}

.footer {
    background-color: #003366;
    padding-right: 0px;
	padding-left: 0px;	
	line-height: normal;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #FFFFFF;
}

/****** ids for floating pics for section interest *******/
.subhead {
border: 0;
padding: 0px 0px 0px 10px;
}

#leftimg {
float: left;
border: 0;
padding: 0px 10px 5px 0px;
}

#rightimg {
float: right;
border: 0;
padding: 0px 0px 7px 10px;
}

#rightbg {
float: right;
border: 0;
padding-right:45px;
}

/********************* end **********************/








