body, html {
	background-color:#48647f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	text-align: center; /*** Centers the design in old IE versions ***/
}

body {
	margin-top:0px;
	font-size: 70%;
}

p {
	padding: 3px 0 3px 0;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h1 a, #header h2{
	color: #fff;
}

.clear { 
	clear: both;
}

#mainContainer {
	width: 800px;
	margin: 0 auto; /*** Centers the design ***/
	min-height: 300px;
	background: #94c0f1;
	border-left: #495e78 5px solid;
	border-right: #b9c7d4 5px solid;
	border-top: #b9c7d4 5px solid;
	border-bottom: #495e78 5px solid;
	text-align: left; 
}

* html #mainContainer {
	height: 300px;
}

#header {
	height:136px;
	min-height:136px;
}

.outer {
	padding-left: 0px;  
}

* html .outer {
}

.inner {
	width: 595px;
}

* html .inner {
	width: 100%;
}

.float-wrap {
	float: left;
	width: 800px;
	margin-left: 0px;
	background-image:url(../images/sidebar.jpg);
	background-repeat:repeat;
}

* html .float-wrap {
}

#content {
	float: right;
	width: 670px;
	background: #96c1f6;
}

#rightContent {
	margin-top:1em;
	float: right;
	width: 320px;
}

#leftContent {
	float: left;
	width: 320px;
}

* html #content {
position: relative;
}

.contentWrap {
	padding: 0px 8px;
	background: #96c1f6;
}

#left {
	float: left;
	width: 130px;
	background-image:url(../images/sidebar.jpg);
	min-height: 100%;
	padding: 0px;
}

html #left {
	position: relative;
	height: 100%;
}

#left ul {
	list-style: none;
	padding-bottom: 4px;
}

#right {
	float: right;
	width: 750px;
	background: #cfc;
	padding: 5px;
	height: 40px;
	margin-left: -165px;
}

* html #right {
	position: relative;
}

#right ul {
	list-style: none;
}

#right li {
	display: inline;
	padding-right: 15px;
}

#footer {
	width: 600px;
	margin: auto;
	margin-bottom:5px;
	text-align: center;
	background-color: #94c0f1;
}

.hlinks {
	font-size: .8em;
	color:#FFFFFF;	
}
.pic_pad {
	margin-top:12px;
	margin-bottom:13px;
	margin-right: 50px;
}

.pic-noframeR {
	margin:0.5em 0.5em;
	padding: 2px;
	float:right;
}

.pic-noframeL {
	margin: 0.5em 0.5em 0.5em 0.5em;
	padding: 2px;
	float:left;
}

.pic-frameR {
	margin:0.5em 0.5em;
	border: #006699 solid 3px;
	padding: 2px;
	background-color:#d7e8fc;
	float:right;
}

.pic-frameL {
	margin: 0.5em 0.5em 0.5em 0.5em;
	border:#006699 solid 3px;
	padding: 2px;
	background-color:#d7e8fc;
	float:left;
}

.pic-frameM {
	border:#006699 solid 3px;
	padding: 2px;
	background-color:#d7e8fc;
}

a {
	text-decoration: none;
	color: Black;
	font-weight:normal;
}

a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}
