@charset "utf-8";
html, body {
	height: 100%;
	}
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background:url(../images/mainBack.jpg) repeat-x left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.top {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	color: #0C9C9D;
}
#footer a {
	color: #FFFFFF;
}
#sidebar1 {
	float: left;
	width: 150px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: bottom;
}
#sidebar2 {
	float: right;
	width: 150px;
	padding: 0px;
	color: #CCCCCC;
	display: block;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	width: 800px;
	text-align: left;
	background-image: url(../images/contentBack1.png);
	background-repeat: repeat-y;
	background-position: left top;
	min-height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #FF9C03;
	border-left-color: #FF9C03;
} 
#logo {
	text-align: center;
}
#mainContent {
	margin-right: 150px;
	margin-left: 150px;
	padding-right: 20px;
	padding-left: 20px;
	height: 100%;
} 
#footer {
	padding: 0 10px 0 20px;
	background-color: #333333;
	color: #999999;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#sidebar1 ul {
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	bottom:0;
	float: left;
	width: 150px;
	list-style: none;
	}
#sidebar2 ul {
	padding: 0;
	position: relative;
	left: 0;
	bottom:0;
	float: left;
	width: 150px;
	list-style: none;
	margin: 0;
}
#mainNav a {
	display: block;
	color: #FFFFFF;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#sidebarNav a {
	display: block;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#sidebarNav a:hover {
	color: #000000;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
#sidebar2  img  {
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 15px;
}
#mainNav a:hover {
	background-color: #FFFFFF;
	color: #FF9B02;
}
.last {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-size: 18px;
	padding-bottom: 5px;
	text-transform: capitalize;
	color: #FF6600;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mainNav a.on {
	display: block;
	color: #000000;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-color: #FFFFFF;
}
#mainContent  img {
	padding: 6px;
	border: 1px dotted #35A5A6;
}
#mainContent img:hover {
	padding: 6px;
	border: 1px dotted #35A5A6;
	background-color: #CCCCCC;
}
