@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	font-size:14px; /*used to be 14px*/
	line-height:18px; /*used to be 20px*/
	background:#90AED4 /*#90AED4 /*#708EB4 /*#6B8EAB Nice greyish blue*/ /*#333333*/;
	font-family: Arial;
	color:#000000;
	/*background: url(/images/bg_tile_1.png) repeat;*/
	/*background: url(/images/gold_fade.png) repeat-x top #90AED4;*/
}
a {
	color:#0000FF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#0000FF;
}
textarea {
	font-family: Arial;
	font-size: 12px;
	width: 400px;
}
.content_top {
	width:350px;
	/*width:740px;*/
	margin:auto;
	font-size:30px;
	padding:20px 450px 20px 0px;
	/*padding:20px 10px 20px 50px;*/
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	/*font-weight:bold;*/
	background: url(/images/pagepic/blank.jpg) #EFEFEF;
	height:20px;
	color:#FFFFFF;
}
.content_header {
	width:350px;
	
}
.content_bottom {
	width:800px;
	margin:auto;
	padding:0px 0px 0px 0px;
	height:9px;
	background:url(/images/content/content_bottom.png) no-repeat;
	background-position:bottom;
}
.content {
	background:/*#EFEFEF*/ #EFEFEF /*url(/images/content/content_fade_blue.png) repeat-x top*/;
	margin:auto;
	width:760px;
	padding:10px 20px 10px 20px;
	overflow:auto;
}
.content_big {
	font-size:18px;
	line-height:normal;
	font-weight:bold;
}
.content_big_14 {
	font-size:14px;
	font-weight:bold;
}
.content_fade{
	color:#444444;
}
.indented {
	padding-left: 50px;
	padding-right: 50px;
}
.content_inner_top {
	width:760px;
	margin:auto;
	height:9px;
	background:url(/images/content/content_alt_top.png) no-repeat;
	background-position:bottom;
}
.content_inner_bottom {
	width:760px;
	margin:auto;
	height:9px;
	background:url(/images/content/content_alt_bottom.png) no-repeat;
	background-position:top;
}
.content_inner{
	background:#0A396E;
	color:#ffffff;
	margin:auto;
	width:720px;
	padding:10px 20px 10px 20px;
	overflow:auto;
}
.content_inner a{
	color:#BBBBBB;
}
.content_title {
	font-size:48px;
	text-align:center;
	/*padding:5px 0px 0px 0px;*/
	font-weight:bold;
	line-height:normal;
	font-family:"Times New Roman", Times, serif;
}
.content_footer {
	text-align:center;
	color: #999999;
	font-size: 12px; /*used to be 12px*/
	line-height:normal; /*used to be normal*/
	padding-top:20px;
	clear:both;
}
.big{
	font-size: 16px;
}
.tiny{
	font-size: 12px;
}
hr{
	color:#999999;
	background-color:#999999;
	height:1px;
	border:none;
}
img{
	border:none;
}
.error{
	color:red;
	font-size:12px;
}

#sidebar_container{
	position:relative;
	width:800px;
	margin:auto;
}
#sidebar{
	position:absolute;
	left:800px;
	top:20px;
	width:100px;
	background:#0453B0;
	color:#FFFFFF;
}
#sidebar_top{
	width:100px;
	height:9px;
	background:url(/images/content/sidebar_top.png) #90AED4;
}
#sidebar_bottom{
	width:100px;
	height:9px;
	background:url(/images/content/sidebar_bottom.png) #90AED4;
}

#sidebar_menu a {
	display:block;
	
	text-align:center;
	margin:0px 0px 0px 0px;
	width:75px;
	height:20px;
	padding:1px 2px 58px 2px;
	font-size:12px;
	line-height:20px;
	color:#FFFFFF;
	background: url(/images/buttons/home.png);
	background-repeat:no-repeat !important;
}
#sidebar_menu a:hover{
	position:relative;
	left:2px;
	text-decoration:none;
}
