body{
	color: #6a6b6c;
	margin: 0;
	font-family: Verdana, Helvetica, Arial;
	background-color: white;
}

#wrapper{
	width: 100%;
	height: 100%;
	background-image: url('../images/vertbg.jpg');
	background-repeat: repeat-x;
}

#content{
	margin: 0 auto;
	width: 800px;
	height: auto;
	background-color: white;
}

#topbar{
	width: 100%;
	height: 5px;
	background-color: #0b5da8;
}

#bottombar{
	color: white;
	font-size: 10px;
	width: 100%;
	height: 25px;
	background-color: #0b5da8;
	float: left; /* fixes gap between divs in firefox */
	display: block; /* fixes gap between divs in firefox */
	clear: left;
}
#footer{
	margin-top: 5px;
	margin-left: 15px;
}

#footer p{
	margin: 0;
	padding: 0;
}

#menu{
	background-image: url('../images/navbg.jpg');
	background-repeat: no-repeat;
	color: white;
	font-size: 14px;
	width: 800px;
	height: 25px;
}
.shadowleft{
	background-image: url('../images/shad1.gif');
	background-repeat: repeat-y;
}

#menu ul
{
	margin: 0;
	padding: 0;
	width: 700px;
	display: inline;
	float: left;
	list-style: none;
	height: 25px;
}

.italics{ font-style: italics;}

#menu ul li
{
	float: left;
	padding-top: 5px;
	padding-left: 20px;
	margin: 0;
} 

#menu .activepage{
	color: #04437b; text-decoration: none; font-weight: bold;
}

#menu a {color: white; text-decoration: none; font-weight: bold;}
#menu a:link {color: white;}
#menu a:visited {color: white;}
#menu a:hover {color: #04437b;}
#menu a:active {color: #04437b;}

#breadcrumb{
	width: 780px;
	height: 20px;
	text-align: right;
	font-size: 10px;
	color: #1f82db;
	font-weight: bold;
	border-bottom: thin dotted #1f82db;
	border-left: thin solid #1f82db;
	border-right: thin solid #1f82db;
	margin-right: 10px;
	padding-right: 10px; /*for firefox*/
}

.contentwrapper{
	width: 780px;
	height: auto;
	margin: 0;
	padding: 0;
	border-left: thin solid #1f82db;
	border-right: thin solid #1f82db;
}

#pageheader{
		font-size: 16px;
		font-weight: bold;
		color: #1f82db;
		margin-left: 10px;
		margin-top: 10px;
}

#pageheader p{
	margin: 0;
}

#content_inner{
	width: 765px;
	margin-left: 15px;
	margin-top: 20px;
	font-size: 12px;
}

#content_inner ul{
	list-style-image: url('../images/bullet.gif');
}

#content_inner p{
	margin-top: 0;
}

img.floatLeft{
	float: left;
}
img.floatLeft2{
	float: left;
	margin-right: 10px;
}
.floatleftblock{
	float: left;
	display: block;
}
.floatright{
	float: right;
	display: block;
}
.floatleftblock ul{
	margin-top: 0;
	padding-top: 0;
}

.clearfloat{
	clear: both;
}

.column{
	width: 240px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

a.blue {color: #04437b; text-decoration: none; font-weight: bold;}
a.blue:link {color: #04437b;}
a.blue:visited {color: #04437b;}
a.blue:hover {color: #04437b; text-decoration: underline;}
a.blue:active {color: #04437b;}


.column a {color: #04437b; text-decoration: none; font-weight: bold; font-size: 10px;}
.column a:link {color: #04437b;}
.column a:visited {color: #04437b;}
.column a:hover {color: #04437b; text-decoration: underline;}
.column a:active {color: #04437b;}

.column img{
	padding-right: 5px;
}

#footer a.one {color: #f09020; text-decoration: none; font-size: 10px;}
#footer a.one:link {color: #f09020;}
#footer a.one:visited {color: #f09020;}
#footer a.one:hover {color: #f09020; text-decoration: underline;}
#footer a.one:active {color: #f09020;}

.borderRight{
	border-right: thin solid #cde3f6;
}