@charset "utf-8";
/* CSS Document */

@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: #000000;
	background-color: #00AEE6;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	background-image: url(../images/bg.jpg);
}
.twoColFixLtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/images/images/OITP-Web-Gradient_02.png);
	background-repeat: repeat-x;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FCFFB2;
	background-image: url(../images/menubarslice_03.png);
	background-repeat: repeat-y;
	background-position: right;
	padding: 15px;
	height: 550px;
}
email {
	height: 145px;
	width: 170px;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #footer {
	background-color: #FCFDFD;
	background-image: url(../images/images/images/OITP-Web-Gradient_02.png);
	background-repeat: repeat-x;
	clear: both;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Code for menu*/
.menu {
	width:200px;
	list-style:none;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 250px;
	background-color: #FCFFB2;
	background-repeat: repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
}
.menu li {
	padding:0;
	height:40px;
	display:block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
.menu li a {
	text-align:left;
	height:40px; 
	padding:0px 25px; 
	font:16px Verdana, Arial, Helvetica, sans-serif; 
	color:rgb(255,255,255); 
	display:block; 
	background:url(../images/verMenuImages.png) 0px 0px no-repeat; 
	text-decoration:none;
}
.menu li a:hover  {
	background:url(../images/verMenuImages.png) 0px -40px no-repeat; 
	color:rgb(255,255,255);	
}
.menu li a.active, .menu li a.active:hover  {
	background:url(../images/verMenuImages.png) 0px -80px no-repeat; 
	color:rgb(255,255,255);
}
.menu li a span  {
	line-height:40px;
}
.picpark {
	line-height: 22px;
}
.picpark li {
	line-height: 20px;
}
.twoColFixLtHdr #container #mainContent #mainimage {
	text-align: center;
}
.style7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}

.boldlarge {
	font-style: italic;
	font-weight: bold;
}
