/* == [ INITIAL/GLOBALS ] == */
a {
	text-decoration: none; 
	background-color: transparent;
	color: #990000;
}

a:active {
	background-color: transparent;
	color: #ECB12F;
}

a:hover {
	text-decoration: underline; 
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #333;
/* CSS shorthand: font-style || font-variant || font-weight || font-size/line-height || font-family */
	font: normal 12px/18px arial, verdana, helvetica, sans-serif;
	text-align: center;
	background-color: #FFF;
}

img {
	margin: 0;
	padding: 0;
	border-color: #000;
}

h1, h2, h3, h4, h5 {
	font: normal 18px/22px "Trebuchet MS", verdana, helvetica, sans-serif;
	background-color: transparent;
	color: #0066CC;
}

h2 {
	background-color: transparent;
	color: #336699;
}

h3 {
	font: bold 16px/20px "Trebuchet MS", verdana, helvetica, sans-serif;
	background-color: transparent;
	color: #669999;
}

h4 {
	font: normal 14px/18px arial, verdana, helvetica, sans-serif;
	background-color: transparent;
	color: #666;
}

table, td, th {
	margin: 0;
	padding: 5px;
	border: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
}

ul li {
/* CSS shorthand: top right bottom left */
	margin: 0px 0px 1px 15px;
	padding: 0;
	list-style-position: outside;
	list-style-image: url("../images/bullet.gif");
	font-size: 11px;
	background-color: transparent;
	color: #000;
}

ol li {
/* CSS shorthand: top right bottom left */
	margin: 0px 0px 1px 24px;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	background-color: transparent;
	color: #666;
}

/* == [ FORM ] == */

form {
	margin: 0;
	padding: 0;
	border: 0;
}

label {
	margin-top: 5px;
	font: normal 9px arial, helvetica, sans-serif; 
	background-color: transparent;
	color: #CCC;
}

input, textarea, select {
/* CSS shorthand: top right bottom left */
	margin: 1px 1px 1px 2px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #999; 
	font: normal 10px arial, verdana, helvetica, sans-serif;
	background-color: transparent;
	color: #666;
}

.checkbox {
	border: 0;
}

.required { 
	background-color: transparent;
	color: #FF6666;
}

/* == [ MAIN ] == */

#page {
/* CSS shorthand: top right bottom left */
	margin: 0;
	padding: 25px 0px 25px 0px;
	width: 100%; 
	background-color: #FFF;
}

#pagebot {
	margin: 0;
	padding: 0;
	width: 100%; 
	height: 40px; /* make height and line-height the same to vertically center text */
	font: bold 10px/40px arial, verdana, helvetica, sans-serif;
	color: #B1B9C2;
	background: #EEE url("../images/edge_bot.gif") repeat-x top left;
 	clear: both; /* clear elements next to this one, need when using float elsewhere */
}

#pagebot a {
	text-decoration: none; 
	background-color: transparent;
	color: #666;
}

#pagebot a:hover {
	background-color: transparent;
	color: #1590C8;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	border: 0; 
	width: 760px;
	text-align: left;
	background-color: #FFF;
}

#header { /* used for Flash and nonFlash masthead */
	margin: 0;
	padding: 0;
	width: 760px; 
	height: 277px;
}

#content {
	float: left;
	margin: 0;
/* CSS shorthand: top right bottom left */
	padding: 25px 0px 25px 25px;
	width: 470px;
}

#sidebar {
	float: right;
	margin: 0;
/* CSS shorthand: top right bottom left */
	padding: 25px 25px 25px 0px;
	width: 215px;
	overflow: hidden;
}

#flashcontent { /* used in sidebar */
	margin: 0;
	padding: 0;
}

#flvplayer {
	margin: 0;
	padding: 0;
	text-align: center;
}

#scroller {
	margin: 0;
	padding: 0;
	border: 0;
	width: 470px;
	height: 300px;
}
/* == [ TOP NAV ] == */

#navbar {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 20px;
	background-color: #C7D0DA;
	display: block;
}

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

ul#nav li { 
/* CSS shorthand: top right bottom left */
	margin: 0px 0px 0px 25px;
	padding: 0;
	height: 20px; /* make height and line-height the same to vertically center text */
	font: bold 11px/20px arial, verdana, helvetica, sans-serif;
	display: inline;
}

ul#nav a {
	text-decoration: none; 
	background-color: transparent;
	color: #666;
}

ul#nav a:hover {
	background-color: transparent;
	color: #1590C8;
}

/* == [ FOOTER ] == */

#footer {
	margin: 0;
	padding-left: 25px;
	width: 735px;
	height: 20px; /* make height and line-height the same to vertically center text */
	font: bold 11px/20px arial, verdana, helvetica, sans-serif;
	color: #FFF;
	background-color: #C7D0DA;
 	clear: both; /* clear elements next to this one, need when using float elsewhere */
}

#footer a {
	text-decoration: none; 
	background-color: transparent;
	color: #666;
}

#footer a:hover {
	background-color: transparent;
	color: #1590C8;
}

/* == [ MISC. CLASSES ] == */

.abstract {
	font: normal 18px/22px "Trebuchet MS", verdana, helvetica, sans-serif;
	background-color: transparent;
	color: #93ADBE;
}

.subtitle {
	font: bold 13px "Trebuchet MS", verdana, helvetica, sans-serif;
	background-color: transparent;
	color: #009933;
}

.date {
	font-weight: bold;
	background-color: transparent;
	color: #ECB12F;
}

.good {
	font-weight: bold;
	background-color: transparent;
	color: #0000CC;
}

.bad {
	font-weight: bold;
	background-color: transparent;
	color: #FF0000;
}
