body{
	background: #000 url(../images/gradient.jpg) repeat-x;
	padding: 50px 0px 0px 0px;
	margin: 0px;
	font-family: arial;
	text-shadow: #000 0px 0px 0px;
}

.breaker{
	clear:both;
}

#layout{
	width: 800px;
	margin: auto;
}

#menu{
	background: #000 url(../images/menu_bg.gif) repeat-x;
	height: 50px;
	padding-left: 210px;
} 
#menu a:link, #menu a:visited, #menu a:active{
	text-decoration: none;
	color: #aaa;
	font-size: 13px;
	padding-left: 20px;
}

#menu_angle{
	line-height: 19px;
	background-color: #fff;
	margin-bottom: 6px;
	position: relative;
	text-align: left;
	padding-left: 20px;
	height: 19px;
	font-size: 12px;
	
	color: #2f3192;
	letter-spacing: 1px;
	font-weight: bold;
	
}
#menu_angle a:link, #menu_angle a:visited, #menu_angle a:active{
	text-decoration: none;
	color: #222;
	font-size: 12px;
	padding: 5px;
	letter-spacing: 1px;
	font-weight: bold;
}
#menu_angle img{
	position: absolute;
	left: -22px;
	top: 0px;
}

#content{
	min-height: 360px;
	/* border-bottom: 25px solid #2e3092; */
	border-bottom: 20px solid #222;
}

#content_left{
	float: left;
	width: 187px;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	background: transparent url(../images/grid.gif);
   	height: 330px;
	margin: 10px 0px 10px 10px;
	color: #fff;
	font-size: 12px;
}
#content_left h5{
	font-size: 15px;
	line-height: 36px;
	font-weight: normal;
	color: #f33;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#content_left a:link, #content_left a:active, #content_left a:visited{
	width: 145px;
	color: #ddd;
	display: block;
	padding: 5px 5px 5px 20px;
	background: transparent url(../images/arrow_grey.png) center right no-repeat;
	text-decoration: none;
	line-height: 20px;
}
#content_left #selected{
	background: transparent url(../images/arrow_blue.png) center right no-repeat;
}
#content_left a:hover{
	background: transparent url(../images/arrow_blue.png) center right no-repeat;
}

#content_main{
	margin: 10px 10px 10px 15px;
	font-size: 11px;
	color: #fff; 
	float: left;
	width: 550px;
	line-height: 20px;
	letter-spacing: 1px;
}

#content_main a:link, #content_main a:visited, #content_main a:visited{
	color: #4282bf;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

#content_main a:hover{
	border-bottom: 1px dotted #4282bf;
}


h3{
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	border-bottom: 1px solid #333;
	letter-spacing: 2px;
}
h4{
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border-bottom: 0px;
}
h5{
	margin: 0px;
	padding: 0px 0px 2px 0px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}

.phone_number{
	margin: 0px 0px 20px 20px;
}

#bottom_nav{
	padding: 20px;
	width: 800px;
	margin: auto;
	text-align: center;
	color: #ddd;
	font-size: 11px;
	letter-spacing: 1px;
}
#bottom_nav a:link, #bottom_nav a:visited, #bottom_nav a:active{
	color: #ddd;
	text-decoration: none;
}
#bottom_nav a:hover{
	text-decoration: underline;
}

#footer{
 	position: relative;
	text-align: center;
	color: #666;
	font-size: 10px;
	font-family: arial;
	width: 420px;
	margin: auto;
	letter-spacing: 1px;   
	line-height: 28px;
	padding: 10px;
}
#footer img{
	float: left;
}           

#grades{
	border-collapse: collapse;
	border: 1px solid #ddd;
}
#grades td{
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	vertical-align: top;
	padding: 5px;
	width: 33%;
}
#grades b{
	font-size: 14px;
}
#grades h3{
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px;
}

#trans_grades{
	border-collapse: collapse;
	border: 1px solid #ddd;
}
#trans_grades td{
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	vertical-align: top;
	padding: 5px;
	width: 110px;
}
#trans_grades b{
	font-size: 14px;
}


input, textarea, select{
	border-collapse: collapse;
	border: 1px solid #888; 
	background-color: #fff;
	padding: 2px;
}

label{
	display: block;
	float: left;
	width: 150px;
}

.formitem{
	padding: 5px;
}

.table_heading {
	background-color:gray;
	color:#ffffff;
}

.table_normal {
	background-color:#000000;
	color:#ffffff;
}

.table_lumi{
	background-color:#99CCFF;
	color:#990000;
	border:1px solid white;
}

.table_grades {
	background-color:#ffffff;
	color:#000000;
	border:1px solid white;
}

.table_application {
	background-color:#333333;
	color:#ffffff;
	border:1px solid white;
}

.table_title {
	color:#ffffff;
	font-size:12px;
	font-weight: bold;
}

.table_muted {
	 background-color:#696969;
}



