@media print {
	BODY {
		margin: 0;
		padding: 0;
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-size: 14px;
		line-height: 18px;
		background-color: #FFF;
	}

	.screenonly {
		display: none;
	}
}

@media screen {
	BODY {
		margin: 0;
		padding: 0;
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-size: 14px;
		line-height: 18px;
		background-color: #D1DCF1;
		/*background-color: #e2e9f4;*/
	}
	
	.printonly {
		display: none;
	}
}

TABLE, TD {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

INPUT, TEXTAREA {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
}

H1 {
	display: inline;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 28px;
	color: #b43b96;
	font-weight: normal;
	line-height: normal;
}

H2 {
	display: inline;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 24px;
	color: #b43b96;
	font-weight: normal;
	line-height: normal;
}

H3 {
	display: inline;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	color: #b43b96;
	line-height: normal;
	font-weight: normal;
}

H4 {
	display: inline;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: normal;
}

HR {
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	border: 0 solid #CCC;
}

P.indent {
	margin-left: 3em;
}

.size36 {
	font-size: 36px;
}

.size30 {
	font-size: 30px;
}

.size24 {
	font-size: 24px;
}

.size18 {
	font-size: 18px;
}

.size16 {
	font-size: 16px;
}

.size14 {
	font-size: 14px;
}

.size12 {
	font-size: 12px;
}

.size11 {
	font-size: 11px;
}

.size10 {
	font-size: 10px;
}

.size9 {
	font-size: 9px;
}

/*----------------------------------------------------------------------------------*/
/* Page Layout																		*/
/*----------------------------------------------------------------------------------*/
.pagewrapper {
	width: 780px;
	background-color: #fff;
	height: 100%;
}

.navbar {
	border-bottom: 5px solid #b43b96;
	margin-bottom: 1px;
}

.footer {
	width: 780px;
	border-top: 1px solid #ccc;
	color: #666;
	background-color: #f3f3f3;
	font-size: 11px;
}

.footer TD {
	border-top: 4px solid #e3e3e3;
	color: #666;
	padding: 30px 10px;
	line-height: normal;
}

/*----------------------------------------------------------------------------------*/
/* Back to top																		*/
/*----------------------------------------------------------------------------------*/
.backtotop {
	font-size: 10px;
	color: #b43b96;
}

.backtotop A:link, .backtotop A:visited {
	color: #b43b96;
}

.backtotop A:hover, .backtotop A:active {
	color: #E36CC4;
}

/*----------------------------------------------------------------------------------*/
/* Photobox																			*/
/*----------------------------------------------------------------------------------*/
.photobox {
	border: 1px solid #ccc;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #666;
}

.photobox TD {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #666;
}

/*----------------------------------------------------------------------------------*/
/* Lists																			*/
/*----------------------------------------------------------------------------------*/
.compactlist {
	margin-top: 0;
	margin-left: 25px;
	padding-left: 0;
}

.spacedlist LI {
	margin-bottom: 16px;
}

.slightspacedlist LI {
	margin-bottom: 8px;
}

.arrowlist {
	list-style: none url(/images/main/li-arrow.gif);
}

.arrowlist LI {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 16px;
	padding-left: 10px;
	margin-left: 0;
}

/*----------------------------------------------------------------------------------*/
/* Colors																			*/
/*----------------------------------------------------------------------------------*/
.color1 {
	color: #b43b96;
}

.color2 {
	color: #000000;
}

.color3 {
	color: #E9ACD9;
}

.red {
	color: #f00;
	font-weight: bold;
}

.error {
	color: #f00;
}

.fineprint {
	font-size: 12px;
	color: #666;
}

.border1 {
	border: 1px solid #aaa27c;
}

.border2 {
	border: 1px solid #3d8cc9;
}


/*----------------------------------------------------------------------------------*/
/* Links																			*/
/*----------------------------------------------------------------------------------*/
A:link {
	color: #124c9e;
	text-decoration: underline;
}

A:visited {
	color: #003399;
	text-decoration: underline;
}

A:active {
	color: #0066CC;
	text-decoration: underline;
}

A:hover { 
	color: #0066CC;
	text-decoration: underline;
}

/*----------------------------------------------------------------------------------*/
/* Header																			*/
/*----------------------------------------------------------------------------------*/
.header {
	position: relative;
	width: 780px;
	height: 120px;
	background-image: url(/images/main/header.gif);
	background-repeat: no-repeat;
}

.headerpeel {
	position: absolute;
	top: 0;
	right: 0;
	width: 135px;
	height: 70px;
}

.header IMG {
	display: block;
}

/*----------------------------------------------------------------------------------*/
/* Subheader																		*/
/*----------------------------------------------------------------------------------*/
.subheader {
	height: 75px;
	background-color: #b43b96;
	background-image: url(/images/main/subheaderbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 10px 25px 7px;
	text-align: left;
	vertical-align: bottom;
}

.subheader H1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	font-weight: normal;
}

/*----------------------------------------------------------------------------------*/
/* Body Content																		*/
/*----------------------------------------------------------------------------------*/
.bodycontent, .bodycontent TD, .bodycontent DIV {
	color: #333;
	padding-bottom: 0;
}

.bodycontent_tween {
	padding-bottom: 0;
}

.bodycontent_footer {
	padding: 0;
	height: 75px;
}

/*----------------------------------------------------------------------------------*/
/* Rightbar																			*/
/*----------------------------------------------------------------------------------*/
.rightbar {
	background-image: url(/images/main/rightbarbg.jpg);
	background-repeat: no-repeat;
	background-color: #b43b96;
	width: 250px;
	overflow: hidden;
	padding-bottom: 0;
}

.rightbar_tween {
	background-color: #b43b96;
	width: 250px;
	padding-bottom: 0;
}

.rightbar_footer {
	background-color: #b43b96;
	width: 250px;
	padding: 0;
	height: 75px;
}

.rightbar, .rightbar TD, .rightbar_tween, .rightbar_tween TD {
	font-size: 10pt;
	color: #fff;
}

.rightbar A, .rightbar A:link, .rightbar A:visited,
.rightbar_tween A, .rightbar_tween A:link, .rightbar_tween A:visited {
	color: #ffccf2;
	text-decoration: underline;
}

.rightbar A:hover, .rightbar A:active
.rightbar_tween A:hover, .rightbar_tween A:active {
	color: #fff;
	text-decoration: underline;
}

.rightbar_caption {
	padding: 5px 0;
	color: #E9ACD9;
	font-size: 12px;
	line-height: normal;
	text-align: center;
}

/*----------------------------------------------------------------------------------*/
/* Navigation Menu																	*/
/*----------------------------------------------------------------------------------*/
.vert_menu {
	position: absolute;
	visibility: hidden;
	display: none;
	border-style: solid;
	border-color: #424242 #000 #000;
	border-width: 1px 2px 2px 1px;
	width: 200px;
}

.vert_menu a {
	width: 100%;
	display: block;
	float: none;
	line-height: normal;
	background-color: #333;
	background: url('/images/main/menus.gif') 100% 100px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

.vert_menu a:visited {
	color: #FFF;
	text-decoration: none;
}

.vert_menu a:hover {
	color: #FFF;
	text-decoration: none;
	background-position: 100% 50px;
}

.vert_menu a.parent {
	color: #FFF;
	text-decoration: none;
	background-position: 100% 0px;
}

.vert_menu a.active,
.vert_menu a.active:hover {
	color: #FFF;
	text-decoration: none;
	background-position: 100% 150px;
}

.menu_item_pad {
	padding: 8px 15px 5px 14px;
}

/*----------------------------------------------------------------------------------*/
/* Photos																			*/
/*----------------------------------------------------------------------------------*/
.photo {
	border: 1px solid #ccc;
	padding: 15px;
	text-align: center;
}

.caption {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	color: #666;
}

.rightbar .caption {
	margin: 5px 0;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	color: #E9ACD9;
}

/*----------------------------------------------------------------------------------*/
/* Rightbox																			*/
/*----------------------------------------------------------------------------------*/
.rightbox {
	padding: 1px 20px;
	color: #fff;
	background-color: #BE439F;
	border-color: #CD65B3;
	border-width: 1px;
	border-style: solid;
}

.rightbox TD {
	background-color: #BE439F;
}

.rightbar HR, .rightbox HR {
	color: #CD65B3;
	background-color: #CD65B3;
	height: 1px;
	border: 0 solid #CD65B3;
}

.rightbar .subtext, .rightbar_tween .subtext, .rightbar .subtext A, .rightbar_tween .subtext A {
	color: #E9ACD9;
	font-size: 11px;
	line-height: normal;
}

/*----------------------------------------------------------------------------------*/
/* Asidebox																			*/
/*----------------------------------------------------------------------------------*/
.asidebox {
	padding: 1px 20px;
	background-color: #e3e3e3;
	border: 1px solid #e3e3e3;
}

/*----------------------------------------------------------------------------------*/
/* Coupon																			*/
/*----------------------------------------------------------------------------------*/
.coupon {
	border: 2px dashed #25344D;
}

/*----------------------------------------------------------------------------------*/
/* Tables																			*/
/*----------------------------------------------------------------------------------*/
.rowtable {
	margin: 0 0 25px 25px;
}

.rowtable TD {
	padding: 0 8px 15px 0;
	line-height: normal;
	vertical-align: top;
}
