body {
	text-align:center;
	background-color:#ddd;
	font-family:Arial, Helvetica, sans-serif;
	}
	
body, div {
	margin: 0px;
	padding: 0px;
	}	

img {
	border:0;
	}

h1 {
	color:#127;
	font-size:18px;
	}

h2, .h2{
	color:#333;
	font-size:16px;
	font-weight:bold;
	}

h3, .h3 {
	color:#666666;
	font-size:14px;
	}
	
body, p, li {
	color:#333333;
	font-size:12px;
	font-weight:normal;
	}
	
body, li, a {
	margin:0;
	}
	
h1, h2, h3, p {
	margin:0 0 10px 0;
	}
	
ol, ul {
	margin-bottom:10px;
	}
	
a {
	color:#003399;
	text-decoration:none;
	}
	
a:hover {
	color:#666666;
	}

/*----- Formating -----*/

div.wrapper {
	margin:0 auto;
	width:920px;
	text-align:left;
	}
	
div.wrapper_shadow{
	background-image:url(../page_attachments/static/shadow.gif);
	background-repeat:repeat-y;
	}

div.wrapperCont{
	position:relative;
	left:10px;
	width:900px;
	}

div.header {
	background-image:url(../page_attachments/static/header.gif);
	background-repeat:no-repeat;
	height:100px;
  padding:0;
  margin:0;
	}
	
div#logo {
	position:relative;
	float:left;
	top:15px;
	left:10px;
	}
	
div#login {
	position:relative;
	float:right;
	top:22px;
	left:-20px;
	}
	
div#login a {
	color:#000000;
	}
	
div#login a:hover {
	color:#666666;
	background-color:transparent;
	}
	
div#topnav {
	clear:both;
	position:relative;
	top:6px;
	left:375px;
	margin:0;
	padding:0;
	}
	
div.main {
	clear:both;
	background-image:url(../page_attachments/static/header_shadow.gif);
	background-repeat:repeat-x;
	background-color:#e7e9f4;
	padding:0;
	margin:0;
	}

div.side_bar{
	float: left;
	width: 185px;
	background-image:url(../page_attachments/static/sidebar_middle.gif);
	background-repeat:repeat-y;
	}
	
div.content {
	float:right;
	width:685px;
	padding:0;
	margin:15px;
	}

div.footer {
	background-color:#FFFFFF;
	text-align:center;
	padding:15px 0 5px 0;
	margin:0;
	}
	
.clear {
	clear:both;
	}
	
div#footer1{
	width:900px;
	height:15px;
	background-image:url(../page_attachments/static/footer_top.gif);
	background-repeat:repeat-x;
	}
  
div#footer2{
	width:920px;
	height:10px;
	background-image:url(../page_attachments/static/footer_bottom.gif);
	background-repeat:no-repeat;
	}
	
div.display_box{
	background-color:#c9cce5;
	border:solid 1px #858bc4;
	padding:10px;
	margin:15px;
	}
	
div.left{
	float:left;
	width:570px;
	}
	
div.right{
	float:right;
	width:300px;
	}
	
div.right div.display_box{
	margin: 15px 15px 15px 0;
	}
	
/*----- Menu -----*/
#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	}

#nav li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	height:30px;
	}

#nav li ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
  width: 175px;
  background-color: #abafd7;
	padding:0;
	margin:0;
	z-index:1;
	}


#nav li li {
	position:relative;
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	height:auto;
	z-index:1;
	}

#nav li li a {
	position:relative;
  text-decoration: none;
	display: block;
	color:black;
	width:145px;
  padding:5px 15px;
  border:solid 1px #858bc4;
  border-width: 0 0 1px 0;
	z-index:1;
	}

#nav li li a:hover {
  background-color: #858bc4;
	}

#nav li:hover ul, #nav li.over ul {
	display: block;
	}
	
/* Fix IE. Hide from IE Mac \*/
* #nav ul li { float: left; height: 1%; }
* #nav ul li a { height: 1%; }
/* End */

/*----- Sidebar -----*/
div.side_bar_top{
	background-image:url(../page_attachments/static/sidebar_top.gif);
	background-repeat:no-repeat;
	height:9px;
	}

div.side_bar_bottom{
	background-image:url(../page_attachments/static/sidebar_bottom.gif);
	background-repeat:no-repeat;
	height:24px;
	}
	
#side_bar_nav .selected{
	background-color: #858bc4;
	}

.side_bar h2{
	padding: 0;
	margin: 0;
	width:145px;
	border: solid 1px #858bc4;
  border-width: 0 0 1px 0;
	padding:5px 15px;
	}

#side_bar_nav{
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
#side_bar_nav li{
	text-align: left;
	}

#side_bar_nav li a{
	width:145px;
	text-decoration: none;
	display: block;
	color: black;
	border: solid 1px #858bc4;
  border-width: 0 0 1px 0;
	padding:5px 15px;
	}

#side_bar_nav li a:hover{
	background-color: #858bc4;
	}


/*----- FAQ -----*/
.question{
	font-weight:bold;
	}
.answer {
	margin-bottom:10px;
	}

/*----- News -----*/
span.date {
	font-weight:bold;
	text-align:right;
	}
