body {
	font-family: Bitstream Vera Sans, Arial, sans-serif;
	color:white;
	margin:0;
	padding:0;
	background-color: black;
	height: 100%;
}

a, a:link {
	color:#D4D0C8;
	text-decoration:none;
}
a:hover {
	border-bottom: 1px white dotted;
}
a:visited {
	color:#D4D0C8;
	text-decoration:none;
}

blockquote {
	margin-left:3em;
	font-style:italic;
}

#header {
	background-image: url('../../../images/header.jpg');
	background-repeat: no-repeat;
	height:200px;
	margin:0;
	padding:0;
}

#links {
	float:right;
	margin-top:5px;
	margin-right:10px;
	background-color: #000000;
}

#logo {
	margin-top:20px;
	margin-left:130px;
}

#slogan {
	font-style:italic;
	float:right;
	margin-right:10px;
	margin-top: -10px;
	font-size:80%;
}

#sidebar {
	width:200px;
	float: left;
}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 margin: 0;
 padding: 1px;
 width: 200px;
 list-style: none;
 background: #151a2e;
 border: 1px solid #654;
  color: white;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 0px;
 left: 200px;
}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
 position: relative;
}

/* Links inside the menu */
.menulist li a {
 color: white;
 display: block;
 padding: 3px 4px 3px 30px;
 text-decoration: none;
 border: 1px solid transparent;
}
/* HACKS: MSIE6 doesn't support transparent borders, mimic with margins */
* html .menulist li a {
 border-width: 0;
 margin: 1px;
}

/*
 Lit items: hover/focus = the current item. 'highlighted' = parent items to visible menus.
 Here, active items are given a border, and a padding tweak to 'elevate' the text within.
 Feel free to use background-image:url(file.gif) instead of background-color:#nnn here...
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: white;
 background-color: #666666;
 padding: 2px 5px 4px 29px;
 border: 1px solid #ADF;
 margin: 0;
}
.menulist a.highlighted {
 color: white;
 background-color: #666666;
 border: 1px solid #CDE;
 margin: 0;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hacks */


#digg {
	color:white;
	background: #151a2e;
	padding-left: 10px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
	font-size: 80%;
	position: relative;
	width: 200px;
	overflow: hidden;
}

#digg ul {
	margin-left: -30px;
	list-style-type: square;
}

#digg h4 {
	font-size:80%;
	padding:0;
}

#digg a:link {
	color: grey;
	text-decoration: none;
}

#digg a:visited {
	color:grey;
	text-decoration: none;
}

#content {
	background: #151a2e;
	margin-left:225px;
	margin-right:20px;
	padding:0.1em 1em 1em 1em;
	left:0px;
	height: 100%;
}

#content p {
	margin-left:2em;
}

#footer {
	font-family:Andale Mono, Arial, sans-serif;
	font-size:50%;
	text-align:center;
	clear: left;
}

/*  Category Navigation */
#CategoryDiv {
	background-color:#29335A;
}
#CategoryDiv ul {
	/*margin-left: 15px;*/
}
#CategoryDiv ul li {
	list-style-type:none;
	height:24px;
	line-height:24px;
	width:200px;
}
#CategoryDiv ul li ul li {
	width:180px;
}
#CategoryDiv ul li ul li ul li {
	width:150px;
}

#CategoryDiv ul li a,
#CategoryDiv ul li ul li a {
	font-weight:normal;
	text-decoration:none;
	display:block;
	height:100%;
	width:100%;
	margin-left:-30px;
	overflow: visible;
}
#CategoryDiv ul li.Categories ul li a {
/*   margin-left:-10px;*/
    padding-left:-10px;
}

* html #CategoryDiv ul li a,
* html #CategoryDiv ul li ul li a {
	margin-left:0px;
}
* html #CategoryDiv ul li.Categories ul li a {
    padding-left:0px;
}

#CategoryDiv ul li a:link,
#CategoryDiv ul li a:visited {
    color:yellow;
    background-color:#29335A;
}
#CategoryDiv ul li#current a:link,
#CategoryDiv ul li#current a:visited {
	color:#FFFFFF;
	background-color: darkred;
}
#CategoryDiv ul li a:hover,
#CategoryDiv ul li a:active {
    color:white;
    background-color:darkred;
}


.ContentInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	text-align: right;
}
.Titlebar {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bolder;
	text-align: center;
}
.SubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
.CommandTag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.AdminContentSubSection {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	text-align: right;
}
.AdminContentSubSectionCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
}
.AdminContentSubSectionDark {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF99;
	text-align: right;
}

.TitleBar {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
}
.SubTitleBar {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background-color:  #3D6392;
	text-align: center;
	vertical-align: middle;
}

.BackgroundLight {
	background-color: #344174;
}
.BackgroundMedium {
	background-color: #151A2E;
	color: #FFFFFF;
}
.BackgroundDark {
	color: #FFFFFF;
	background-color: #000000;
}.bgcolor1 {
	background-color: #336699;
}
.bgcolor2 {
	background-color: #799CC8;
}
.TitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
.Clickable {
	cursor: pointer;
	cursor: hand;
}
.Messages {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330000;
	background-color: #66CC00;
	display: block;
	font-weight: bold;
}
.ErrorMessages {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFE0;
	background-color: #CC0000;
	display: block;
	font-weight: bold;
}
 img, div, .headerfield { behavior: url(includes/css/iepngfix.htc) }
.SponsorsBox {
	background-color: #C1C5D7;
	border: thin solid #000099;
	width: 95%;
}
