#container {
			width: 753px;
			border: 1px solid #546c8a;
			margin-left: auto;
			margin-right: auto;
			font-family: Arial, Helvetica, Sans-serif;
			color: #0695e1;
			font-size: 12px;
			background-image: url('images/smallpanel.jpg');
			background-position: bottom left;
			background-repeat: no-repeat;
		}

#banner {
	height: 125px;
	padding: 0px;
	margin-bottom: ;
}

#navigationstrip {
	height: 30px;
	padding: 0px;
	margin-bottom: ;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#content {
	height: 210px;
	padding: 0px;
}

#bottomcontent {
	padding: 0px;
	margin-bottom: ;
}

.bannercontent {
	padding: 10px;
	text-align: right;
	margin-left: 210px;
}

.bannersidebar-a {
	float: left;
	width: 200px;
	margin: 0;
	margin-right: ;
	padding: 0px;
}


.navigationcontent {
	padding: 0px;
	margin-left: 205px;
	height: 30px;
	background-color: #b5d1e3;
	text-align: right;
}

.navigationsidebar-a {
	float: left;
	width: 200px;
	height: 30px;
	background-color: #66a5cc;
	padding: 0px;
}


.contentcontent {
	padding: 0px;
	margin-left: 205px;
	height: 210px;
	text-align: right;
}

.contentsidebar-a {
	float: left;
	width: 200px;
	height: 210px;
	background-image: url('images/largepanel.jpg');
	background-repeat: no-repeat;
}


.bottomcontent {
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 205px;
	min-height: 470px;
}
#bottomcontent a{
	text-decoration:underline;
}
.bottomsidebar-a {
	float: left;
	width: 200px;
}


#footer {
	clear: both;
	padding: 10px;
	font-weight: bold;
	text-align:center
	color: #0695e1;
}

#righthandside{
	background-color:#fff;
	float:right;
	width:175px;
	border-left:1px solid #999;
	margin-left:10px;
}
.righthandblocks{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	width:165px;
	padding:5px;
	border-bottom:1px dotted #999;
}
.righthandblocks h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	border-bottom: none;
	margin-top: 0px;
	padding-bottom: 0px;
}
.righthandblocks p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* navigation */
#navcontainer { width: 200px; 
}

#navcontainer ul
{
border-top: 3px solid #80bbe8;
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
font-size: 16px;
font-weight: bold;
padding: 5px;
display: block;
margin-bottom: 10px;
color: #0695e1;
border-left: 10px solid #80bbe8;
}

#navcontainer a:link, #navlist a:visited
{

text-decoration: none;
}

#navcontainer a:hover
{

color: #80bbe8;
}

#navcontainercontent ul
{
padding-top: 5px;
margin: 0px;
font-family: arial, helvetica, sans-serif;
}

#navcontainercontent ul li { display: inline; }

#navcontainercontent ul li a
{
color: #4a82a5;
font-weight: bold;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
border-bottom: 4px solid #b5d1e3;
font-size: 14px;
}

#navcontainercontent ul li a:hover
{
	color: #4a82a5;
	font-weight: bold;
	border-bottom: 4px solid #fff;
}

h1{
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #0695e1;
	margin-top: 50px;
	padding-bottom: 14px;
}

h2{
	border-bottom: 3px solid #80bbe8;
	font-size: 16px;
	font-weight: bold;
	color: #0695e1;
	margin-top: 10px;
	padding-bottom: 14px;
}

h3{
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #0695e1;
}

h4{
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
	font-size: 18px;
	padding: 10px;
	line-height:100%;
	margin:0px;
}
h4 a, a:visited{
	color:#fff;
}

/* links */
a:link {
    color: #0695e1;
	text-decoration: none;
}
a:visited {
	color: #0695e1;
	text-decoration: none;
}
a:hover {
	color: #0695e1;
	text-decoration: underline;
}
a:active {
	color: #0695e1;
	text-decoration: none;
}
.float_left{
	float:left;
}

.float_right{
	float:right;
}

/* ________________
	FORM STYLES
   ----------------  */
  .form_float_right{float:right;padding-right:65px;}
  .lbl {font-family:Arial, Helvetica, sans-serif;font-size:12px;width:100px;float:left;margin:5px 10px;;text-align:left;}
  .obj {width:100px;float:left;text-align:left;}
  .sec {clear:both;}