/* CCOGC v3 */

html {
	overflow: -moz-scrollbars-vertical;
}
body {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link, a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #004499;
	text-decoration: underline;
}
h1 {
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 4px;
	margin: 0 0 10px 15px;
	padding: 0;
}
h2 {
	color: rgb(180,25,0);
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}
h3 {
	color: rgb(180,25,0);
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 0;
}
img {
	border-color: rgb(230,230,190);
	border-width: 1px;
	border-style: solid;
	margin: 15px 7px 1px;
	padding: 2px;
}
hr {
	background-color: #333; /*#003399*/
	border: none;
	color: #333;
	height: 1px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
table, tr, td {
	border: 0;
	margin: 0;
	padding: 0;
}
p {
	line-height: 15px;
}
ul {
	margin: 0 0 0 25px;
	padding: 0;
}
li {
	margin: 1px 0 2px;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
#page_set {
	background-color: #003366;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
	margin: 15px auto 10px;
	padding: 10px 0 20px;
	width: 850px;
}
#main {
	height:auto!important;		/* IE hack for minimum height */
	height:500px;				/* IE hack for minimum height */
	min-height: 500px;
	width: 100%;
}
#cell1 {
	background-image: url("../img/menubg2.png");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: rgb(147,158,167); /* rgb(120,130,140) rgb(160,170,180) */
	border-color: #333;
	border-style: solid;
	border-width: 0 1px 0 0;
	vertical-align: top;
}
#cell2 {
	background-color: #FAFAF5;
	padding: 15px 10px 10px 20px;
	vertical-align: top;
}
#menu {
	cursor: pointer;
	height:auto!important;		/* IE minimum height hack */
	height:450px;				/* IE minimum height hack */
	margin: 20px 5px 10px;
	min-height: 450px;
	width: 215px;
}
#menu ul {
	margin: 0;
	padding: 0 0 0 5px;
}
#menu ul li {
	background-image: url("../img/16-arrow-right-gray.png");
	background-position: left 5px;
	background-repeat: no-repeat;
	color: white;
	margin: 5px 0;
	padding: 2px 0 0 14px;
	display: list-item;
}
#menu ul li a {
	color: white;
	text-decoration: none;
}
#menu ul li:hover {
	background-image: url("../img/16-arrow-right-gray-ov2.png");
}
#bottom {
	color: #ccc;
	float: right;
	margin: 0;
	padding: 3px 5px 0 0;
}
#bottom a {
	color: white;
}
#bottom a:hover {
	text-decoration: underline;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.floatl {
	float: left;
}
.plain li {
	list-style-type: none;
}