body{
	padding:0px;
	margin:0px;
	background-color:#ffffff;
	color:#333333;
	font-family:trebuchet ms, arial, verdana, helvetica;
	font-size:12px;
}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.eighthundred{
	width:800px;
}

#leftColumn{
	width:15px;
	background: #ffffff url('../images/left_shadow.png') repeat-y;
}

#rightColumn{
	width:15px;
	background: #ffffff url('../images/right_shadow.png') repeat-y;
}

#middleColumn{
	width:770px;
	background: #ffffff;		
}

#footerPanel{
	width:800px;
	height:145px;
	background: #ffffff url('../images/footer_shadow.jpg') no-repeat;
}

#header{
	width:770px;
}

#contentOne{
	width:770px;
	min-height:543px;
	background:url('../images/content_bg_one.jpg') no-repeat;
}
#contentTwo{
	width:770px;
	min-height:509px;
	padding:0px;
	background:url('../images/content_bg_two.jpg') no-repeat;
}

div.topmenu{
	width:770px;
	height:43px;
	background: #ffffff url('../images/topmenu_bg.jpg') no-repeat;	
}
div.topmenu ul{
	margin:0;
	padding: 0px 4px 0px 6px;
	list-style:none;	
}
div.topmenu ul li{
      display:inline;
      margin:0;
      padding:0;
}
div.topmenu ul li a{
	float:left;
    margin:0;
    padding:0px;
   	text-decoration:none;
    height:43px;
    background:url('../images/topmenu_hover.gif') repeat-x;
}
div.topmenu ul li a:hover{
	cursor:pointer;
	text-decoration:none;
	background-position:0% -86px;
}
div.topmenu ul li a span{
	float:left;
	display:block;
	padding:12px 20px 0px 20px;
	font-family: trebuchet ms, arial;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

div.topmenu ul li a.on{
	color:#ffffff;
	background-position:0% -43px;    
}
div.topmenu ul li a.on span{
	color:#ffffff;
}


/* submenu */

div.submenu{
	width:770px;
	height:34px;
	background: #ffffff url('../images/submenu_bg.jpg') no-repeat;	
}

div.submenu ul{
	margin:0;
	padding: 0px 4px 0px 6px;
	list-style:none;	
}
div.submenu ul li{
      display:inline;
      margin:0;
      padding:0;
    color:#ffffff;      
}
div.submenu ul li a{
	float:left;
    margin:0;
    padding:0px;
   	text-decoration:none;
    height:34px;
    background:url('../images/submenu_hover.gif') repeat-x;
}
div.submenu ul li a:hover{
	cursor:pointer;
	text-decoration:none;
	background-position:0% -68px;
}
div.submenu ul li a span{
	float:left;
	display:block;
	padding:12px 20px 0px 20px;
	font-family: trebuchet ms, arial;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

div.submenu ul li a.on{
	background-position:0% -34px;
}
div.submenu ul li a.on span{
	color:#556885;
}

.small{
	font-size:12px;
}
.regular{
	font-size:14px;
}
.medium{
	font-size:18px;
}
.large{
	font-size:24px;
}
h1{
	font-size:24px;	
}

.blue{
	color:#1b65b7;
}
.black{
	color:#333333;
}
