body {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(images/backround.jpg);
	background-color: #383838;
	background-repeat: repeat-x;
	background-position: left top;
}
a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
a:hover {
	color: #70B2E6;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

#topLinks{
	width: 847px;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#header{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 223px;
	width: 847px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 13px;
}
#page{
	width: 847px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#content{
	float: left;
	width: 560px;
	background-color: #FFFFFF;
	background-image: url(images/WhitePageTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content2{
	background-image: url(images/WhitePageDown.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 11px;
	padding-right: 20px;
	padding-bottom: 11px;
	padding-left: 20px;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	font-family: tahoma;
	height: 528px;
}
#sidebar{
	float: right;
	width: 274px;
	margin: 0px;
}
#footer{
	height: 60px;
	width: 847px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bottomsade.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-top: 15px;
	text-align: center;
	color: #C7E7FF;
	font-size: 10px;
	font-weight: normal;
	clear: left;
}
#footer a{
	color: #A8D7FD;
}
#footer a:hover {
	color: #4687BB;
}
.boxed {
	background-image: url(images/blackBoxTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	background-color: #000000;
}
.boxed .title{
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #9BCCF7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9BCCF7;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
}
.boxed .content{
	background-image: url(images/blackBoxbottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 11px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	color: #CCCCCC;
}
#menu {
    height: 56px;
    background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: left top 
}