

body {
	padding: 0;
	background: url(images/img1.gif);
	font: normal small Arial, Helvetica, sans-serif;
	line-height: 17px;
}
.pageborder
{
	width: 700px;
	margin:20px auto;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}
.headerbox1 {
	float:left;
	padding:3px 0px 3px 0px;
	z-index:5;
	width: 140px;
	position:relative;
	left: 35px;
	top: 141px;
	font-size:14px;
	line-height: 17px;
	text-align: center;
	}
.headerbox2 {
	float:left;
	padding:3px 0px 3px 0px;
	z-index:6;
	width: 130px;
	position:relative;
	left: -50px;
	top: 154px;
	font-size: 14px;
	}

h1, h2, h3 {
	color: #006699;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #006699;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

img {
	border: none;
}

/* Header */


#header {
	width: 700px;
	height: 200px;
	margin: 0 auto;
	background: url(images/logo.jpg);
}

#header * {
	margin: 0;
	text-decoration: none;
	color: #999966;
}

#header h1 {
	float: left;
	padding: 150px 0 0 20px;
	font-size: 2em;
}

#header h2 {
	float: left;
	padding: 150px 0 0 25px;
	font-size: 1em;
}

/* Menu */


#awmAnchor-menu {
	width: 700px;
	height: 41px;
	margin: 0 auto;
	background: #2E2E2E url(images/img3.gif);
}

#awmAnchor-menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #CCCCCC;
}

#awmAnchor-menu a:hover, #awmAnchor-menu .active a {
	background: url(images/img4.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: url(images/img5.gif);
}

#colOne {
	float: left;
	width: 190px;
	padding: 20px 10px 0 10px;
}

#colTwo {
	float: left;
	width: 330px;
	padding: 20px 10px 0 10px;
	background-color: #FFFFFF;
}

#colThree {
	float: right;
	width: 120px;
	padding: 20px 10px 0 10px;
	background-color: #CCCC99;
}

#colTwoThree {
	float: right;
	width: 470px;
	padding: 20px 10px 0 10px;
	background-color: #FFFFFF;
}

/* Footer */

#footer {
	width: 700px;
	height: 20px;
	margin: 0 auto;
	padding: 0px 0;
	background-color: #006699;
	font-size: smaller;
}

#footer * {
	color: #000000;
}