﻿body 
{
	background-color: #2C2C2C;
	color: black;
	margin: 10px;
	font-family: Verdana, Arial;
	font-size: 12px;
	
}

a img
{
	border: 0px;	
}

h1, h2
{
	color: #1083C9;	
	
}

#MasterTable
{
	width: 1000px;	
	margin-left: auto;
	margin-right: auto;
}

#um
{
		background-image: url("../images/um.gif");
		background-repeat: repeat-x;
		width: 100%;
}

#ml
{
	background-image: url("../images/ml.gif");
	background-repeat:repeat-y;	
}

#mr
{
	background-image: url("../images/mr.gif");
	background-repeat:repeat-y;	
}

#lm
{
		background-image: url("../images/lm.gif");
		background-repeat: repeat-x;
}

#mm
{
	background-color: White;
	vertical-align: top;
}

#LogoLine
{
	height: 1px;
	border-top: solid 1px #E1E1E1;
}

#LogoText
{
	margin-top: 20px;
	padding: 4px;	
}

#MainList
{
	list-style-type:square;	
}

#MainList li
{
	padding-bottom:	5px;
}