*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff;
	color: #000000;
	font-size: 85%;
	font-family: "verdana";
}

img
{
	border: 0;
}

#topouter
{
	width: 100%;
	height: 50px;
	background: url('../images/design_04.jpg') repeat-x;
}

#topinner
{
	margin: 0 auto;
	width: 772px;
	height: 50px;
}

#topleft
{
	float: left;
	background: url('../images/design_02.jpg') no-repeat;
	height: 50px;
	width: 286px;	
}

#menu
{
	float: right;
	margin-top: 13px;
	height: 27px;
	width: 486px;
}

#menu ul
{
	height: 27px;
	border-left: 1px solid #224879;
}

#menu ul li
{
	list-style-type: none;
	display: inline;
}

#menu ul li a
{
	float: left;
	padding-left: 9px;
	padding-right: 9px;
	border-right: 1px solid #224879;
	text-decoration: none;
	color: #3671BF;
	text-transform: uppercase;
	font-size: 75%;
	line-height: 27px;
}

#menu ul li a:hover, #menu ul li a.active
{
	background: #3671BF;
	color: #ffffff;
}

#bannerouter
{
	width: 100%;
	height: 210px;
	background: url('../images/design_05.jpg') repeat-x;
	border-bottom: 1px solid #333333;
}

#bannerinner
{
	margin: 0 auto;
	width: 772px;
	height: 210px;
}


#banner
{
	float: left;
	width: 772px;
	height: 210px;
	background: url('../images/design_06.jpg') no-repeat;
}

#banner ul
{
	list-style-type: none;
}


#topspacer, #bottomspacer
{
	width: 100%;
	height: 10px;
	background: #C5C5C5;
	border-bottom: 1px solid #224879;
}

#maincontainer
{
	margin: 0 auto;
	font-size: 80%;
	line-height: 20px;
	width: 740px;	
}

#maincontainer h1
{
	font-size: 120%;
	color: #224879;
	padding-bottom: 5px;
	padding-top: 10px;
}

#maincontainer h2
{
	font-size: 120%;
	color: #224879;
	padding-bottom: 5px;
}

#maincontainer p
{
	margin-bottom: 10px;
}

#maincontainer ul
{
	list-style-type: none;
}

#maincontainer ul li
{
	margin-left: 4px;
	margin-bottom: 4px;
}

#bottomblue
{
	margin: 0 auto;
	width: 100%;
	background: #3671BF;
	border-top: 1px solid #224879;
	border-bottom: 1px solid #224879;
}

#bottombluecontainer
{
	letter-spacing: 1px;
	line-height: 20px;
	margin: 0 auto;
	font-size: 80%;
	color: #ffffff;
	width: 760px;	
	padding-top: 5px;
	padding-bottom: 5px;
}

#bottombluecontainer a
{
	color: #ffffff;
}

#copyright
{
	line-height: 20px;
	margin: 0 auto;
	font-size: 65%;
	text-align: center;
	width: 740px;	
	height: 40px;
	color: #224879;
	text-decoration: none;
}

#block
{
	width: 200px;
	float: right;
	margin: 10px 0px 0px 10px;
}

#block img
{
	padding: 5px;
	margin: 10px 0px 10px 10px;
	border: 1px dashed #224879;
}

fieldset
{
	border: 0px;
}

.gallery
{
	float: left;
	padding: 5px;
	margin: 5px;
	border: 1px dashed #224879;
}

#copyright a
{
	color: #224879;
	text-decoration: none;
}