/* 
#####################################################################################
-------------------------------------------------------------------------------------
Author								Date Created				Notes
-------------------------------------------------------------------------------------
arw2226								08/19/09						scc page for new layout
#####################################################################################
Change Log
-------------------------------------------------------------------------------------
Initials							Date								Notes
-------------------------------------------------------------------------------------
arw2226								08/19/09						initial creation
-------------------------------------------------------------------------------------
#####################################################################################
*/

@charset "utf-8";
/* CSS Document */

/* main content formatting */
body  {
	font-family:Verdana, Geneva, sans-serif; 
	font-size: 12px;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #454242; 
}

/* container */
.uteachMainTwoCol #container { 
	width: 902px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
	border: thin solid #454242;
} 

/* header */
.uteachMainTwoCol #header { 
	background: #fff; 
	height: 199px; 
	width: 902px; 
} 

.linkOnlyHeader {
	color: #454242;
	font-size:14px;
	font-weight: bold;
}

/* horizontal nav */
.uteachMainTwoCol #nav { 
	background: #454242;
	width: 898px;
	text-align:left; 
	margin-top: 1px;
	color:#FFF; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	height: 28px; 
	padding-left: 5px; 
	line-height: 25px;
}

/* nav link elements */
.uteachMainTwoCol #nav a:active, a:link{ 
	color: white;
	text-decoration: none;
}

.uteachMainTwoCol #nav a{ 
	color: white;
	text-decoration: none;
}

.uteachMainTwoCol #nav a:visited{ 
	color: white;
	text-decoration: none; 
}

.uteachMainTwoCol #nav a:hover{ 
	color:#FF0;
	text-decoration: underline; 
}

/* the side bar is for graphics or sub-nav */
.uteachMainTwoCol #sidebar {
	width: 229px;
	float: left; 
	background: #fff; 
	padding: 20px 0 0 20px;
}

.uteachMainTwoCol #breadcrumbTrail { 
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	height: 30px; 
	margin: 0 auto;
	margin-left: 25%;
	color: #000;
	line-height: 25px;
} 

/* breadcrumbTrail link elements */
.uteachMainTwoCol #breadcrumbTrail a{ 
	color: #fff;
	text-decoration: none;
}

.uteachMainTwoCol #breadcrumbTrail a:active, a:link{ 
	color:#fff;
	text-decoration: none;
}

.uteachMainTwoCol #breadcrumbTrail a:visited{ 
	color: fff;
	text-decoration: none; 
}

.uteachMainTwoCol #breadcrumbTrail a:hover{ 
	text-decoration: underline; 
	color: #ff0;
}

/* content area formatting */
.uteachMainTwoCol #mainContent {
	margin: 0 0 0 25%; 
	line-height: 25px; 
	min-height: 610px;
	padding: 0 50px 30px 30px;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 13px;
} 

/* {{{ Child Links */
.childLink{
    padding: 5px;
}

.childTitle{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #CCC;
}

.childLink a:link{ 
    color: #cc5500;
    font-weight: bold;
    text-decoration: none;
}

.childLink a:active{ 
    color: #cc5500;
    font-weight: bold;
    text-decoration: none;
}

.childLink a:visited{ 
    color: #cc5500;
    font-weight: bold;
    text-decoration: none;
}

.childLink a:hover{ 
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

.childTitle a:link{ 
    color: #cc5500;
    font-weight: bold;
    text-decoration: none;
}

.childTitle a:active{ 
    color: #cc5500;
    font-weight: bold;
    text-decoration: none;
}

.childTitle a:visited{ 
    color: #cc5500;
    font-weight: bold;
    text-decoration: none;
}

.childTitle a:hover{ 
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

.childBody {
    margin-left: 0px;
}

.uteachMainTwoCol #mainContent h1 {
	color: #454242;
	font-size:18px;
}

.uteachMainTwoCol #mainContent h2 {
	color: #454242;
	font-size:16px;
}

.uteachMainTwoCol #mainContent h3 {
	color: #454242;
	font-size:14px;
}

/* content link elements */
.uteachMainTwoCol #mainContent a{ 
	color:#039;
	text-decoration: none;
}

.uteachMainTwoCol #mainContent a:active, a:link{ 
	color: #039;
	text-decoration: none;
}

.uteachMainTwoCol #mainContent a:visited{ 
	color: #039;
	text-decoration: none; 
}

.uteachMainTwoCol #mainContent a:hover{ 
	color:#039;
	text-decoration: underline;
}

/* search box */
.uteachMainTwoCol #searchArea { 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	margin: 5px auto; 
	text-align: right;
	vertical-align: bottom; 
	width: 902px;
}

/* search box form elements */
.uteachMainTwoCol #searchArea input { 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

/* search box form button */
.uteachMainTwoCol #searchArea .searchbutton { 
	vertical-align: bottom;
}

/* horizontal nav */
.uteachMainTwoCol #footer { 
	background: #454242;
	width: 898px;
	text-align:center; 
	margin-top: 1px;
	color:#FFF; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	height: 28px; 
	padding-left: 5px; 
	line-height: 25px;
}

/* nav link elements */
.uteachMainTwoCol #footer a:active, a:link{ 
	color: white;
	text-decoration: none;
}

.uteachMainTwoCol #footer a{ 
	color: white;
	text-decoration: none;
}

.uteachMainTwoCol #footer a:visited{ 
	color: white;
	text-decoration: none; 
}

.uteachMainTwoCol #footer a:hover{ 
	color:#FF0;
	text-decoration: underline; 
}

.clearfloat { 
	clear:both;
} 







