/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html {min-height:100%; }
	
body {
	background: #ccc;
	background:#C2D8E5;
	color: #000;
	padding: 10px 0 5px 0;
	}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	line-height:1.5em;
	}
	
p {	margin: 15px 0;	}


hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 6px;
	}


/******* Hyperlinks ********************/

/* standard link behaviour */
a:link, a:active, a:visited { 
	color:#333;
	text-decoration: underline; 
	} 
a:hover	{ 
	color:#333;
	text-decoration: none; 
	}


#page { /*the main container*/
	width:880px;
	margin:0 auto;
	font-size:1em;
	background:#FFF;
	padding: 5px 25px 5px 5px;
	border:3px double #333;
	}

#branding {/*where the logo sits*/
	width:900px;
	height:190px;
	background-color:#0f273e;
	padding-bottom:0px;
	background:url(../image-files/logo.gif) top left repeat-x;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

.desc {
	padding:5px;
	}

/* Links in unordered lists */
.bullets li a { text-decoration:none!important;	}
.bullets li a:hover { text-decoration:underline!important;	}

/* How tags appear */
.tags a {text-decoration:none;}
.tags a:hover {text-decoration:underline;}

/* Links in the footer */
#footer a {text-decoration: none;} 
#footer a:hover	{text-decoration: underline;}


/******************************************
*   Images                         
******************************************/

/*** default image behaviour ***/
img { border:1px solid #999; padding:1px; }


.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.floatLeft {
float: left; border:0px;
margin: 4px 25px 5px 0;
}

.floatRight {
float: right;
}

		
/******************************************
*   General Structure                         
******************************************/

.clear  { clear:both;}		
	

h1 {
	color: #C40000;
	font-size: 21px;
	line-height:1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	color: #00F;
	font-size: 18px;
	line-height:1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	border-bottom:0px solid #666;
	margin: 20px 0;
	}

h3 { color: #00F;padding:5px 5px 5px 10px;
	font-size: 15px;
	line-height:1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:left;}

h4 { color: #000; padding-left:10px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align:left;}	
	

h5 {
	color: #00F;
	font-size: 16px;
	line-height:1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	border-bottom:1px solid #666;
	margin: 10px 0;
	}
	
	
img { border:0px;}

.red {color:#C40000;}
.blue {color:#00f;}


/******************************************
*   Content                        
******************************************/

#content {
	width:605px;
	width:860px;
	font-size: 13px;
	Line-height:1.1em;
	padding:20px;
	float:left;
	font-family: arial, Geneva, sans-serif;
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
	}

#content ul {margin-top:3px; padding-top:0px;list-style:none;}

#content li {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 16px;
	color:#000000;
   }
   
#content ul li {background:transparent url( ../image-files/orange-arrow.gif) no-repeat 5px 0px; padding-left: 25px;padding-bottom:5px;}

#content li a {
   	color:#000000;
}





/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
	
	
/******************************************
*   Footer                        
******************************************/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.9em;
	text-align:center;
	padding-top:5px;
	color:#FFF;
	}

#footer a {
	color:#ededed;
	}
	
/*= Table formatting =========================================*/
table.stats 
{	text-align: center;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	width: 800px;
	background-color: #FFFFCC;
	border-style:none;
	border: 2px #000 solid;
	/*border-collapse: collapse;*/
	border-spacing: 0px;
	margin-bottom: 3px;
	}

table.stats td 
{background-color: #FFFFCC;
color: #111;
padding: 4px;
text-align: left;
border: 1px #fff solid;
}

table.stats tr 
{padding: 0px;
}

table.stats td.hed
{color: #000;
padding: 4px;
text-align: center;
font-weight: bold;
} 	

.hilite {width:700px;border-width:5px; border-style:double; border-color:#900;padding:5px; margin:0 auto;} 

