/* CSS Document */

body {
	background-color:#383b6d;
	text-align:center;
	background-image:  url("images/photobar.jpg");
	background-repeat: repeat-x;
	background-position: left 225px;
}

#container {
	position:absolute;
	left: 100px;
	top: 150px;
	width: 806px;
	padding: 0px;
	margin: 10px;
}

#logo {
	width: 400px;
	height: 100px;
	position:absolute;
	top:50px;
	left: 100px;
}

#contents {
	padding:15px;
	margin:0px;
	background-color:#FFFFFF;
}
#contents li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:left;
}
#contents ul {
	line-height: 15px;
}
#contents a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration: underline;
}
#around-contents {
	padding:0px;
	margin:0px;
}
#leftcolumn {
	float: left;
	width: 450px;
}
#rightcolumn {
	float:right;
	width:300px;
}
#rightcolumn li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	list-style-type: disc;
}
#bottomcontent {
	clear:both;
}
#menu {
	text-align:center;
	height: 26px;
	padding: 0px;
	margin: 0px;
	width: 806px;
	background-color:#9B9B9B;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #383B6D;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #383B6D;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#383B6D;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
}
h5 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration: underline;
}
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#thicktabs{
margin: 0;
padding: 0;
text-align:center;
font: bold 10px Arial, Helvetica, sans-serif;
border-left-color:#9B9B9B;
width:auto;

}

#thicktabs li{
display: inline;
padding: 0px;
margin: 0px;

}

#thicktabs li a{
float: left;
margin: 0px;
color: #383B6D;
padding: 5px 8px; /*padding of tabs*/
text-decoration: none;
background: transparent url("images/graygrad.gif") bottom right no-repeat;
border-bottom: 3px solid; /*thick bottom border below tabs*/
border-bottom-color:#666666;
border-left:: 1px solid #666666;
border-right: 1px solid #666666;

}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #d3bdbe; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #d3bdbe; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:hover{
color:#999999;
background-image:  url("images/bluegrad.gif"); /*background image swap on hover*/
border-bottom-color:#2c2e54;
}

#footer {
 height:45px;
 width:786px;
 background-image:url(images/footer2.gif);
 /*background:#5c755e;*/
 /*background-color: #9B9B9B;*/
 margin:0;
 padding-left: 10px;
 padding-right:10px;
 padding-top: 2px;
 clear:both;
 text-align:center;
}
#footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	font-weight: bold;
	text-decoration: underline;
}
#bottom {
	clear: both;
	height:25px;
}

[if IE]>

p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}

<![endif]
