@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	line-height: 16px;
	font-weight: normal;
}
#topbar {
	background-color: #FFF;
	width: 100%;
	height: 30px;
}
#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
}
#sidebar {
	float: left;
	background-image: url(../images/bracket.png);
	background-repeat: no-repeat;
	height: 360px;
	width: 125px;
	padding-left: 10px;
	text-align: left;
}
#logo {
	height: 120px;
	width: 224px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#mainContent {
	background: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 360px;
	clear: both;
	padding-top: 0px;
	margin-right: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: 99cccc;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 20px;
	font-variant: normal;
}
#mainContent h2 {
	font-size: 11px;
	padding-bottom: 10px;
	border-bottom-color: #999;
	line-height: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
#navigation {
	float: right;
	margin-top: 75px;
	margin-right: 100px;
}
#navigation ul {
	list-style-type: none;
}
#navigation ul li {
	float: right;
	padding-left: 10px;
	text-decoration: none;
	margin-left: 10px;
	width: 75px;
}
#navigation ul li a {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	text-decoration: none;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #99cccc;
	letter-spacing: 4px;
	font-size: 9px;
	line-height: 13px;
}
#navigation ul li a:hover {
	color: #666;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
}
#bottombar {
	height: 40px;
	padding-top: 10px;
	background-color: #e5e4d7;
}
#bottomnav {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
}
#bottombar  .navleft{
	display: inline;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 11px;
	color: #999;
	font-weight: normal;
	letter-spacing: 3px;
	padding-top: 12px;
}
#bottombar .navright {
	padding-right: 120px;
	float: right;
	padding-bottom: 0px;
	display: inline;
	clear: none;
}
#bottombar .navright ul {
	list-style-type: none;
}
#bottombar .navright ul li {
	display: inline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #666;
	line-height: 0px;
	float: none;
}
#bottombar .navright ul a {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	padding-left: 40px;
	text-transform: capitalize;
}
#bottomnav .navright ul a:hover {
	color: #099;
}
#footer {
	font-size: 9px;
	text-align: center;
	clear: both;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.color {
	color: #099;
}

