html, body {
	font-family: sans-serif;
	margin: 0px;
	background: url('../images/AllianceBG.gif') repeat-y top left;
}

/*   HEADER   */

.header {
	margin: 0px;
	position: absolute;
	top: 0px; left: 0px;
	z-index: 0;
}

/*   MENU BAR   */

.menuBar {
	position: absolute;
	top: 306px;
	left: 0px;
	color: #FAFAFA;
	background-color: #638A8C;
	width: 180px;
	height: 100%;
	z-index: 1;
}

.menubar a {
	color: #FAFAFA;
	background-color: #638A8C;
	text-decoration: underline;
	font-size: 90%;
}

.menubar a:hover {
	text-decoration: none;
	color: #FAFAFA;
	background-color: #638A8C;
}

.menubar ul {
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 0 .5em;
	padding: 0;
}

.menuLinks {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.menuLinks img {
	margin-bottom: .9em;
}

#login {
	border: 1px solid #FFFFFF;
	margin: .3em;
	padding: .5em;
	width: 128;
}

#searchBox {
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding: 0 0 .3em 0;
}

#search {
	margin: 0 0 0 .5em;
}

.search {
	font-size: 110%;
	border-style: none;
	color: #FAFAFA;
	background-color: #638A8C;
	font-weight: bold;
	text-align: center;
	width: 171px;
}

hr.search {
	color: #FAFAFA;
	width: 171px;
}

/*   MAIN CONTENT   */

.main {
	position: absolute;
	top: 170px;
	left: 190px;
	background-color: #FFFFFF;
	width: 550px;
	color: #000000;
	height: 100%;
	z-index: 500;
	padding-bottom: 10em;
}

h1 {
	font-size: 160%;
}

#whatsNew h2 a, h3 a{
	color: #00309C;
}

#whatsNew h2 a:hover {
	color: #00309C;
	text-decoration: none;
}

li {
	padding: .2em;
}

.centers {
	 list-style-type: none;
	 margin-left: 0px;
}

.nobulletLinks {
	 list-style-type: none;
}

.nobullet {
	 list-style-type: none;
}
