.BigRedText {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}


/* BODY
---------------------------------------------*/
body {
   	font-family: verdana, sans serif;
	margin:0;
	padding:0;
	text-align: center;
	/*background: #fff url("../img/bg.gif") fixed top;	*/
	font: 11px/1.5em "Lucida Grande","Lucida Sans Unicode",verdana,geneva,sans-serif;	
}

.redtext {color:#FF0000}

/* Headers
---------------------------------------------*/

#header {
	/*border-bottom: 1px solid #E5E5E5;*/
	height: 180px;
}

#branding {
	height: 153px;
	font-size: 100%;
	background-color: #FOOFFFF;
	background-image: url(../img/spectroniclogo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#branding p {
	margin: 0;
	padding: 10px 0 0 0 ;
}

#nav {
	float: right;
	width: 800px;
}

#topnav {
	margin: 0;
	padding: 10px 0px 10px 0px;
	/*border-bottom: 1px solid #E5E5E5;*/
	text-align: center;
}

#topnav li {
	display: inline;
	list-style: none;
	font: 13px/1.5em "Lucida Grande","Lucida Sans Unicode",verdana,geneva,sans-serif;
}

#topnav a {
	font-weight: bold;
	margin:0 10px 4px 10px;
	text-decoration: none;
}

#container {
	width:800px;
	margin:0 auto;
	text-align:left;
	/*position: relative;*/
	/*color:#333;*/
	/*background: #fff;*/
}


#content {
	margin: 0 0 30px 0;
	/*padding: 15px 0 30px 0;*/
}






/* LINKS
---------------------------------------------*/

a {
color: #0066FF;
	/*text-decoration: underline;*/
}

a:visited {
	/*text-decoration: none;*/
	color: #0000FF;
}

a:hover {
	text-decoration: none;
	color: #FF9900;
}

a:link {
	/*text-decoration: none;*/
	/*color: #0000CC;*/
}

a:active {
	/*text-decoration: none;*/
	/*color: #0000CC;*/
}

#topnav a {
	color: #0000CC;
}

#topnav a:hover {
	text-decoration: none;
	color: #FF9900;
}





/* IMAGES
---------------------------------------------*/
img {
	border: 0;
}






/* BASIC NUMBERED LIST
---------------------------------------------*/

ol {
	margin: 0;
	padding: 0 0 0 30px;
}

ol li {
	line-height: 1.5em ;
}

ol li a, ol li a:visited {
	font-weight: bold;
	text-decoration: none;
}



/* BASIC UNORDERED LIST
---------------------------------------------*/

ul {
	margin: 0;
	padding: 0 0 10px 5px;
}

ul li {
	line-height: 1.5em ;
	list-style: none;
}

ul li a, ul li a:visited {
	font-weight: bold;
	text-decoration: none;
}




/* layout */

 
#indexrow {
    /*border-top:1px solid #DADADA;*/
}

#indexrow .widebody {
	float: left;
	padding: 15px 5px 20px 35px;
	width: 800px;
}

#indexrow .bodytext {
	float: left;
	padding: 15px 5px 5px 10px;
	width: 520px; /*450*/
	/*border-right: 2px solid #CC0000;*/
}

#indexrow .rightcol {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 260px;
	text-align: center;
	/*background-color:#FFDDAA;*/
	/*border-left: 1px solid #DADADA;	*/
}

#indexrow .rightcol a {
	font-weight: bold;
	margin:0 10px 4px 10px;
	/*text-decoration: none;*/
}


#footer {
	clear: both;
    /*border-top:1px solid #DADADA;*/
}

#footer p.copyright {
	font-size: 90%;
	line-height: 130%;
    float: left;
	color: #999;
}



#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
}

.headingtext {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 14px;
}


/* Body
----------------------------------------------- */

h1 {
	padding-top: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px; 
	padding-right: 0px; 
	margin: 0px; 
	height: 30px;	
	font: 13px/1.5em "Lucida Grande","Lucida Sans Unicode",verdana,geneva,sans-serif;
	font-weight:bold;	
}


h2 {
	font: 13px/1.5em "Lucida Grande","Lucida Sans Unicode",verdana,geneva,sans-serif;
	font-weight: bold;
}

h3 {
	font: 11px/1.5em "Lucida Grande","Lucida Sans Unicode",verdana,geneva,sans-serif;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	margin-bottom: 5px;
	color:#FF0000
}

p {
	padding: 0 5px 0 5px;
}

