@charset "UTF-8";
/* Using Font Size */
#demo1 {
	font-size:85%;
}  /*renders 11px */
#demo2 {
	font-size:100%;
} /*renders 13px */
#demo3 {
	font-size:108%;
} /*renders 14px */
#demo4 {
	font-size:123.1%;
} /*renders 16px */
#demo5 {
	font-size:138.5%;
} /*renders 18px */
/* Reset CSS */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial, helvetica, clean, sans-serif;
	/* for IE6/7 */ 
	*font-size:small;
	/* for IE Quirks Mode */
	*font:x-small;
}
/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select, input, button, textarea, button {
	font:99% arial, helvetica, clean, sans-serif;
}
/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}
/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre, code, kbd, samp, tt {
	font-family:monospace;
 *font-size:108%;
	line-height:100%;
}
/* Base CSS */
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;
}
h1, h2, h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1, h2, h3, h4, h5, h6, strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}
abbr, acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
}
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote, ul, ol, dl {
	/*giving blockquotes and lists room to breath*/
	margin:0 0 1em;
}
ol, ul, dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
	font-size: 100%;
	line-height: 140%;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
	font-size: 100%;
	line-height: 140%;
}
dl dt {
	font-size: 108%;
	line-height: 140%;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
	font-size: 100%;
	line-height: 140%;
}
th, td {
	/*borders and padding to make the table readable*/
	padding:.5em;
	font-size: 100%;
	line-height: 140%;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
	font-size: 100%;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
	font-size: 93%;
}
p, fieldset, table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

p {
	font-size: 100%;
	line-height: 140%;
}
td p, li p, li li, li li p, dd p, dd dd, dd dd p {
	font-size: 100%;
	line-height: 140%;
}
/* =========== all =========== */

a:link {
	color: #005CD6;
	text-decoration: none;
}
a:visited {
	color: #005CD6;
	text-decoration: none;
}
a:hover {
	color: #005CD6;
	text-decoration: underline;
}
a:link img, a:visited img, a:hover img {
	border:none;
}
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #CD1A5F url(/img/bg.gif);
	color: #333333;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 770px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
#header {
	margin: 15px 5px;
	padding: 0px 11px;
	background: #E5005A;
	border:1px solid #A20837;
	width: 736px;
}
#contentarea {
	margin: 15px 5px;
	padding-top:20px;
	background: #E5005A;
	border:1px solid #A20837;
	width: 758px;
}
/* header */

h1 {
	margin:8px 0 12px 0;
	padding: 0;
	width:150px;
	height:58px;
	float:left;
}
h2 {
	padding:30px 0 0 17px;
	margin: 0;
	width:285px;
	height:15px;
	color:#FFFFFF;
	font-size: 100%;
	font-weight: normal;
	background: url(/img/title_bg.gif) no-repeat left top;
	float:left;
}
#route {
	padding-top:10px;
	color:#FFFFFF;
	background: url(/img/route_bg.gif) no-repeat right top;
	float:right;
	font-size: 75%;
}
#route a:link {
	color:#FFFFFF;
}
#route a:visited {
	color:#FFFFFF;
}
#route a:hover {
	color:#FFFFFF;
}
/* menu */

#menu {
	width: 172px;
	float:left;
	background: #E5005A url(/img/menu_bg.gif) no-repeat left top;
}
#menu ul {
	list-style: none;
	margin: 0
}
#menu ul li {
	font-size: 100%;
	;
}
#menu ul li li {
	font-size: 85%;
}
li.border {
	margin-left:12px;
	padding:10px 0;
	list-style-type: none;
	background: url(/img/menu_border.gif) repeat-x bottom;
}
ul li.noborder {
	margin-left:12px;
	padding-top:5px;
	list-style-type: none;
}
#menu ul.menu2 {
	margin-left:12px;
	padding:5px 0;
	list-style-type: none;
}
ul.menu2 li {
	list-style: none;
	margin-bottom: 0 0 3px 0;
}
#menu a:link {
	color:#6F002B;
}
#menu a:visited {
	color:#6F002B;
}
#menu a:hover {
	color:#FFFFFF;
}
#active {
	color:#FFFFFF;
}
/* other */
.box {
	margin-bottom:20px;
}
#footer {
	font-style:normal;
	clear:both;
	padding-top:10px;
	text-align:center;
	height:32px;
	color:#FFFFFF;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
.pagetop {
	text-align:right;
	font-size: 77%;
}
.pagetop2 {
	text-align:right;
	font-size:85%;
	margin:7px 0 35px 0;
	border-top:1px dotted #999999;
}
.submit {
	text-align:center;
}
.marginimg {
	margin:0 10px 5px 0;
	float:left;
}
hr {
	display:none;
}
.c {
	clear: both;
}
/* rightside */

#rightside {
	width: 571px;
	float:right;
}
.main {
	padding:10px 15px;
	margin-right:11px;
	width: 530px;
	background: #FFFFFF;
	clear:both;
}
.tabbox {
	padding:10px 15px;
	margin-right:11px;
	width: 530px;
	background: #FFFFFF;
	clear:both;
}
h3 {
	padding-left:20px;
	margin-top:24px;
	margin-bottom:10px;
	font-size:123.1%;
	font-weight:bold;
	clear: both;
	background: url(/img/square.gif) no-repeat 0 2px;
	line-height: 20px;
}
h4 {
	padding-left:10px;
	margin-top:24px;
	margin-bottom:10px;
	font-size:108%;
	font-weight:bold;
	clear: both;
	border-left: 5px solid #FF9BC5;/*
	background: url(/img/square.gif) no-repeat 0 0;*/
}
h5, h6, h7 {
	margin-bottom: 8px;
}
.toptext {
	margin-top:24px;
}

blockquote {
	border: 1px solid #FF9BC5;
	background-color:#FFE6F1;
	padding: 1em 5px 0;
	margin: 0 0 15px;
	clear: both;
}

/* table*/
.cell1 {
	white-space:nowrap;
	background: #EFEEED;
}
.cell2 {
	text-align:center;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	white-space:nowrap;
	background: #EFEEED;
}
.cell3 {
	background: #EFEEED;
}
.cell4 {
	color:#666666;
	font-weight:bold;
	white-space:nowrap;
	background: #EFEEED;
}
.cell5 {
	background: #EFEEED;
}

ul.caution {
	list-style: none;
	margin: 0 0 1em 1em;
	padding: 0;
}

ul.caution li {
	list-style: none;
	text-indent: -1em;
	padding: 0 0 0 1em;
}

