body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_repeat.jpg);
	background-color: #384d66;
	background-repeat: repeat-x;
}
p,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	color: #000000;
}
h1 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #FFCC33;
	text-decoration: underline;
}
p.alignRight img {
	float: right;
}
p.alignLeft img {
	float: left;
}
p.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	clear:both;
	margin-left: 15px;
}
#navigation {
	position: absolute;
	top: 0 px;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
}
#container {
	position: absolute;
	top: 145px;
	left: 50%;
	width: 800px;
	margin-left: -400px;
}
.boxContainer {
	display: block;
	width: 800px;
}
.boxTopLeft {
	background-image: url(../images/box_tl.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 25px;
	float: left;
}
.boxTopRight {
	background-image: url(../images/box_tr.gif);
	background-repeat:no-repeat;
	background-position: 100% 0;
	width: 25px;
	height: 25px;
	float: right;
}
.boxLeft {
	background-image: url(../images/box_l.gif);
	background-repeat: repeat-y;
	width: 100%;
	float: left;
}
.boxRight {
	background-image: url(../images/box_r.gif);
	background-repeat:repeat-y;
	background-position: 100% 0;
	width: 100%;
	height: 100%;
	float: right;
}
.boxBottomLeft {
	background-image: url(../images/box_bl.gif);
	background-repeat:no-repeat;
	width: 100%;
	float: left;
}
.boxBottomRight {
	background-image: url(../images/box_br.gif);
	background-repeat:no-repeat;
	background-position: 100% 0;
	width: 25px;
	height: 25px;
	float: right;
}
.content {
	margin-right: 25px;
	margin-left: 25px;
}
#buttonContainer {
	width: 165px;
}
.button {
	display: block;
	position: relative;
	width: 100%;
	height: 26px;
	clear: both;
	background-image: url(../images/btn_green_m.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	padding-bottom: 5px;
}
.buttonCapLeft {
	background-image: url(../images/btn_green_l.gif);
	background-repeat: no-repeat;
	display: inline;
	position: relative;
	width: 14px;
	height: 26px;
	float: left;
}
.buttonCapRight {
	background-image: url(../images/btn_green_r.gif);
	background-repeat: no-repeat;
	display: inline;
	position: relative;
	width: 14px;
	height: 26px;
	float: right;
}
.buttonText {
	font-size: 11px;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	height: 26px;
	text-align: center;
	float: left;
}
 a.button:link {
	color: #FFFFFF;
	text-decoration: none;
}
 a.button:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.button:hover {
	color: #FFCC33;
	text-decoration: none;
}
	