body {
	height:				100%; 
	max-height:			100%; 
	background-repeat: 	repeat-x;
	background-position:top; 
	padding:			0;
}

h1{

	font-size:			160%;
	font-weight:		bold;
	color:				#445566;
}

h2{

	font-size:			120%;
	font-weight:		bold;
	color:				#62769e;
}

h3{

	font-size:			110%;
	font-weight:		bold;
	color:				#62769e;
}

hr{
	width:				80%;
	height:				1px;
	display:			block;
	text-align:			left;
	border:				1px solid #bfdaff;
	position:			relative;
	left:				0px;
	margin:				10px;
}

a{
	text-decoration:	none;
	color:				#08529b;
}

a:hover{
	text-decoration:	none;
	color:				#FF4D01;
}

a:visited{
	text-decoration:	none;
	color:				#08529b;
}

.link{
	text-decoration:	none;
	color:				#08529b;
}

.link:hover{
	text-decoration:	none;
	color:				#FF4D01;
}

.link:visited{
	text-decoration:	none;
	color:				#08529b;
}

#footer{
	margin:				0px auto;
	position:			relative;
	top:				70px;
	border: 			0px;
	display:			block;
	width:				700px;
	text-align:			center;
}

#footer_list{
	display: 			inline;
	list-style-type: 	none;
}

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

#copyright{
	display:			block;
	font-size:			85%;
	position:			relative;
	top:				10px;
}

#loading_marker {
   	background-color:	#CF4342;
   	color:				#FFFFFF;
   	top:				0px;
   	right:				0px;
   	position:			absolute;
 	z-index:			100;
	visibility: 		visible;
	height:				20px;
	width:				80px;
	text-align:			right;
}

#usermenu{
	position:			relative;
	float:				right;
	display:			inline;
	width:				300px;
	height:				20px;
	top:				10px;
	right:				10px;
	text-align:			right;
}

#usermenu_list{
	display: 			inline;
	list-style-type: 	none;
}

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

#usermenu_list li a{
	text-decoration:	none;
	color:				#08529b;
	font-size:			120%;
}

#usermenu_list li a:visited{
	text-decoration:	none;
	color:				#08529b;
	font-size:			120%;
}

#usermenu_list li a:hover{
	text-decoration:	none;
	color:				#FF4D01;
	font-size:			120%;
}

#mainmenu{
	position:			relative;
	float:				left;
	display:			inline;
	width:				350px;
	height:				20px;
	top:				10px;
	left:				0px;
	text-align:			center;
}

#mainmenu_list{
	display: 			inline;
	list-style-type: 	none;
}

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

#mainmenu_list li a{
	text-decoration:	none;
	color:				#08529b;
	font-size:			120%;
}

#mainmenu_list li a:visited{
	text-decoration:	none;
	color:				#08529b;
	font-size:			120%;
}

#mainmenu_list li a:hover{
	text-decoration:	none;
	color:				#FF4D01;
	font-size:			120%;
}

.icon_16{

	position:			relative;
	top:				4px;
	display:			inline;
}
