a:link, a:active, a:visited {
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

body {
	color: #35486B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	margin: 0;
	padding: 0;
	background: #575B7D url(media/background.png) repeat-y center;
}

tr {
	color: #35486B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
}

.bluetext, a:link.bluetext, a:active.bluetext, a:visited.bluetext {
	color: #57BCBB;
	padding-left: 3px;
}

.bluetext2, a:link.bluetext2, a:active.bluetext2, a:visited.bluetext2 {
	color: #57BCBB;
}

.heading {
	font-size: 12px;
	font-weight: bold;
}

#banner {
	background-color: #121848;
	width: 100%;
}

#maincontentcontainer {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

#maincontent {
	text-align: left;
}

#menubar {
	width: 100%;
	height: 26px;
	background-color: #2A5070;
	border-bottom: 2px solid #FFFFFF;
}

/* Engagements Table */

table#bordered {
	border-bottom: 1px solid #56BBBC;
}

#bordered th, #bordered td {
	border-top: 1px solid #56BBBC;
	border-left: 1px solid #56BBBC;
}

#bordered .right {
	border-right: 1px solid #56BBBC;
}

/* Hide Clickable Dropdowns */
/* <a href="#" onclick="toggleLayer('entryX'); return false;">&laquo; MORE &raquo;</a><br /> */

div#entry1, div#entry2, div#entry3, div#entry4, div#entry5, div#entry6, 
div#entry7, div#entry8, div#entry9, div#entry10, div#entry11, div#entry12, div#entry13,
div#entry14, div#entry15, div#entry16, div#entry17, div#entry18, div#entry19, div#entry20 {
	margin: 0 20px;
	display: none;
	color: #00008B;
	text-align: justify;
}

/* Top Boxes */

#leftbox, #rightbox {
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}

#leftbox ul, #rightbox ul {
	margin: 0 0 0 10px;
	padding: 8px 0 0 6px;
}

#lefttbox ul.nobullets, #rightbox ul.nobullets {
	margin: 0 0 0 10px;
	padding: 8px 0 0 5px;
	list-style-type: none;
}

#leftbox ul li, #rightbox ul li {
	padding-bottom: 8px;
}

#leftbox ul a:link, #rightbox ul a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#leftbox ul a:visited, #rightbox ul a:visited {
	color: #FFFFFF;
}

#leftbox ul a:hover, #rightbox ul a:hover {
	text-decoration: underline;
}

ul.articles {
	font-size: 12px;
}

ul.articles li {
	padding-bottom: 8px;
}