body {
	background:#296C89 url(/images/03.jpg) repeat-y scroll center top;
	color:#000000;
	font-family:Arial,Tahoma,Verdana;
	font-size:10px;
	margin:0;
	text-align: center;
}

A:link {
	text-decoration: none;
	color: #000000;
}

A:visited {
	text-decoration: none;
	color: #000000;
}

A:active {
	text-decoration: none;
	color: #000000;
}

A:hover {
	text-decoration: underline; 
	color: #000000;
}

#wrapper {
	margin:0 auto;
	width:840px;
}

#header1{
	margin: 0;
	background: url('/images/01.jpg');
	width: 840px;
	height: 46px;
} 

#header2{
	margin: 0;
	background: url('/images/02.jpg');
	width: 840px;
	height: 69px;
}

#UserBar{
	text-align: left;
	position: relative;
	margin: 3px;
	padding-left: 3px;
	padding-right: 3px;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	width: 774px; /* 6px of padding to account for */
	line-height: 25px;
	height: 25px;
	text-indent: 10px;
}

#UserBar a{
	color: #296C89;
	padding: 0 2px;
}

#PageContent{
	margin-top: 5px;
	position: relative;
	left: 26px;
	float: left;
}

.Error{
	color: red;
}

.BoxContainer{
	text-align: left;
	position: relative;
	float: left;
	margin: 3px;
	background: #efefef;
	width: 780px;
	border: 1px solid #CCCCCC;
}

.BoxContent{
	position: relative;
	float: left;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	width: 757px;
	margin: 10px;
}

.BoxContentPadded{
	position: relative;
	float: left;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	width: 737px;
	margin:0 10px 10px;
	padding: 10px;
}

h1{
	color: #214963;
	font-size: 14px;
	padding-left: 10px;
}

.menu_left{
	margin: 0;
	background: url('/images/m-s-01.jpg');
	width: 28px;
	height: 29px;
	float: left;	
}

.menu_right{
	margin: 0;
	background: url('/images/m-s-02.jpg');
	width: 30px;
	height: 29px;
	float: left;
}

.btn_free_space{
	margin: 0;
	background: blue;
	width: 16px;
	height: 29px;
	float: left;
}

.left_btn{
	margin: 0;
	width: 110px;
	height: 29px;
	float: left;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 29px;
	color: #FFFFFF;
}

.left_btn a{
	background: url('/images/m-b-01.jpg') 0 0;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}

.left_btn a:hover{
	background: url('/images/m-b-01.jpg') 0 -30px;
}

.centre_btn{
	margin: 0;
	width: 108px;
	height: 29px;
	float: left;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 29px;
	color: #FFFFFF;
}

.centre_btn a{
	background: url('/images/m-b-03.jpg') 0 0;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}

.centre_btn a:hover{
	background: url('/images/m-b-03.jpg') 0 -30px;
}


.right_btn{
	margin: 0;
	width: 119px;
	height: 29px;
	float: left;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 29px;
	color: #FFFFFF;
}

.right_btn a{
	background: url('/images/m-b-07.jpg') 0 0;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}

.right_btn a:hover{
	background: url('/images/m-b-07.jpg') 0 -30px;
}

.btn_spacer{
	margin: 0;
	background: url('/images/m-s-03.jpg');
	width: 2px;
	height: 29px;
	float: left;
}

	
