/* ------ MEDIA TAG ----- */

@media screen {

body {
	background-image: url(/images/template/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E998C2;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	line-height: 150%;
}

h1 {
	font-size: 250%;
	letter-spacing: -1px;
	font-weight: normal;
	color: #FE0198;
}

h2 {
	font-size: 145%;
	letter-spacing: -1px;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 110%;
}

a {
	color: #FE0198;
}

a:hover {
	color: #FF0000;
}

th {
}

td {
}

hr {
	border: none;
	height: 1px;
	border-top: 1px dotted #FE0198;
	width: 70%;
}

.clear {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.siteContainer {
	margin: 0px auto;
	border-left: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	width: 885px;
	background-color: #FFFFFF;
	background-image: url(/images/template/menu-bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.header {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	width: 659px;
	height: 178px;
	float: left;
	background-image: url(/images/template/header-bg.jpg);
	background-repeat: no-repeat;
}

.header ul {
	margin: 0px;
	padding: 0px 0px 0px 26px;
	font-weight: bold;
	font-size: 13px;
}

.header li {
	list-style-type: none;
	float: left;
	padding-top: 27px;
	padding-bottom: 20px;
}

.header li a {
	padding-left: 13px;
	padding-right: 13px;
	border-left: 2px solid #FFADC8;
	text-decoration: none;
	color: #333333;
}

.header li a:hover {
	color: #FFFFFF;
}

.main {
	border-left: 1px solid #000000;
	width: 579px;
	float: left;
	padding: 30px 40px 60px 40px;
}

.menu {
	width: 214px;
	float: left;
	position: relative;
	top: -179px;
	background-image: url(/images/template/menu-logo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 1px;
	padding: 120px 5px 5px 5px;
	color: #FFFFFF;
}

.menuBlock {
	background-image: url(/images/template/menu-box-header-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	width: 184px;
	padding-top: 7px;
	padding-bottom: 20px;
}

.menuBlock ul {
	margin: 0px;
	padding: 6px 0px 9px 0px;
	text-align: left;
	background-image: url(/images/template/menu-box-footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	list-style-type: none;
}

.menuBlock li {
	background-image: url(/images/template/menu-box-bg.jpg);
	background-repeat: repeat-y;
	font-size: 11px;
}

.menuBlock li a {
	display: block;
	border-top: 1px solid #FFFFFF;
	padding: 4px 10px 0px 20px;
	height: 20px;
	background-image: url(/images/template/menu-arrow-off.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000000;
}

.menuBlock li a:hover {
	background-image: url(/images/template/menu-arrow-on.gif);
	background-repeat: no-repeat;
	background-color: #FFE6EE;
	margin-left: 2px;
	margin-right: 2px;
}

.menuNonBlock {
	text-align: center;
	width: 174px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
}

.footerBar {
	clear: both;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	width: 579px;
	background-color: #FFE6EE;
	padding: 8px 40px 8px 40px;
}

.footer {
	padding: 20px 40px 30px 40px;
	width: 579px;
	border-left: 1px solid #000000;
	font-size: 10px;
	text-align: center;
}


/* ------ NON LAYOUT STYLING ----- */

.more {
	background-image: url(/images/template/star.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 17px;
	clear: both;
}

.contentDate {
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	color: #BBBBBB;
	border-top: 1px dotted #BBBBBB;
}


}

/* ------ END MEDIA TAG ----- */