/* CSS Document */

body {
		background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat-x;
	background-color: #B3D1E1;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.MainTable {
	
}
.HeaderLeft {
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
.HeaderRight {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
}
.MenuCell {
	background-color: #B3D1E1;
	height: 350px;
	width: 180px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	vertical-align: top;
}
.MainContent {
	background-color: #FFFFFF;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	padding: 5px;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	padding: 5px;
}

.Footer a:link {
	color: #7D8599;
	text-decoration: none;
}
.Footer a:visited {
	color: #7D8599;
	text-decoration: none;
}

.Footer a:active {
	color: #7D8599;
	text-decoration: none;
}

.Footer a:hover {
	color: #7D8599;
	text-decoration: underline;
}
.MainContentArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.HomePicFramer {
	padding-top: 5px;
	vertical-align: top;
	text-align: right;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004578;
	line-height: 20px;
}
ul {
	list-style-type: none;
	margin: 0 0 0 15px;
	padding: 0px;
}
ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	font-weight: bold;
	color: #990000;
	list-style-type: none;
	background-image: url(../images/tickbox.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0 0 0 0;
	padding: 3px 0 3px 30px;
}

a:link {
	color:#990000;
	text-decoration:none;
	font-weight:bold;
	}
a:visited {
	color:#990000;
	text-decoration:none;
	font-weight:bold;
	}
a:active {
	color:#990000;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color:#990000;
	text-decoration:underline;
	font-weight:bold;
	}
