html, body {
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Lucida Sans, Arial, Verdana, Helvetica, sans-serif;
	background-color: #FF0000;
	background-image: url(/WEB/IMAGES/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	
}

abbr, acronym {
	border-bottom: 1px dotted #FFE6F0;
}

div#pageHeader h1, div#pageHeader h2, div#linkList h3 {
	display: none;
}

div#container {
	display: block;
}

div#intro {
	display: block;
}

@media screen {
	div#pageHeader, div#quickSummary {
		position: fixed;
	}
		
	* html div#pageHeader, * html div#quickSummary {
		position: absolute;
	}
}

div#pageHeader {
	left: 0;
	top: 0;
	width: 200px;
	height: 320px;
	background: url(/WEB/IMAGES/logo.gif) left top no-repeat;
}

div#quickSummary {
	left: 0;
	top: 250px;
	width: 185px;
	color: #FFE6F0;
	font-size: 12px;
	padding: 5px;
	padding-right: 10px;
}

div#quickSummary a {
	font-weight: bold;
	color: #FFE6F0;
}

div#quickSummary a:hover {
	color: #000;
}

div#preamble, div#supportingText {
	margin-left: 463px;
	padding: 10px;
	padding-left: 20px;
	padding-bottom: 0;
}

div#preamble h3, div#supportingText h3 {
	display: block;
	background: url(/WEB/IMAGES/hbg.gif) left top repeat #000;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	color: #FFF;
	font-size: 24px;
	line-height: 50px;
	/*text-transform: lowercase;*/
}

div#preamble p, div#supportingText p {
	font-size: 14px;
	color: #000;
	line-height: 1.5em;
}

div#preamble a, div#supportingText a {
	color: #000;
}

div#preamble a:hover, div#supportingText a:hover {
	color: #FFF;
}

div#preamble abbr, div#preamble acronym, div#supportingText abbr, div#supportingText acronym {
	border-bottom: 1px dotted #000;
}

div#footer {
	display: block;
	height: 20px;
	background: url(/WEB/IMAGES/hbg.gif) left top repeat #000;
	padding: 3px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 10px;
}

div#footer a {
	color: #FFF;
	font-weight: bold;
}

div#footer a:hover {
	color: #000;
}

div#linkList {
	position: absolute;
	left: 200px;
	top: 0px;
	width: 263px;
	font-family: Baskerville, Georgia, Garamond, Times New Roman, serif;
}

div#linkList ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#linkList ul {
	list-style: none;
}

div#linkList ul li {
	border-bottom: 1px solid #CCC;
}

div#linkList ul li a {
	display: block;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	font-size: 12px;
	color: #F06;
	text-transform: uppercase;
	text-decoration: none;
}

div#linkList ul li a:hover {
	background-color: #000;
	color: #FFF;
}

div#linkList div#lselect ul li {
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 10px;
}

div#linkList div#lselect ul li a {
	padding: 0;
	font-size: 12px;
}

div#linkList div#lselect ul li a:hover {
	color: #000;
	background-color: #FFF;
}

div#linkList div#lselect ul li a.c {
	display: inline;
	text-transform: none;
	font-size: 10px;
	color: #000;
}

div#linkList div#lselect ul li a.c:hover {
	text-decoration: underline;
}

div#linkList div#lselect, div#linkList div#larchives, div#linkList div#lresources {
	display: block;
	margin-top: 10px;
}

div#linkList div#lselect h3, div#linkList div#larchives h3, div#linkList div#lresources h3 {
	display: block;
	height: 35px;
	width: 100%;
	margin: 0;
	padding: 0;
}

div#linkList div#lselect h3 span, div#linkList div#larchives h3 span, div#linkList div#lresources h3 span {
	display: none;
}

div#linkList div#lselect h3 {	
	background: url(images/ll_selectadesign.gif) left top no-repeat;
}

div#linkList div#larchives h3 {
	background: url(images/ll_archives.gif) left top no-repeat;
}

div#linkList div#lresources h3 {
	background: url(images/ll_resources.gif) left top no-repeat;
}

#auth {
	text-align: left;
}

#auth form {
	font-size: 0.75em;
}

#auth form fieldset {
	padding: 5px;
}

#auth form label {
	text-transform: uppercase;
	display: block;
	text-align: left;
}
#auth form input {
	width: 400px;
	height:30px;
	margin-bottom: 1em;
	padding: 0.5em;
}
#auth form #radio_small {
	width: 30px;
	text-align: center;
	margin: 0px;
}
#auth form #radio_small2 {
	width: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	height: 20px;
}


span.required {
	color: #FFFFFF;
	padding: 0 0 0 0;
	font-size: 18px;
	font-weight: bolder;
}

#auth form span.required {
	color: #FFFFFF;
	padding: 0 0 0 0;
	font-size: 18px;
	font-weight: bolder;
}

#auth #signin form p #required_note {
	font-size: 0.75em;
}

#error_note {
	color: #FFFFFF;
	width: 98%;
	border: 1px solid #000000;
	background-color: #FF6600;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#error_note p {
	color: #FFFFFF;
}

#auth form #go_button_small {
	background: url('/WEB/IMAGES/submit_small.gif') no-repeat left bottom;
	border: 0;
	cursor: pointer;
	width: 100px;
	height: 23px;
	outline: 0;
	font-weight: bold;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}
.success{
	background-image: url(../WEB/IMAGES/success.gif);
	background-position:  50% left ;
	background-repeat: no-repeat;
	background-color: #E3EDDE; 
	padding: 8px 0px 8px 50px;
	border-top: 1px solid #99CC99;
	border-bottom: 1px solid #99CC99;
	font: bold 11px/14px "lucida grande", tahoma, arial, verdana, sans-serif;
	color: #39663A;
}


.error{
	background-image: url(../WEB/IMAGES/error.gif);
	background-position:  50% left ;
	background-repeat: no-repeat;
	background-color: #c00;
	padding: 8px 0px 8px 25px;
	border-top: 1px solid #8C0000;
	border-bottom: 1px solid #8C0000;
	font: bold 11px/14px "lucida grande", verdana, sans-serif;
	color: #fff;
}

.error h2{
	line-height: normal;

}

.error a,.error a:link, a .error a:visited, a .error a:hover{
	color: #fff;
	text-decoration: underline;
	padding: 0;
	background: none 0;
}
span.notavailable {

	color: #000000;
	padding: 0 0 0 0;
	font-size: 18px;
	font-weight: bolder;
}


/* Added by RMA 051508 ******************************/

#costumes_male, #costumes_female {
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin: 30px;
	height: 230px;
	width: 600px;
}
#costumes_female {
	background: #ff0000 url(WEB/IMAGES/doctor.png) center right no-repeat;
}
#costumes_male {
	background: #0033FF url(WEB/IMAGES/doctor.png) center right no-repeat;
}
#costumes_female h2, #costumes_male h2 {
	font-size: 1.5em;
	margin: 0;
	text-align: center;
	padding: 3px 0;
}

.note {
	font-size: .95em;
	font-style: italic;
	color: #FFFFFF;
}