
body {
	padding: 0px;
	margin: 0px;
	background: url("images/bodyBg.gif");
	background-color: #B5B5B5;
	color: #7C7879;
	font-family: Verdana;
	font-size: 10px;
	line-height: 150%;
}

a , a:active{
	color: #B20000;
}

h1, h2, h3 {
	font-family: Verdana;	
	color: #A9A9A9;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}
#topBar {
	z-index: 100;
	width: 680px;
	height: 10px;
	top: 0px;
	margin-left: 130px;
	background: #FF5A00;
}

#centerContent {
	background: url("images/mainBg.gif") repeat-y;
	margin: 0;
	padding: 0;
	width: 970px; 	
}
#header {
	height: 160px;
	width: 843px;
	margin-left: 50px;
	border-bottom: 1px solid #666;
}
#devider {
	width: 760px;
	height: 15px;
	margin: 1px 0 2px 50px;
	background: #B1C1CE;
}

#navigation {
	border-top: 2px solid #B3B3B3;
	width: 843px;
	height: 70px;
	margin: 2px 0 2px 50px;
	border-bottom: 1px solid #B3B3B3;
}

#navigation img {
	border: none;
}

#navigationFirstLevel {
	width: 680px;
	height: 33px;
	margin: 4px 0 5px 80px;
}

#navigationSecondLevel {
	width: 680px;
	height: 24px;
	margin: 0px 0 2px 80px;
	background: #B1C1CE;
}

#content {
	margin: 2px 0px 2px 50px;
	padding-left: 80px;
	width: 763px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #666;
	position: relative;
	z-index: 7;
}

#text {
	margin: 10px 20px 20px 0px;
	padding: 0px;
	width: 460px;
	min-height: 300px;
	float: left;
}
#sideBar{
	width: 200px;
	background: #E6EBEF;
	float: left;
}

#deviderBottom {
	width: 760px;
	height: 10px;
	margin: 1px 0 2px 50px;
	background: #B1C1CE;
	position: relative;
	z-index: 5;
}

#footerContent {
	position: relative;
	z-index: 10;
	border-bottom: 2px solid #B3B3B3;
	margin-left: 50px;
	padding-left: 80px;
	width: 763px;
	height: 20px;
}
#footerText {
	margin-right: 20px;
	width: 460px;
	float: left;
}
#footerSideBar {
	width: 200px;
	float: left;
}
#footerSideBar a{
	text-decoration: none;
	color: #7C7879;
}
#footerSideBar a:hover{
	text-decoration: underline;
	color: #7C7879;
}

#clear {
	width: 843px;
	height: 13px;
}
#footer {
	background: url("images/footer.gif") no-repeat;
	margin: 0;
	margin-top: -41px;
	width: 970px;
	height: 100px;
	position: relative;
	z-index: 0;
}

#box {
	width: 180px;
	margin-left: 10px;
	padding-top: 10px;
}
#boxHeader {
	border-bottom: 7px solid #797979;
	margin-bottom: 5px;
}
#boxContent {
	padding-bottom: 10px;
	border-bottom: 1px solid #797979;
}

#box .inputText {
	font-size: 10px;
	border: 1px solid #F49E88;
	margin-right: 7px;
	margin-bottom: 7px;
	width: 80px;
	float: left;
	color: #797979;
}


