@charset "utf-8";
/* CSS Document */

body {
	background-color: #f5efff; 
	margin: 0px;
	padding: 0px;
}

ul {
	padding-left: 15px;
	margin-left: 5px;
}

ul li {
	margin-bottom: 8px;
}

#Content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

#Left {
	float: left;
	width: 153px;
}

#Main {
	background-color: #ffffff;
	margin: 0px;
	width: 617px;
	float: left;
	height: 776px;
	position: relative;
	padding: 15px;
}

#LeftMain {
	width: 385px;
}

#RightMain {
	width: 225px;
}

#Welcome {
	background-image: url(../imgs/Welcome.jpg);
	background-repeat: no-repeat;
	padding: 15px;
	width: 230px;
	height: 219px;
	font-style: italic;
	font-family: 'Trebuchet MS';
	font-style: italic;
	font-size: 14px;
	padding-right: 148px;
}

.Big {
	font-size: 15px;
}

.Bold {
	font-weight: bold;
}

.Purple {
	color: #36018f;
}

.Green {
	color: #548a0b;
}

.PurpleBoxSm {
	background-image: url(../imgs/Box_Purple_Sm.jpg);
	background-repeat: no-repeat;
	width: 194px;
	height: 71px;
	text-align: center;
	padding: 5px 15px;
	font-family: Georgia;
	font-size: 14px;
	margin-bottom: 20px;
}

.PurpleBox {
	background-image: url(../imgs/Box_Purple.jpg);
	background-repeat: no-repeat;
	width: 275px;
	height: 84px;
	text-align: center;
	padding: 5px 10px;
	font-family: Georgia;
	font-size: 17px;
	margin-bottom: 20px;
}

.GreenBox {
	background-image: url(../imgs/Box_Green.jpg);
	background-repeat: no-repeat;
	width: 285px;
	height: 290px;
	padding: 15px 8px;
}

.GreenBoxSm {
	background-image: url(../imgs/Box_Green_Sm.jpg);
	background-repeat: no-repeat;
	width: 285px;
	height: 185px;
	padding: 15px 8px;
}

.NewsEvents {
	background-image: url(../imgs/News.jpg);
	background-repeat: no-repeat;
	width: 204px;
	height: 280px;
	padding: 30px 10px 10px 10px;
	font-family: arial;
	font-size: 12px;
}

.CB {
	clear: both;
}

.Title {
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

table.Items {
	font-family: arial;
	font-size: 12px;
}

table.Items tr {
	height: 80px;
}

#Foot {
	width: 100%;
	background-color: #4602b7;
	padding: 4px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}