/* (C) Copyright 2005 Zen Templates. All Rights Reserved */

/* ///// Main layout styles and Heading text ////// */
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-x;
}

ul {
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

li {
	line-height: 150%;
}

hr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF8270;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
}
h4 {
	color: #FF6699;
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #A02BA4;
	padding-left: 5px;
}
h6 {
	font-size: 11px;
	font-weight: bold;
	color: #FF6699;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6699;
}

#content h2 {
	font-family: "Lucida Handwriting", Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF8F66;
	padding-left: 10px;
}

#content h3 {

	font-family: "Lucida Handwriting", Georgia, serif;
	font-size: 14px;
	font-weight: bold;
}

#content h4 {
	margin-left: 5px;
}

#menuLeft h2 {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF8270;
	vertical-align: middle;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 0px;
	border-top: 1px double #FFFFFF;
	border-bottom: 1px double #FFFFFF;
}

/* ////// This styles the navigation and links ////// */
a {
	font-weight: bold;
	color: #FF6699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#topNav {
	font-color #fff;
	line-height: 29px;
}

#topNav a {
	padding: 3px;
	border: 1px solid #F3D4F7;
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 2px;
	margin-left: 2px;
}
#topNav a:hover {
	color: #000000;
	background-color: #FF8F66;
	border: 1px solid #FFFFFF;
}

#bottomBar a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
}
#bottomBar a:hover {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#menuLeft a:hover {
	background-color: #FF6699;
	color: #FFFFFF;
}

#menuLeft li {
	list-style-type: none;
	display: block;
}
#menuLeft a {
	text-decoration: none;
	display: block;
	padding-left: 20px;
	padding-bottom: 3px;
	margin-bottom: 2px;
	padding-top: 3px;
	color: #000000;
}

/* ////// This sets the main layout ////// */
#topBar {
	background-color: #FF6699;
	text-align: center;
	padding-left: 200px;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#contentWrap {
	border-right: 1px solid #FF6699;
	background-color: #FFFFFF;
}


/* ////// This styles the main body content ////// */
#menuLeft {
	width: 200px;
	line-height: 14px;
	height: 300px;
	background-color: #F3D4F4;
}
#content {
	vertical-align: top;
	background-color: #FFFFFF;
	padding: 5px;
}

#bottomBar {
	background-color: #FF6699;
	line-height: 29px;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	padding-left: 200px;
}

#content p {
	padding: 0 10px;
	line-height: 150%;
}

/* ////// This styles the copyright text and placement ////// */
#copyright {
	font-size: 9px;
	line-height: 12px;
	color: #999999;
	text-align: center;
	padding-left: 200px;
}



.new {
	font-size: 13px;
	font-style: oblique;
	font-weight: bold;
	color: #ED9A68;
}


#navBottom {
	margin-left: 200px;
}

#menuLeft p {
	padding: 5px;
}