@charset "utf-8";

BODY {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCF;
	text-align: justify;
	margin: 0px;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-position: left top;
}

A {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

A:ACTIVE {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

A:VISITED {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

A:LINK {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

A:HOVER {
	color: #FFF;
	font-weight: bold;
}

#moon {
	background-image: url(images/moon.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 159px;
	width: 186px;
}

#menuBar {
	background-image: url(images/menubar-background.png);
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	top: 80px;
	height: 50px;
	width: 100%;
}

#menuBarItems {
	position: absolute;
	top: 72px;
	width: 100%;
	text-align: center;
}

#menuSide {
	width: 240px;
	position: relative;
	top: 176px;
}

#contentTable {
	margin: 0px;
	padding: 0px;
	width: 780px;
}

#contentPage {
	vertical-align: top;
	width: 540px;
}

#contentMenu {
	width: 240px;
	vertical-align: top;
}

#content {
	margin: 10px;
	padding: 10px;
	width: 500px;
	position: relative;
	top: 160px;
	text-align: justify;
}

#content .blogContent {
	margin: 5px;
}

#content .blogFooter {
	color: #FFF;
	text-align: right;
	margin-bottom: 20px;
}

.blogTitle {
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/blogitem-title.png);
	background-repeat: repeat-x;
	height: 24px;
	width: 490px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 6px;
	border-bottom:  solid 3px #553f67;
}

.menuBox {
	background-image: url(images/menuside-background.png);
	background-repeat: repeat-y;
	width: 220px;
	padding: 10px;
	position: relative;
	top: -20px;
	border-bottom: solid 1px #58406b;
}

.menuBoxTop {
	background-image: url(images/menuside-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 240px;
	position: relative;
	left: -10px;
	top: -10px;
}

.menuBoxContent {
	position: relative;
	top: -10px;
	text-align: left;
	width: 220px;
}

.menuTitle {
	position: relative;
}

.formField {
	background-color: #CCC;	
	width: 300px;
	font-size: 12px;
	border: 1px solid #666;
}

.formFieldSmall {
	background-color: #CCC;
	width: 130px;
	font-size: 12px;
	border: 1px solid #666;
}

.formFieldRequired {
	background-color: #6CF;
	width: 300px;
	font-size: 12px;
	border: 1px solid #666;
}

.formArea {
	background-color: #CCC;	
	width: 300px;
	height: 150px;
	font-size: 12px;
	border: 1px solid #666;
}

.formAreaRequired {
	background-color: #6CF;
	width: 300px;
	height: 150px;
	font-size: 12px;
	border: 1px solid #666;
}

.formSubmit {
	border: 1px solid #666;
	font-size: 12px;
	background-color: #6F9;
}

.formLabel {
	text-align: right;
	padding-right: 10px;
}

.formLabelRequired {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

.formSeperator {
	width: 1px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000;
}

.formInput {
	padding-left: 10px;
	text-align: left;
}