/****************/
/* Page Styles	*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	width: 700px;
	margin: 0 auto;
	
	/* backslash hack to make IE render the page in the middle of the window */
	p\osition: relative; 	
}

img{ border: 0; }

/******************/
/* header styles	*/
.header{
	position: relative;
}

.sourceforge{
	position: absolute;
	left: 450px;
	top: 20px;
}

.Title{
	font-weight: bolder;
	color: #000000;
	background-color: #cac9dd;
	border: #322c72 solid 2px;
	padding: 0 5px 0 5px;
}

.menu{
	position: absolute;
	left: 220px;
	top: 200px;
	width: 500px;
}

.menuItem{
	text-decoration: none;
	float: left;
	display: block;
	margin: 5px;
	padding: 0 5px 0 5px;
}

.menuItem:hover{
	background-color: #FFFFFF;
	color: #000000;
}

.statsBar{
	width: 400px;
	margin: 5px;	
}

.statsBar div{
	height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #322c72;
}

.question{
	text-align: center;
	width: 40px;
}

#content{
	width: 520px;
	padding-left: 30px;
}

/**************/
/* box styles	*/
.box{
	position: relative;
	border: #322c72 solid 2px;
	background-color: #aaa6dd;
	margin-bottom: 10px;
	margin-right: 10px;
}

.box .inner{
	position: relative;
	height: 2px;
	overflow: hidden; /* Allows IE to display div's which are less than the height of the font */
	background-color: #cac9dd;
	border-bottom: #322c72 solid 2px;
}

.box .content{
	padding: 5px;
}

/******************/
/* sidebar styles	*/
.sidebar{
	position: relative;
	width: 130px;
}

.sidebar .item{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	
	color: #322c72;
	
	padding: 2px;
	display: block;
}

.sidebar .item:hover{
	background-color: #FFFFFF;
}

.sidebar .itemA{
	background-color: #aaa6dd;
}

.sidebar .itemB{
	background-color: #cac9dd;
}

h2{ /* box title */
	position: absolute;
	top: -5px;
	font-size: 16px;	
	font-style: italic;
	z-index: 1; 
	margin: 0 10px 0 10px;
}

h2 a{
	text-decoration: none;
	color: #322c72;
}

* html h2{ top: -4px; }	/*	Fix for IE to make the box titles appear in the correct place */

h3{
	margin: 5px 0 5px 0;
}

.newsTitle{
	font-weight: bold;
	color: #322c72;
	text-decoration: none;
	
	margin-left: 30px;
	padding: 5px;
}

.newsTitle:hover{
	color: #FFFFFF;
}

.floatRight{
	float: right;
}

.docSelect{
	float: right;
	margin-left: 10px;
}
