@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	background-color: #735a9d;
	background-image: url(/assets/images/background.png);
	background-repeat: repeat;
	background-attachment: fixed;
}

h1,h2,h3 {
	margin: 10px 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color:#666;
}

a {
	color: #e86f04;	
}
a:hover {
	color: #007a7c;	
}

.headerColorize {
	color: #e86f04;
}

strong{
	color: #007a7c;
}

#containerOuter {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background-image: url(/assets/images/bg-outer-middle.png);
	background-repeat: repeat-y;
} 
#containerOuterTop {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	height: 29px;
	background-image: url(/assets/images/bg-outer-top.png);
	background-repeat: no-repeat;
}
#containerOuterBottom {
	width: 815px;
	margin: 0 auto;
	text-align: left;
	height: 33px;
	background-image: url(/assets/images/bg-outer-bottom.png);
	background-repeat: no-repeat;
	padding: 20px 0 0 35px;
}

#containerInnerUpper {
	width: 600px;
	margin: 185px auto 0 auto;
	text-align: left;
	background-image: url(/assets/images/bg-inner-middle.png);
	background-repeat: repeat-y;
	padding: 0 23px 0 27px;
} 
#containerInner {
	width: 570px;
	margin: 0 auto;
	text-align: left;
	background-image: url(/assets/images/bg-inner-middle.png);
	background-repeat: repeat-y;
	padding: 5px 40px 0 40px;
} 

#containerInnerBottom {
	width: 570px;
	margin: 0 auto;
	text-align: left;
	background-image: url(/assets/images/bg-inner-bottom.png);
	background-repeat: no-repeat;
	height: 30px;
	padding: 0 40px 0 40px;
} 

#header {
	padding: 0 20px;
	height: 50px;
} 

#navMenu{
	position: absolute;
	z-index:1000;
	width: 780px;
	height: 303px;
	margin-left: 35px;
}

#rightBar {
	float: right;
	width: 200px;
	padding: 0;
}
#mainContent {
	margin: 0 225px 0 0;
	padding: 0 10px;
}

#mainContent li {
	padding-bottom: 8px;
} 

#mainContent p {
	margin: 10px 0 20px 0;
	line-height: 1.1;
} 
#footer {
	padding: 0 125px;
} 
#footer p {
	margin: 0; 
	padding: 10px 0;
}
.floatRight { 
	float: right;
	margin-left: 8px;
}
.floatLeft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

