body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #EEEEDD;
	background-image: url(images/layout/bg_0.gif);
	background-repeat: no-repeat;
}
a:link {
	color: #CC3366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC3366;
}
a:hover {
	text-decoration: underline;
	color: #CC3366;
}
a:active {
	text-decoration: none;
	color: #FF3366;
}
.bigbox {
	position:absolute;
	left: 325;
	top: 30;
	width: 400px;
	padding-bottom: 40px;
}
.contentbox {
	position:relative;
	left: 0;
	width: 400px;
	background-image: url(images/layout/contentbox_sides.gif);
	background-repeat: repeat-y;
	text-align: left;
	vertical-align: top;
	margin-bottom: 10px;
}
.title1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	line-height: 30px;
	color: #CC3366;
	margin-bottom: 10px;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #CC3366;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.bodytx {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #002222;
	padding-right: 20px;
	padding-left: 25px;
	padding-bottom: 10px;
}
.bodytx h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	line-height: 30px;
	color: #CC3366;
	margin-bottom: 10px;
	font-weight: normal;
}
.bodytx h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #CC3366;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}
.menu {
	position:absolute;
	top: 342px;
	left: 0;
	text-align: left;
	vertical-align: top;
	width: 325px;
	height: 280px;
}
.bottombox {
	position:absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 20px;
	padding-left: 30px;
	background-color: #CC3366;
	vertical-align: middle;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: EEEEDD;
	text-transform: uppercase;
	background-image: url(images/layout/bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.bottombox a:link {
	color: #EEEEDD;
	text-decoration: none;
}
.bottombox a:visited {
	text-decoration: none;
	color: #EEEEDD;
}
.bottombox a:hover {
	text-decoration: none;
	color: #EEEEDD;
}
.bottombox a:active {
	text-decoration: none;
	color: #EEEEDD;
}
.download {
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	border-color: #003344;
	border-style: solid;
	border-width: 1px;
}
.picleft {
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 3px;
	float: left;
}
.picright {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 3px;
	float: right;
	border-color: #BC9F82;
	border-style: solid;
	border-width: 1px;
	padding: 2;
}

