body{
	font-family: verdana;
	color: #ffffff;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	background-color: #fbfbfb;
	background-image: url("images/bg.png");
}

#wrapper{
	position: relative;
}

#container{
	width: 800px;
	min-height: 600px;
	margin: 0px auto 0px auto;
}

#top_box{
	width:211px;
	float: right;
	margin-top: 5px;	
}

#search_box{
	background-image: url("images/layout/search_box.png");
	width: 211px;
	height: 38px;
	margin-top: 10px;
}

#search_box form{
	padding-top: 5px;
	padding-left: 4px;
}

#top_buttons{
	font-size: 9pt;
	padding-right: 10px;
	text-align: right;
}

#top_buttons a{
	color: #ffffff;
	text-decoration: none;
}

#title{
	background-color: #015367;
}

#nav{
	background-image: url("images/layout/nav.png");
	height: 40px;
}

#nav ul{
	list-style-type: none;
	margin: 0px;
	padding-top: 8px;
}

#nav li{
	display: inline;
	margin: 0px;
	margin-right: 10px;
}

#nav a{
	color: #ffffff;
	text-decoration: none;
	border: none;
}

#nav a:hover{
	color: #015367;
}

#side_bar{
	font-size: 9pt;
	float: right;
	background-color: #38b2ce;
	min-height: 800px;
	width: 250px;
}

#side_bar ul{
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	list-style-type: none;
}

#side_bar li{
	margin-top: 5px;
	list-style-type: none;
}

#side_bar a{
	color: #015367;
	text-decoration: none;
	border: none;
}

#side_bar a:hover{
	text-decoration: underline;
}

#side_bar .still_Link{
	font-size: 8pt;
	background-color: #ffffff;
	color: #38b2ce;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

#side_bar .still_Link:hover{
	text-decoration: none;
}

#content{
	float: left;
	background-color: #38b2ce;
	width:550px;
	min-height: 800px;
}

#content p{
	padding-left: 20px;
}

.subtitles{
	font-size: 20pt;
	font-weight: bold;
}

#side_title{
	background-image: url("images/layout/side_title.png");
	height:34px;
}

.side_title{
	line-height: 2em;
	padding-left: 34px;
	font-size: 10pt;
	font-weight: bold;
}

#side_title ul{
	list-style-type: none;
}

.content{
	font-size: 10pt;
	padding-left: 10px;
	padding-top: 4px;
}

#footer{
	clear: both;
	background-image: url("images/layout/footer.png");
	height: 50px;
}

#footer p{
	font-size: 9pt;
	padding-top: 15px;
	padding-left: 20px;
}

#footer a{
	color: #dddddd;
	text-decoration: none;
}

.data_grid{
	border: solid 1px #000000;
	font-size: 10pt;
	width: 95%;
	margin-left: 20px;
}

.data_grid td{
	border: solid 1px #000000;
}

.data_grid th{
	border: solid 1px #000000;
	background-color: #015367;
	font-weight: bold;
}

.data_grid a{
	border: none;
	color: #015367;
	text-decoration: none;
}

.data_grid a:hover{
	color: #ffffff;
	border: none;
}

a{
	color: #ffffff;
	text-decoration: underline;
}

a:hover{
	color: #015367;
	text-decoration: none;
	border-bottom: dashed 1px #015367;
}

#content form{
	background-color: #60b9ce;
	width: 95%;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tinytext{
	font-size: 8pt;
}

.boldtext{
	font-weight: bold;
}