body {
	background: white;
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

table {
	border-style: none;
	border-spacing: 0px;
}

.topnavback {
	width: 738px;
	height: 48px;
	background: white url('images/topnavback.jpg');
	background-repeat: no-repeat;
}
.topnav {	
	width: 75%;
	height: 27px;
}
.topnav td{	
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
	text-transform: uppercase;
	font-size: 80%;	
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;	
	border-left:1px  solid #9b4041;
	
}
.topnav td:hover {	
	background: transparent url(images/menu_item_bg_over.jpg) top left repeat-x;
}

.Bread {
	font-size: 12px;
	color: black;	
}
.Bread a{
	font-size: 12px;
	color: #525252;		
	text-decoration: none;
}
.Bread a:hover{
	font-size: 12px;
	color: #525252;		
	text-decoration: underline;
}

table.breadcrumbs {
	width: 738px;
}
table.breadcrumbs td{		
	color: #FFFFFF;
	height: 21px;	
}

table.MainPageLayout {
	background: white url('images/main_bg.jpg');
	background-repeat: repeat-x;
	background-position: 0 314px;
}

table.Null {
	border-style: none;
	padding: 0px;
}
table.Null td {
	padding: 0px;
}

table tr#Even {
	background-color: #eaeaea;
}
table tr#Odd {
	background-color: #dadada;
}
table tr#Even:hover {
	background-color: #ddddff;
	cursor: pointer;
}
table tr#Odd:hover {
	background-color: #ddddff;
	cursor: pointer;
}

table.MainPageLayout {
	border-style: none;
	border-width: 0px;
}

table.IFrameTable {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

table.StudentInfo {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	width: 185px;
	height: 95px;
}

table.SideNav * {
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #113964;
}
table.SideNav td {
	padding: 3px;
}

td.Normal {
	padding: 5px;
}



a.button
{
	background-image: url("images/btn_1_box_left.gif");
	background-position: left top;
	background-repeat: no-repeat;	
	color: #ffffff;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;	
	white-space: nowrap;
	width: auto;
}

a.button span
{
	background-image: url("images/btn_1_box_right.gif");
	background-position: right top;
	background-repeat: no-repeat;	
	color: #ffffff;
	display: block;
	height: 25px;
	margin-left: 10px;
	padding: 0 15px 0 0;
	white-space: nowrap;
	//width: 50px;
}

p.buttonlist
{
	margin: 1em 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	text-align: center;
}

a.button:hover
{
	background-position: left bottom;
}

a.button:hover span
{
	background-position: right bottom;
}

table.callcentre-reg { width: 100%; }
table.callcentre-reg tr td { padding: 5px 10px; }
table.callcentre-reg tr td:first-child { text-align: right; }
table.callcentre-reg tr td[colspan] { text-align: left; }
