@charset "utf-8";
* {					/* remove browser's default values for padding and margins from all elements*/
	margin: 0;
	padding: 0;
}
body {
	background-color: #E1E1E1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	color: #006633;
	text-transform: uppercase;
}
h3 {
	color: #666666;
	font-size: 16px;
	margin-bottom: 20px;
	letter-spacing: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 780px;
	background-repeat: no-repeat;
	background-position: center top;
}
#menu {
	width: 200px;
	float: left;
	padding-bottom: 200px;
}
#content {
	width: 559px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 20px;
	min-height: 500px;
	height: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1E1E1;
}

#content p {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#wrapper #container #content li {
	margin-left: 40px;
}
#wrapper #container #content ol {
	padding-bottom: 20px;
}
#wrapper #container #content ul {
	padding-bottom: 20px;
}



.mainImg {
	width: 550px;
	padding: 0px;
	margin-bottom: 20px;
	border: 1px solid #999999;
}



.clearer {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}
#wrapper {
	width: 800px;
	background-image: url(images/wrapper.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: auto;
}
#header {
	height: 100px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/dri.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#topbar {
	width: 780px;
	float: left;
	height: 10px;
	margin: 0px;
	padding: 0px;
	background-color: #006633;
}
#header img {			/*OU Signature*/
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	width: 740px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../www/images/lgr_logo.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-color: #FFFFFF;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#shadow {
	width: 800px;
	height: 20px;
	background-image: url(images/shadow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* End */
.pdficon {
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: text-top;
	text-decoration: none;
}
.submenu {
}
.submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 200px;
	font-family: Verdana;
	font-size: 10px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.submenu  ul  li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #666666;
	text-decoration: none;
	padding: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.submenu ul li a:link, .submenu ul li a:visited, .submenu ul li a:active {
	background-color: #CCCCCC; /*background of tabs (default state)*/
}






.sidebarmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 200px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	padding: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}


.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
	background-color: #006633; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
	background-color: #003300;	/*Background of hover*/
}

/*Sub level menu items */
.sidebarmenu ul li ul{
	position: absolute;
	width: 200px; /*Sub Menu Items width */
	top: 0;
	visibility: hidden;
}

.sidebarmenu a.subfolderstyle{		/*right arrow*/
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
	background-position: 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }

