/*************************************************************
 * GENERAL
 *************************************************************/

* {
	border-width: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.hidden {
	display: no;
}

body {
	background-color: #e6e6e6;
}

p {
	margin: 10px 10px 10px 10px;
	text-align: justify;
}

td#right p {
	font-size: 12px;
	text-align: left;
}

td#left p {
	text-align: left;
}

div.spacer {
	height: 15px;
	clear: both;
}

div.l1 { /* single-spaced line */
	margin: 0px 10px 0px 5px;
}	

div.l15 { /* 1.5-spaced line */
	margin: 5px 10px 5px 5px;
}

table.list {
	margin: 10px 10px 10px 10px;
}

table.list td {
	padding: 2px 2px 2px 2px;
	border-top: 1px solid #cccccc;
	font-size: small;
}

.style1 {
	color: #FF0000;
	font-weight: bold;
}


/*************************************************************
 * NAVIGATION
 *************************************************************/

table#navbar {
	width: 800px;
	font-size: 14px;
}

table#navbar tr.a td {
	background-color: #6b5b86;
	text-align: center;
	border-left: 1px solid black;
}

table#navbar tr.a td a {
	color: white;
}

table#navbar tr.a td a:hover {
	text-decoration: underline;
}

table#navbar tr.b td {
	background-color: #aaaaaa;
	text-align: center;
	border-left: 1px solid black;
	font-size: 10px;
}

table#navbar tr.a td.first {
	border-left: 0px solid black;
}

table#navbar tr.b td.first {
	border-left: 0px solid black;
}

div.menuitem {
	margin: 5px 0px 5px 10px;
	padding: 0px 5px 5px 5px;
	border-bottom: 1px dotted black;
	border-left: 1px dotted black;
	background-color: #ddf5c4;
}


/*************************************************************
 * CONTENT AREAS
 *************************************************************/

table#main { /* 2 column */
	margin: 10px 0px 0px 0px;
	width: 800px;
}

table#main3 { /* 3 column */
	margin: 10px 0px 0px 0px;
	width: 800px;
	border-right: 1px solid black; /* IE bug, see below */	
}

td#left {
	border: 1px solid black;
	vertical-align: top;
	background-color: white;
}

td#middle {
	border: 1px solid black;
	vertical-align: top;
	background-color: white;
	
}


td#right {
	border: 1px solid black;
	/* IE doesn't render this cell's right border,
	 * so we remove it and add a right border to
	 * the table (see above) */
	border-right-width: 0px;
	vertical-align: top;
	background-color: white;
	font-size: small;
}



/*************************************************************
 * OTHER PAGE AREAS
 *************************************************************/

div#head {
	width: 800px;
	border: 1px solid black;
	text-align: center;
	background-color: #23005a;
}

div#sponsors {
	text-align: center;
}

div#sponsors img {
	margin: 5px 5px 5px 5px;
	vertical-align: middle;
}

div#footer {
	margin: 5px 0px 5px 0px;
	width: 800px;
	font-size: 12px;
}

.floatright {
	float: right;
	margin-left: 10px;
}

.floatleft {
	float: left;
	margin-right: 10px;
}



/*************************************************************
 * TEXT FORMATTING
 *************************************************************/

a[href] {
	color: #004eff;
	text-decoration: underline;
}

h1 {
	font-family: serif;
	font-size: 30px;
	font-weight: bold;
	margin: 5px 10px 5px 10px;
}

h2 {
     background-color: #d7ebae;
     color: red;
	 text-align: center;
     font-style: italic;
	font-size: 16px;
	font-weight: bold;
     border-top: 1px solid black;
     border-bottom: 1px solid black;
     margin: 5px 0px 3px 0px;
     padding: 5px 5px 5px 5px;
     clear: both;
}

td#left h2 {
	font-size: 11px;
}

td#right h2 {
	font-size: 11px;
}


h2.notop {
	margin-top: 0px;
	border-top: 0px solid black;
}


h3 {
     color: red;
	font-size: 14px;
	font-weight: bold;
     margin: 8px 3px 0px 5px;
     clear: both;

}

h4 {
	color: black;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	margin: 3px 10px 3px 10px;
}


h5 {
	color: black;
	font-weight: bold;
	font-style: normal;
	font-family: serif;
	font-size: 1em;
	margin: 3px 10px 3px 10px;
}

p#intro {
	font-size: 14px;
	font-style: italic;
	font-family: serif;
}


ul {
	margin: 0px 10px 10px 40px;
	list-style-type: square;
}

ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

ul.arrows {
	list-style-image: url(/rs/arrowright.gif);
}

ol {
	margin: 0px 10px 10px 40px;
}

ol li {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.big {
	font-size: large;
}

.small {
	font-size: small;
}


/*************************************************************
 * FORMS
 *************************************************************/

table.form td {
	padding: 5px 5px 5px 5px;
}

form {
	margin: 10px 10px 10px 10px;
}

form .label {
	font-size: small;
	font-family: serif;
	font-style: italic;
	text-align: left;
}

input {
	background-color: white;
	border: 1px solid gray;
}

input.button {
	background-color: #cdcdcd;
	border: 2px solid #666666;
	padding: 1px 2px 1px 2px;
}


/*************************************************************
 * NEWS ITEMS
 *************************************************************/

div.newsitem {
	margin: 10px 10px 30px 10px;
}

div.newsitem h3 {
	margin: 0px 0px 0px 0px;
}

div.newsitem p {
	margin-top: 3px;
	margin-bottom: 2px;
}

div.newsitem ul li {
	margin: 0px 0px 0px 0px;
}

div.newsitem img.newsitem-cat-name {
	float: left;
}