/* CSS Document */

body {
	color: #9ab0b2;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, Verdana, sans-serif;
	font-size: small;
}

a { color:#EEEAC7; text-decoration: none }
a:visited { color:#CC9933 text-decoration: none }
a:focus { -moz-outline: none }

img {border: none; padding: none; margin: none;}

#maintable {
	border: 1px solid #2a4748;
}

#content {
	border-right: 0px solid #2a4748;
	vertical-align: top;
}

a {color:#6bb4b4}
img {
	border: 6px solid #000000;
}

.menu {
	width:144px;
	padding: 0em;
	vertical-align: top;
	border-right: 1px solid #2a4748;
	font-size: 11px;
	line-height:14px;
}

.menuitem {
	background-image:url(images/menu_button.jpg);
	background-repeat:no-repeat;
	padding: 3px;
	padding-left: 0.5em;
}

.menuitem a {
	text-decoration: none;
	display: block;
}

.menuitem a:hover{color: #00FFFF;}

.submenu {
	display: none;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0.5em;
	padding:5px;
	padding-left: 1em;
	color: #BBC0CC;
}

/*.expanded is used to open submenus on the menu*/
.expanded, .submenu:target {display:block}

div.content {
	text-align:justify;
	font-size: 0.8em;
	padding: 5px 15px 15px 15px;
	margin: 0px;
}

.paddedcontent {
	padding: 0.5em;
	text-align: justify;
}

#flashwarning {background-color:#666666; padding: 0.5em;}
