/*==== Stylesheet for www.oshinc.com - OSH, inc. - valid css 2.0 ====*/

/*----begin basic styles----*/

* {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
}

body {
	padding-top: 20px; 
	background: url(images/bg.jpg) no-repeat top left #37587B;
}

p { 
	margin-top: 0px;	
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #385A7B;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #6F1826;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #BCC9DC;
	margin: 0px 0px 5px 0px;
}

h4 {
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0px 5px 0px;
}

a {
	text-decoration: none;
	color: #6F1826;
	line-height: 1.8em;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a img {
	border: 0px;
}

/*----end basic styles----*/

/*----begin class styles----*/

.hidden {
	display: none;
}

.line {
	height: 32px;
	width: 176px;
	background: url(images/line.jpg) no-repeat top left;
}

.highlight {
	font-weight: bold;
}

.alert {
	font-weight: bold;
	color: #FF0000;
}

.mid_content {
	padding: 0px 10px 0px 10px;
}

/*----end class styles----*/

/*---- begin id styles----*/

#container {
	position: relative;
	margin: auto;
	padding: 0px;
	width: 750px;
	background: url(images/cont_bg.gif) repeat-y top left;
}

/*----begin header styles----*/

#header {
	position: relative;
	width: 750px;
	background: url(images/header.jpg) no-repeat top left;
}

#info {
	position: relative;
	text-align: right;
	font-size: 10px;
	color: #6F1826;
	padding: 2px 10px 0px 0px;
	margin: 0px;
}

/*----end header styles----*/

/*----begin left side styles----*/

#sideL {
	position: relative;
	top: 0px;
	float: left;
	width: 289px;
	padding: 122px 15px 15px 15px;
}

/*----end left side styles----*/

/*----begin right side styles----*/

#sideR {
	position: relative;
	top: 0px;
	float: right;
	width: 431px;
}

/*----begin middle section styles----*/

#middle {
	float: left;
	width: 176px;
	padding: 250px 0px 0px 0px;
}

#middle p, #middle h4 {
	font-size: 12px;
	color: #fff;
	margin-bottom: 0px;
}

/*----end middle section styles----*/

/*----begin rightmost section styles----*/

#right { 
	float: right;
	width: 235px;
	padding: 305px 10px 10px 10px;
}

#right a {
	font-size: 14px;
}

#right ul {
	margin-left: 0px; margin-top: 0px;
	padding-left: 0px; padding-top: 0px;
}

#right li {
	list-style: none;text-indent: 0px;
}

#right li a:hover {
	background-color: #BCC9DC;
	text-decoration: none;
}

#aed {
	text-align: center;
}

/*----end rightmost section, end right side styles----*/

/*----begin footer styles----*/

#footer {
	position: relative;
	margin: auto;
	text-align: center;
	font-size: 10px;
	padding: 15px 0px 5px 0px;
	width: 750px;
	clear: both;
	background: url(images/footer.gif) no-repeat top left #37587B;
}

#footer a { font-size: 10px; }

#footer a:link {
	color: #BCC9DC;
	text-decoration: none;
}


#footer a:visited {
	color: #BCC9DC;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

/*----end footer styles, end id styles----*/

	
	
	




	
	