/**** Overall Default Styles ****/

body {
	text-align: center;
	margin: 5px 0px 0px 0px;
}

table {
	border: 0px;
	font-size: 100%;
	color: #800040;
	vertical-align: top;
	padding: 0px
}

a {
	color: #800040;
	font-weight: bold;
	text-decoration: none;
}

a:active {color: red}
a:hover {color:red; text-decoration: underline;}


h1 {font-size: 175%; font-weight: bold;}
h2 {font-size: 125%; font-weight: bold;}
h3 {font-size: 100%; font-weight: bold;}

img {
	border: 0;
}


/**** Layout definitions (together with #frame) ****/

#frame {
	width: 760px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #800040;
	background-color: white;
	list-style-image: url(\images\redarrow.gif);
}

#contentleft {
	width: 180px;
	margin-right: 2px;
	padding-right: 1px;
	float: left;
	background-color: transparent;
}

#contentright {
	margin-right: 2px;
	padding-right: 1px;
	margin-left: 2px;
	padding-left: 10px;
	float: left;
	background-color: transparent;
}

#maincontent {
	margin-right: 2px;
	margin-left: 2px;
	padding: 10px;
	float: left;
	clear: none;
	background-color: transparent;
}

/**** Log in line ****/
#signin {
	text-align: right;
	font-size: 88%;
}

#signin a {
	text-decoration: underline;
}

#signin a:hover {
	text-decoration: underline;
}


/**** Navigation Menu ****/

#nav {
	width: 99.9%;
	margin: 0px 0px 10px 0px;
	font-family: arial, sans-serif;
	background-color: transparent;
	color: #b50000;
}

#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#nav li {
	border-bottom: 1px solid;
	margin: 0;
}

#nav li.first{
	border-top: 1px solid;
}

#nav li.last{

}

#nav li a {
	padding: 6px 6px 6px 10px;
	width: 99.9%;
	display: block;
	font-weight: bold;
	font-size: 13px;
	background: #ffffc9;
	color: #800040;
	text-decoration: none;
}

#nav li a:hover {
	background: #b50000;
	color: #ffffc9;
	text-decoration: none;
}

/**** Footers ****/

#footer {
	width: 100%;
	clear: both;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
	border-left: #b50000 0px solid;
	border-right: #b50000 0px solid;
	border-top: #b50000 5px solid;
	border-bottom: #b50000 0px solid;
	margin-bottom: 5px;
	padding-top: 3px;
	text-align: center;
}


/**** Basic Attributes & replacement of XHTML deprecating elements ****/

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.notbold {
	font-weight: 300;
}

.small {
	font-size: 80%;
}


/**** Miscellaneous span classes ****/

.footnote {font-size: 80%}

.activeswitch {
	font-weight: bold;
}

.inactiveswitch {
	font-weight: normal;
	color: #777777;
}

.inactiveswitchover {
	font-weight: normal;
	color: red;
	text-decoration: underline;
}





/****  Floating Tooltips ****/

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	text-align: left;
	border: 1px solid black;
	padding: 2px;
	background-color: #FFFFC9;
	visibility: hidden;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	z-index: 100;
/*Remove below line to remove shadow.
Below line should always appear last within this CSS
NB. IE5+ only & won't validate. Degrades gracefully in other browsers*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
