/* ################# HTML TAGS ################# */

html {
	height: 101%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding: 0px;
	background-color:#000000;
	color: #AAAAAA;
	font-size: 14px;
}

div {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5 {
	margin:0px;
	padding: 0px;
}

h1 {
	color:#FFFFFF;
	font-size: 40px;
	display: block;
}
h2 {
	color:#398adb;
	font-size: 26px;
	font-weight: bold;
	display: block;
}
h3 {
	color:#FFFFFF;
	font-size: 18px;
	font-weight: normal;
	display: block;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link,
a:visited,
a:hover,
a:active {
	color:#FFFFFF;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px none #000000;
}

/* ################# GENERAL LAYOUT ################# */

#header {
	width: 950px;
	height: 150px;
	margin-right: auto;
	margin-top: 0px;
	margin-left: auto;
	overflow:hidden;
}

#longLine {
	position: absolute;
	top: 150px;
	left:0px;
	width: 100%;
	height: 4px;
	color:#FFFFFF;
	display:block;
	background-color:#FFFFFF;
}

#contentsWrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#mainMenu {
	width: 950px;
	float: left;
}

#contents {
	width: 950px;
	margin-top: 50px;
	float: left;
}

.itemBox {
	float:left;
	width: 950px;
	margin-bottom: 80px;
}

.greyBox {
	float:left;
	width: 950px;
	padding: 10px;
	margin-top: 20px;
	background-color: #222222;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.greyBox img {
	margin-right: 5px;
	margin-bottom: 5px;
}

.greyBox a img {
	margin: 0px;
	text-decoration:underline;
}

.greyBoxImage {
	border: 5px solid #000000;
	border-bottom: 10px solid #000000;
}

.greyBox b {
	font-size: 16px;
	display: block;
}

.backToTopLink {
	margin-top: 10px;
	display: block;
	float: right;
}

/* ################# UTILITIES ################# */

.noBorder {
	border: none 0px #000000;
}

/* ################# INLINE STYLES AND LINKS ################# */

a.mainMenuItem:link,
a.mainMenuItem:hover,
a.mainMenuItem:visited,
a.mainMenuItem:active {
	font-size: 20px;
	font-weight:bold;
	height: 35px;
	display: inline;
	text-decoration: none;
	margin-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	float: right;
}

a.mainMenuItem:hover {
	background-color: #333333;
}

a#mainMenuSelected:link,
a#mainMenuSelected:hover,
a#mainMenuSelected:visited,
a#mainMenuSelected:active {
	background-color: #FFFFFF;
	color:#398adb;
}