@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(graphics/BG-bottom-dark-checker.png);
}

h2 {
	font-family: Rockwell, Coustard, Courier, Georgia;
	font-size: 30px;
	color: #000;
	font-weight: lighter;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: lighter;
}

ol li {
	margin-bottom: 5px;
}

ul li {
	margin-bottom: 5px;
}

.wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	clear: both;
	overflow: hidden;
}

.wrapper-header {
	background-color: #FFC;
	height: 158px;
	width: 100%;
	background-image: url(graphics/BG-top-sand.png);
	background-repeat: repeat-x;
}

.header {
	height: 150px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.GEClogo {
	float: left;
	height: 120px;
	width: 100px;
	margin-left: 72px;
	margin-top: 5px;
	padding-top: 20px;
}
.OPHTClogo {
	float: left;
	height: 120px;
	width: 145px;
	margin-top: 10px;
	padding-top: 20px;
	margin-left: 1px;
}
.OHAIlogo {
	float: left;
	height: 58px;
	width: 132px;
	margin-top: 25px;
	padding-top: 20px;
	margin-left: 1px;
}
.mainlogo {
	float: left;
	height: 150px;
	width: 527px;
	margin-left: 0px;
	margin-top: 5px;
}
.OUHSCtab {
	background-image: url(graphics/BG-white-tab-top.png);
	float: left;
	height: 36px;
	width: 194px;
	line-height: 50px;
	background-repeat: no-repeat;
	z-index: 20;
	position: relative;
	padding-top: 9px;
	padding-left: 12px;
	bottom: 0px;
	margin-bottom: 0px;
}

.bottomtab {
	float: left;
	width: 998px;
	clear: both;
	position: relative;
}

.wrapper-mainbody {
	width: 100%;
	background-color: #e9e9e9;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.mainbody {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(graphics/BG-mainbody-white.png);
	position: relative;
	display: table;
	/*overflow: auto;*/
}

.leftcol {
	float: left;
	width: 230px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
	z-index: 2;
}

.greenbutton {
}

.greenbutton a {
	background-image: url(graphics/green-button-up.png);
	height: 38px;
	width: 199px;
	font-family: Rockwell, Coustard, Courier, Georgia;
	color: #FFF;
	line-height: 34px;
	text-align: center;
	font-size: 13px;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 2px;
	display: block;
	text-decoration: none;
}

.greenbutton a:hover {
	background-image: url(graphics/green-button-over.png);
}

.graydropdown {
}

.graydropdown a {
	font-family: Rockwell, Coustard, Courier, Georgia;
	background-color: #666;
	margin-left: 12px;
	font-size: 11px;
	color: #FFF;
	width: 170px;
	display: block;
	text-decoration: none;
	padding-top: 8px;
	margin-bottom: 1px;
	line-height: 12px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.graydropdown a:hover {
	text-decoration: none;
	background-color: #066;
}

.select-graydropdown {
	font-family: Rockwell, Coustard, Courier, Georgia;
	background-color: #066;
	margin-left: 12px;
	font-size: 11px;
	color: #FFF;
	width: 170px;
	display: block;
	text-decoration: none;
	padding-top: 8px;
	margin-bottom: 1px;
	line-height: 12px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.rightcol .greenbutton {
}

.rightcol .greenbutton a {
	background-image: url(graphics/green-button-up.png);
	height: 38px;
	width: 199px;
	font-family: Rockwell, Coustard, Courier, Georgia;
	color: #FFF;
	line-height: 34px;
	text-align: center;
	font-size: 13px;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 2px;
	display: block;
	text-decoration: none;
}

.rightcol .greenbutton a:hover {
	background-image: url(graphics/green-button-over.png);
	text-decoration: none;
}

.select-greenbutton {
	background-image: url(graphics/green-button-down2.png);
	height: 38px;
	width: 199px;
	font-family: Rockwell, Coustard, Courier, Georgia;
	color: #FFF;
	line-height: 38px;
	text-align: center;
	font-size: 13px;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 2px;
	display: block;
	text-decoration: none;
}

.select-greenbutton a {
	}

.select-greenbutton a:hover {
	background-image: url(graphics/green-arrow-over.png);
}

.rightcol .greenarrow {
	color: #FFF;
	float: left;
	margin-top: 10px;
}

.rightcol .greenarrow a {
	background-image: url(graphics/green-arrow-up2.png);
	height: 38px;
	width: 300px;
	font-family: Rockwell, Coustard, Courier, Georgia;
	color: #FFF;
	line-height: 34px;
	text-align: center;
	font-size: 13px;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 2px;
	display: block;
	text-decoration: none;
	text-indent: -5px;
}

.rightcol .greenarrow a:hover {
	background-image: url(graphics/green-arrow-over2.png);
	color: #FFF;
	text-decoration: none;
}

.rightcol {
	margin: 0px;
	float: left;
	width: 730px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.rightcol a {
	color: #0A8080;
	text-decoration: none;
}

.rightcol a:hover {
	text-decoration: underline;
}

.home-rightfloat {
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 5px;
}

.wrapper-footer {
	background-color: #CCC;
	width: 100%;
	background-image: url(graphics/BG-bottom-dark-checker.png);
	background-repeat: repeat;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #911008;
	clear: both;
}

.footer {
	height: 100%;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #FFF;
	padding-left: 200px;
	margin-top: 20px;
	margin-bottom: 10px;
}
