body {background:url(../images/bg.jpg) repeat-x #666; text-align: center;}

/* layout */

* #container {width:820px; margin: 0px auto;text-align: left; margin-top: 20px;}
* #header {width:820px; float: left; text-align: center;}
* #main {width:820px; float: left; margin-top: 50px;}
* #nav {width:180px; float: left; margin-top: 220px;}
* #content {width:640px; float: left;}
* #footer {width:640px; float: left; margin-top: 30px; margin-bottom: 15px;}

/* text styles */

.NormalText, body, td {
	font-family: Georgia, Times New Roman, "Times", serif;
	font-size: 16px;
	line-height: 18px;
	color: #CCE0EB;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-style:normal;
}

.FooterText {
	font-size: 12px;
	color: #CCE0EB;
	font-weight: bold;
}

.LargeFooterText {
	font-size: 15px;
	color: #CCE0EB;
	font-weight: bold;
}

.SubjectHeader {
	font-size: 20px;
	line-height: 26px;
	color: #9ACCFF;
	font-weight: normal;
	text-decoration: underline;
}

.PageTitle {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 28px;
	line-height: 32px;
	color: #9ACCFF;
	font-weight: bold;
}

.NewsTitle {
	font-size: 52px;
	line-height: 26px;
	color: #FFFF9A;
	font-weight: normal;
}

/* link styles */

#nav a {color: #000; font-weight: bold; font-size: 15px;}
#content a {color: #99C2D6; font-weight: bold;}

/* etc */

ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}

img.left {float: left; margin-top: 5px; margin-right: 10px; margin-bottom: 5px;}
