* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1C005C;
	font-size: 100%;
	color: #FFFFFF;
	text-align: center;
	margin: 5px;
	background-image: url(images/bg-vt-oval-blue.gif);
}
p {
	margin: 1em;	
}
h1 {
	font-size: 1.375em;
	font-weight: bold;
	text-align: center;
	color: #BFD6C6;
	margin: 0.5em;
}
a {
	text-decoration:none;
}
a:link {
	color: #E0C040;
}
a:visited {
	color:#EBD580;
}
a:hover {
	color:#F5EABF;
}
a:active {
	color:#FFFFFF;
}
#MainTable {
	margin: auto;
	width: 779px;
}
#UnderHeaderBox {
	margin-left: 35px;
}
#LeftSide {
	background: url(images/LeftSide.gif) repeat-y;
	width: 20px;
}
#RightSide {
	background: url(images/RightSide.gif) repeat-y;
	width: 6px;
}
#ContentArea {
	background: #005C1C;
	border-top: 4px solid #D6AB00;
	border-bottom: 4px solid #D6AB00;
	padding: 10px;
}

#MenuBar {
	width: 718px;
	height: 33px;
	text-align: center;
	background: url(images/MenuBackground.jpg);
	border-top: 4px solid #D6AB00;
}
#navlist ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a {
	text-decoration: none;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
}
#navlist a:link, #navlist a:visited {
	color: #D6AB00;
}
#navlist a:hover {
	color: #EBD580;
}
#navlist a:active {
	color: #FFFFFF;
}

#BottomBox {
	background: #5C1C00;
	height: 86px;
	width: 551px;
	/*padding: 10px;*/
	text-align: center;
	line-height: 21px;
	font-size: 14px;
}
#BotCornerLeft {
	width: 104px;
}
#BotCornerRight {
	width: 89px;
}

#BottomSide {
	background: url(images/BottomSide.gif) repeat-x;
	height: 20px;
}

#BottomLinks a:link, #BottomLinks a:visited {
	color: #D6AB00;
}
#BottomLinks a:hover {
	color: #EBD580;
}
#BottomLinks a:active {
	color: #FFFFFF;
}

#ggws a {
	text-decoration: none;
}
#ggws a:link, #ggws a:visited {
	color:#00CC66;
}
#ggws a:hover, #ggws a:active {
	color:#66FFB3;
}
.squarepic {
	float: right;
	margin-left: 5px;
}
