body
{
	margin: 0;
    padding: 0;
    font: 85% arial, hevetica, sans-serif;
    text-align: left;
    color: #333;
    background-color: white;
}

h2
{
	color:Blue;
}

#Header
{
	text-align:left;
	background-repeat:no-repeat;
	background-image:url(images/top2.gif);
	background-position:center;
	width:750;
	height:100px;
	background-color:white;
	border:1px solid blue;
}

#MainContainer
{
	height:470px;
	width:750px;
	text-align:left;
	border-bottom:1px solid blue;
	border-right:1px solid blue;
}

#MainContainer h2
{
	text-decoration:underline;
}

.GroupBox
{
	width:100%;
	border:1px solid #CCCCCC;
	margin-bottom:5px;
	color:Blue;
	margin:10px;
}

.GroupBoxHeader
{
	background-image:url(images/groupbox.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:20px;
	text-align:left;
	margin-bottom:10px;
	color:Black;
	font-weight:bolder;
	padding-left:10px;
	padding-top:1px;
}
.groupBox table
{
	color:Blue;
	font-size:12px;
}

#Bottom
{
	width:750px;
	height:20px;
	background-color:Blue;
	font-size:12px;
	padding-top:2.5px;
	color:White;
	margin-top:5px;
	text-align:right;
	padding-right:15px;
	color:White;
	border:1px solid black;
}

.grid
{
	margin:10px;
	width:730px;
}

.Grid a
{
	color:Gray;
}

.GridHeader
{
	background-image:url(images/gridheader.gif);
	background-repeat:repeat-x;
	color:#27413E;
}

#Menu
{
	background-color:#5987D6;
	width:100%;
	border-bottom:1px solid blue;
}

#Menu a
{
	text-decoration:none;
	color:white;
	margin-right:10px;
	font-size:13px;
}

#Menu div
{
	margin:0 5 0 5;
	border-right:1px solid blue;
}

#AdminMenu
{
	margin-top:10px;
	margin-right:10px;
	float:left;
	width:100px;
	height:430px;
	color:White;
	background-color:#5987D6;
	text-align:left;
}

#AdminMenu ul
{
	margin-left:25px;
	text-align:left;
	line-height:20px;
}

#AdminMenu ul a
{
	color:White;
	text-decoration:none;
	font-size:14px;
}

.ExcerciseTable
{
	margin-left:40px;
}
.ExcerciseTable a
{
	color:Gray;
}

.ExcerciseH1
{
	text-align:left;
	color:gray;
	font-size:25px;
	margin-left:10px;
}

p
{
	text-align:center;
	color:Gray;
	margin:10px;
}

h1
{
	text-align:center;
	color:Gray;
	font-weight:bold;
}