﻿body {
	margin: 0;
	padding: 0;
	text-align:center;  
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	}

#wrapper {
	width:810px; 
	margin-left:auto;  /* centers max'd layout in browser */
	margin-right:auto; /* centers max'd layout in browser */
	text-align:left; /* prevents page inheriting IE6 centering hack on body */
	/*height: auto;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top:8px;
	}


#wrapper_shadow{
	background-image:url('../images/shadow.gif');
	background-repeat: repeat-y;
		}
	
	
#wrapper_inner
	{
		width:802px;
		height:100%;	
		padding:0 0px 0 0px;
		border:solid 1px #cccccc;
		overflow:auto;
		margin:0 5px 0 5px;
		
	}

#header
{
	width:802px;
}

#header a img
{
	border:none;
}

#nav_bar
{
	width:802px;
	background-color:#00489D;
	background-image:url('../images/nav_back.jpg');
	background-repeat:repeat-x;
	
}


#bodyMiddle, #bottom, #footer
{
	clear:both;
	height:100%;
}

#bodyMiddle
{
`	margin:25px 0 0 0;
	padding-top:15px;
	padding-bottom:8px;
	width:800px;
	
}
#bottom
{
	width:800px;
}

#middleCol1, #middleCol2, #middleCol3
{
	float:left;
	
	
}

#column1, #column2, #column3 
{
	float:left;
	height:120px;
}


#middleCol1, #column1
{
	width:185px;
	padding:5px;	
}

#middleCol2, #column2
{
	width:375px;
	padding:5px;
}

#middleCol3, #column3
{
	width:210px;
	padding:5px;
}



#footer
{
	margin: 5px 0 10px 0;
	padding:0px 0 50px 0;
}

/*internal page css*/

#internalBody
{
	clear:both;
	margin:25px 0 0 0;
	padding-top:20px;
	padding-bottom:8px;
}
#internalLeft
{
	float:left;
	width:185px;
	padding:0 5px;
}
#boxLeft 
{
	margin:4px 0 15px 0;
}

#internalRight
{
	float:left;
	width:595px;
	padding:0 5px;
}


	
#tuitionTable td,th {
	padding:5px 10px;
			
}

#tuitionTable th {
	border-bottom: 1px solid #cccccc;
}

p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding:8px 0 0 0;
}

h1 {
	color: #00489D;
	font-family: Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 22px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h2 {
	color: #00489D;
	font-family: Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top:5px;
}

a:link, a:visited {
	color: #00489e;
	text-decoration: none;
}

a:hover {
	color: #00489e;
	text-decoration: underline;
}

a:active {
	color: #FC0;
	text-decoration: underline;
}

.box_green {
	color: #666;;
	background-color: #E5E1D4;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	border: 1px solid #999999;
}

.box_green h1 {
	color: #00489D;
	font-size: 16px;
}

.box_green a {
	color: #00489D;
}

.box_green li{
	margin-left:20px;
}

.box_blue {
	color: #4b6582;
	background-color: #CFD9FC;
	padding-top: 10px;
	/*padding-right: 20px;*/
	padding-bottom: 10px;
	/*padding-left: 20px;*/
	padding-top: 10px;
	margin: 0px;
	background-image: url('../images/shadow_boxblue_top.gif');
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 5px;
}

.box_blue h1 {
	color: #00489e;
	font-size: 16px;
}

.box_blue a {
	color: #00489e;
}

.breadcrumbs {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #aaa;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #777777 ;
}

.breadcrumbs a:hover {
	color: #00489e;
	text-decoration: underline;
}

.breadcrumbs a:active {
	color: #AAAAAA ;
	text-decoration: underline;
}
