body {
	background: white;
}

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

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;
}
div.menu{
	float: left;
	margin-left: 160px;
	height: 25px;
}
ul#mynav{
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 25px;
}
ul#mynav li{
	float: left;
}
ul#mynav li a{
	display: block;
	line-height: 15px;
	background: #7b0002;
	padding: 5px 15px;
	border-right: 1px solid #9a4040;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 9px;
	text-align: center;
    text-decoration: none;
}
div.kludge{
	height: 1px;
	line-height: 1px;
	clear: both;
}
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;
}
