/**** Overall Default Styles ****/

body {
  text-align: center;		/* for IE */
  margin: 5px 0px 0px 0px;
}

p, div {
  clear: left;
}

table {
  color: #800040;
  border: 0px;
  font-size: 100%;
  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;
/* to implement flowing widths, use following instead
  max-width: 760px;
  width:expression((document.body.clientWidth > 760) ? "760px" : "auto");
/* continues */
  margin-left: auto;		/* Moz & Opera don't recognise the center align in body*/
  margin-right: auto;
  text-align: left;		/* IE */
  padding: 0px;
  font-family: arial, sans-serif;
  font-size: 10pt;
  color: #800040;
  background-color: white;
  list-style-image: url(\images\redarrow.gif);
  list-style-type: disc;
}

#maincontent {
  margin-right: 2px;
  margin-left: 2px;
  padding: 2px;
  float: left;
  clear: none;
  background-color: transparent;
}

#contentleft {
  width: 26%;
  margin-bottom: 20px;
  float: left;
  background-color: transparent;
}

#contentright {
  width: 74%;
  margin-bottom: 20px;
  padding-top: 0px;
  float: left;
  clear: none;
  background-color: transparent;
}
#checkboxes {
  width: 500px;
  font-family: arial, helvetica, sans-serif;
  border: #b50000 3px solid;
  padding: 3px;
  text-align: left;
}

/**** Forms and form buttons ****/

input, textarea {
  background-color: #ffffc9;
  font-family: tahoma, arial, sans-serif;
}

form input.submitbutton
{
  float: left;
  clear: both;
  width: auto;
  padding: 3px, 5px, 3px, 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  color:#b50000;
  font-weight:bold;
  background-color:#ffffc9;
  border: 1px solid;
  font-size: 110%;
  font-family: arial, helvetica, sans-serif;
  cursor: hand;
}

form input.submitbuttonhvr
{
  color:#ffffc9;
  background-color:#b50000;
  border: 1px solid #b50000;
}

input.imgbtn {
	background-color: transparent;
}

/**** Navigation Menu ****/

#nav {
	margin: 0px 0px 10px 0px;
	font-family: arial, sans-serif;
	background-color: transparent;
	color: #b50000;
}

#nav ul {
	list-style-image: none;
	list-style-type: none;
	width: 90%;
	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;
	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 3px solid;
	border-bottom: #b50000 0px solid;
	margin-bottom: 5px;
	padding-top: 3px;
	text-align: center;
}

/**** Miscellaneous ****/
.emphamt {
  font-weight: bold;
  font-size: 110%;
  text-decoration: underline;
}

/**** Basic Attributes & replacement of XHTML deprecating elements ****/

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.notbold {
	font-weight: 300;
}

.bold {
	font-weight: bold;
}

.small, small {
	font-size: 80%;
}


/**** Miscellaneous span classes ****/

.footnote {font-size: 80%}

.activeswitch {
	font-weight: bold;
}

.inactiveswitch {
	font-weight: normal;
	color: #777;
}

.inactiveswitchover {
	font-weight: normal;
	color: red;
	text-decoration: underline;
}

.asynchover {
	font-weight: bold;
	color: black;
}

.asyncnohover {
	font-weight: bold;
	color: red;
	text-decoration: underline;
}

