/* GLOBALS */

* {
    font-family: tahoma;
}

body {
    font-size: 70%;
	color: #3E3E3E;
	background: #616160;
}

body, form, p {
    margin: 0px;
    padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table, div {
    font-size: 100%;
}

td {
	vertical-align: top;
}

img {
	border: 0px;
}

ol, ul, h1, h2, h3, h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 90%;
	font-weight: normal;
}

/* LINK STYLES */

a {
	color: #CF2A2A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* TABLE, TR, TD */

table.mainContainer {
	width: 732px;
}

tr.shade {
	height: 9px;
}

td.valign {
	vertical-align: middle;
}

td.shadeTop {
	height: 9px;
	background: url(../images/shadeTop.gif) repeat-x;
}
*html td.shadeTop img {
	margin: 0px -3px 0px -3px;
}

td.shadeLeft {
	width: 9px;
	height: 100%;
	background: url(../images/shadeLeft.gif) repeat-y;
}

td.shadeRight {
	width: 9px;
	height: 100%;
	background: url(../images/shadeRight.gif) repeat-y;
}

td.shadeBottom {
	height: 9px;
	background: url(../images/shadeBottom.gif) repeat-x;
}
*html td.shadeBottom img {
	margin: 0px -3px 0px -3px;
}

/* DIV, SPAN, IMG */

div.content {
	border: 15px solid #FFFFFF;
	background: url(../images/contentBg.gif) repeat-x #29414C;
}

div.menuContainer {
	height: 56px;
	background: url(../images/topGraphic02.jpg) no-repeat;
}

div.menu {
	width: 320px;
	position: relative;
	left: 250px;
}

div.main {
	margin: 0px 10px 10px 15px;
	padding: 55px 15px 15px 25px;
	background: url(../images/mainBg.gif) no-repeat top left #BDBDAA;
}

div.newsEntry {
	background: #D7D7CB;
	padding: 10px;
	margin-bottom: 10px;
}

/* UL, LI */

ul.overview {
	list-style: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

ul.overview a {
	text-decoration: none;
}
ul.overview a:hover {
	text-decoration: underline;
}

ul.overview li {
	list-style: none;
	list-style-image: none;
	background: #D7D7CB;
	margin: 0px 0px 3px 0px;
	padding: 5px;
}

ul.overview li a {
	font-size: 110%;
	font-weight: bold;
}

