@import url(../common.css);
@import url(server-status.css);


* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

body {
	background-color: #333333;
	margin: 0em;
	padding: 1em;
}

a img {
	border: 0px;
}

#wrapper {
	background-image: url(content_bg.png);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #333366;
	width: 762px;
	min-width: 762px;
	margin-left: auto;
	margin-right: auto;
}
#wrapper2 {
	background-image: url(menu_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#header {
	background-image: url(header1.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #000033;
}

#header h1 {
	background-image: url(header2.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 130px;
}
#header a {
	display: block;
	height: 100%;
}

#contentArea {
	float: right;
	width: 100%;
	margin-left: -120px;
}

#content {
	padding: 10px;
	margin-left: 120px;
	color: #FFFFFF;
	overflow: hidden;
}

#content a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#menuArea {
	float: left;
	width: 120px;
	color: #FFFFFF;
}

#menu {
	padding: 6px;
	text-align: right;
}

#footer {
	clear: both;
	height: 33px;
	background-image: url(footer2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#footer small{
	height: 33px;
	background-image:url(footer1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 140px;
	padding-right: 20px;
	color: #cccccc;
	font-size: 0.5em;
	text-align: center;
	display: block;
}

div.newsItem {
	margin-bottom: 3em;
	position: relative;
}

/* fix for ie 6 */
* html div.newsItem {
	height: 1px;
}

.newsItem h2.newsTitle{
	font-style: italic;
	font-weight: bold;
	font-size: 0.85em;
	color: #FFFFFF;
	margin: 0;
	margin-right: 30%;
	border-bottom: 1px solid white;
	font-variant: small-caps;
}

.newsItem p.newsMeta {
	font-size: 0.6em;
	font-style: italic;
	text-align: left;
	color: #cccccc;
	display: block;
	position: absolute;
	bottom: -3em;
	right: 2em;
}


cite.userName{
	font-weight: bold;
}

.newsItem .newsContent{
	margin-top: 1em;
	font-size: 0.8em;
}

.menuSection {
	text-align: left;
	color: #ffffff;
	padding-left: 4px;
}
.menuSection h2.menuHeading{
	font-size: 0.7em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid white;
}
.menuSection ul {
	margin-top: 0px;
	margin-left: 0em;
	padding-left: 0em;
}
.menuSection li.menuItem {
	list-style-type: none;
	font-size: 0.7em;
	line-height:1.1em;
}
.menuSection .menuItem a{
	color: #FFFFFF;
	text-decoration: none;
}
.menuSection .menuItem a:hover{
	color: #FFFF00;
}

.article {
	font-size: 1em;
	margin: 0 0 3em;
	position: relative;
}

/* fix for ie6 */
* html article {
	height: 1px;
}

.article h2.articleTitle {
	font-style: italic;
	font-weight: bold;
	font-size: 0.8em;
	color: #FFFFFF;
	margin-top: 0px;
	border-bottom: 1px solid white;
}

.article p.articleMeta {
	font-size: 0.6em;
	font-style: italic;
	text-align: left;
	color: #cccccc;
	display: block;
	position: absolute;
	bottom: -3em;
	right: 2em;
}

.article .articleContent {
	font-size: 0.8em;
	clear: left;
}

.article h1 {
	font-size: 1.4em;
}

.article h2 {
	font-size: 1.2em;
}

.article h3 {
	font-size: 1.1em;
}


table {color: #FFFFFF;}

