/**************** Body and tag styles ****************/
body {
font-size:12px;
font-family:Arial;
color: black;
text-align: center;
background-image:url(images/bkg_yellow.gif);
margin:0;
padding:0;
background-position:fixed;
}

/**************** Header ****************/
#header{
position:relative;
float:left;
height:132px;
float:left;
width:754px;
margin:0px;
padding:0px;
background-image:url(images/header_logo.png);
background-repeat:no-repeat;
}
#wrapper {
display:table;
width:754px;
margin:auto;
text-align:left;
border:1px solid blue;
height:400px;
background:#FFFFFF;
position:relative;
}
/*****************Navigation*******************/
#sidebar {
float:left;
width:150px;
background-color:#0033FF;
height:100%;
}
#sidebar p
{
height:10px;
}
#sidebar ul
{
margin-top:0px;
margin-left:0px;
padding:0px;
}
#sidebar li
{
position:relative;
float:left;
list-style-type:none;
height:30px;
text-align:left;
width:150px;
}
#sidebar li a
{
display:block;
font-size:15px;
font-weight:bold;
font-family:Comic Sans MS, Verdana, Helvetica, Arial, sans-serif;
text-decoration:none;
color:#000000;
height:30px;
width:150px;
padding-left:30px;
padding-top:5px;
}
#sidebar li a:hover
{
font-size:18px;font-weight:bolder;
}

#sidebar .orange{
	background:#FF9933;
}
#sidebar .green{
	background:#99CC33;
}
#sidebar .yellow{
	background:#FFFF00;	
}
#sidebar .red{
	background:#CC3366;
}
#sidebar .purple{
	background:#CC44CC;	
}
#sidebar .blue{
	background:#6677FF;
}
#sidebar .aqua{
	background:#33CCCC;
}
#sidebar .tan{
	background:#CCBA67;	
}
/*****************Content*******************/
#main {
float:right;
width:602px;
height:100%;
}

#main p
{
font-size:12px;
font-weight:normal;
padding-left:30px;
padding-right:30px;
}

#main h1
{
	font-size:18px;
	color:#3366CC;
	font-weight:bold;
	padding-left:30px;
}

#main h2
{
	font-size:14px;
	color:#3366CC;
	font-weight:bold;
	padding-left:30px;
}

#main h3
{
	font-size:14px;
	color:#000000;
	font-weight:bold;
	padding-left:30px;
}

#main table
{
	text-align:left;
	width:546px;
	font-size:12px;
	font-weight:normal;
}
/*********************Footer***************************************/
#footer{
position:relative;
margin:auto;
padding:0px;
width:754px;
display:table;
height:9px;
min-height:9px;
max-height:9px;
background-image: url(images/blue_bar.png);
font-size:9px;
font-weight:bold;
text-align:center;
color:#000000;
border-left:1px solid blue;
border-right:1px solid blue;
border-bottom:1px solid blue;

}

