/* Curves Screen CSS */


/* Overarching Tag Rules */
* html body {behavior: url(library/styles/csshover.htc)}

body {
	background: #dfcf8f url(images/dotted_bg.gif);
	margin: 0;	
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #339;
	text-align: center;
}

input {font-family: MS Sans Serif; font-size: 8pt}
select {font-family: MS Sans Serif; font-size: 8pt}
.clsFormTable td {vertical-align: middle}
.clsFormTable tr td {vertical-align: middle}
.clsFormButton {background-color: #333399; border: 1px solid #000066; color: #FFFFFF}

/*These global selectors exist to overwrite IE 5's font rendering issues '*/
p, td, ul, ol, li {
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #339;
}

li.off {
	list-style-type: none;
}

/* All H's here now for ease of use */
h1 {
	font: bold 18px verdana, arial, helvetica, sans-serif;
	margin: 0 0 18px 0;
}

h2 {
	font: bold 13px verdana, arial, helvetica, sans-serif;
	margin: 0 0 5px 0;
}

h3, h4, h5, h6 {
	font: bold 11px verdana, arial, helvetica, sans-serif;
	margin: 0 0 5px 0;
}

a:link { 
	color: #F69;
	text-decoration: underline;
}

a:visited { 
	color: #C36;
	text-decoration: underline;
}

a:hover { 
	color: #F69; 
	text-decoration: none;
}

a:active { 
	color: #C3F;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

img, table {
	border: 0;
}

img.photo {
	float: right;
	margin: 0 0 5px 5px;
}

img.photoleft {
	float: left;
	margin: 0 15px 15px 0;
}

img.contentpic_right {
	float: right;
	margin: 0 0 30px 30px;
}

p {
	margin: 0 0 12px 0;
}

td { 
	vertical-align: top;
	border: 0;
	padding: 0;
}

.ctr {
	text-align: center;
}

/* Main Container */

#cshell {
	margin: 0 auto 24px auto;
	width: 730px;
}

#container {
	padding: 0px;
	width: 730px;
	text-align: left;
}

#container td.ctbg {
	width: 552px;
	background: #0f0;
}

/* Navigation */

#container td.navbg {
	width: 170px;
	background: #e6e6ff url(images/nav_botcorner.gif) no-repeat bottom left;
}

#container td.navsp1 {
	width: 4px;
	background: #fff;
}

#container td.navsp2 {
	width: 4px;
	background: #fff;
}

#container td.cmain {
	background: #fff;
}

#nav {
	margin: 0;
	border: 1px;
	padding: 0;
	background: #e6e6ff;
	width: 170px;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav ul li {
	padding: 0;
	margin: 0;
	line-height: 17px;
	min-height: 18px;
	background: transparent url(images/nav_dottedline.gif) no-repeat scroll bottom center;
	font-family: Verdana;
	font-size: 8pt; 
	letter-spacing: -1px;
	cursor: hand;
	cursor: pointer;
	padding-left: 20px;
	text-indent: -20px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 10px;
}

* html #nav ul li {
	height: 18px
}

#nav ul li.clsLast {
	background-image: none;
}

#nav ul li:hover a {
	background-image: url();
}

#nav ul li a {
	padding-left: 20px;
	width: 130px;
	background: transparent none no-repeat scroll 6px 1px;
	color: #333399;
	text-decoration: none;
}

#nav ul li a:hover {
	background-image: url(images/button_over.gif);
}

#nav ul li a.clsCurrent {
	background-image: url(images/button_over.gif);
}

#nav img.navc {
	display: block;
	margin: 0 0 0 6px;
}

#nav td.top{
	margin: 0;
	padding: 19px 0 0 0;
	background: url(images/nav_topcorner.gif) no-repeat top left;
}

#nav td.bot{
	margin: 0;
	height: 10px;
	background: url(images/nav_botcorner.gif) no-repeat bottom left;
}

/* Language Chooser */

#chooser {
	margin: 45px 16px 0 16px;
	width: 138px;
}

#chooser tr.form_row td{
	vertical-align: middle;
	height: 20px;
}

#chooser tr.form_row td.btn{
	vertical-align: middle;
	text-align: right;
	padding-right: 7px;
}

/* Header */

#heading {
	font-size: 14pt; left: 15px; color: #de577b; font-family: Verdana; position: relative; top: 20px; cursor: default
}

#header {
	margin: 0;
	padding: 0;
	background: url(images/header_bg.gif);
	width: 730px;
	height: 93px;
}

#header #logo {
	position: relative;
	top: 20px;
	left: 19px;
}

#header #address {
	position: relative;
	top: 50px;
	left: 0px;
	width: 518px;
	color: #003366;
	text-align: right;
}

#header td.c1{
	position: relative;
	width: 178px;
}

#header td.c2{
	position: relative;
	width: 552px;
}

#header .location{
	margin: 25px 0 0 197px;
	padding: 0;
	background: #fdf3cc;
}

#header .location td.button{
	padding: 5px 0 0 0;
}

#header .location tr.e_row td{
	vertical-align: middle;
}

#header .location td.btn{
	text-align: right;
	width: 23px;
}

#header .location td.btn input{
	margin-right: 3px
}

#header .location td.im_zip{
	text-align: center;
	width: 99px;
}

#header .location_admin{
	margin: 25px 0 0 197px;
}

/* Footer */

#footer {
	margin: 0;
	border: 0;
	padding: 0;
	width: 730px;
	height: 23px;
}

#footer td.left {
	background: url(images/leftbg.gif) no-repeat bottom left;
	width: 10px;
}

#footer td.middle {
	width: 710 px;
	height: 23px;
	padding: 0;
	text-align: right;
	background: #fff;
}

#footer td.middle p {padding: 0; margin: 0; padding-top: 4px; font-size: 7pt}
#footer td.middle a {color: #333399; text-decoration: none; font-style: italic}
#footer td.middle a:hover {text-decoration: underline}
#footer td.right {
	background: url(images/rightbg.gif) no-repeat bottom right;
	width: 10px;
}

#footer img.navfoot {
	margin: 0;
}

#footer img.pipe {
	margin: 0 7px 0 7px;
}

/* Homepage Promotion */

#promo {
	background: #fff;
}

#promo td.p3{
	padding-top: 4px;
}

#promo td.p4{
	padding-top: 4px;
}

/* Registration Promotion */

#promo_reg {
	margin: 6px auto 4px auto;
	width: 730px;
	text-align: left;
}

#promo_reg td {
	text-align: right;
	padding-right: 25px;
}

/* Content Area - homepage only */

#contenthome {
	background: #fff;
	margin: 0;
	width: 552px;
	height: 310px;
}

/* Content Area - site subsections */

#contentmain {
	background: #fff;
	margin: 0 4px 0 0;
	width: 548px;
}

#contentmain td.main {
	background: #fdf3cc url(images/cmainbg.gif) repeat-y top right;
	padding: 15px;
	height: 170px;
}

#contentmain img.hdg {
	display: block;
	margin: 0 0 4px 0;
}

p.tagline {
	font: italic 18px/24px "Trebuchet MS", helvetica, sans-serif;
	color: #DE577B;
} 

#required {
	color: #F69; 
}

.pink {
  color:#FF6699;
  font-weight:bold;
}