/*	Desc: *title* Screen Style Sheet
	Author: Jim Olson aka robotoverlord.mobi
	Date: October 22, 2008
	+ Colours
	- *colour hex* *colour name* (*purpose*)
	- #e35820 fvrl orange (about)
	- #9ed115 fvrl green (resources)
	- #59b2ec fvrl blue (community)
	- #afcadb light blue (home)
	
=== === === === === === === === === === */

/*=STRUCTURE
=== === === === === === === === === === */


body {
	text-align: center;
	background: #f0f0f0;
	font: 14px/16px Tahoma, Trebuchet, Arial, sans-serif;

}

div#WrapOuter {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}

div#WrapInner {
	text-align: left;
	width: 960px;
	margin: 20px auto auto auto;
	background: #fff; 
	float: left;
	border: solid 1px #cccccc;
}

div#topBanner {
	width:960px; 
	height:100px; 
	text-align:center; 
	background-color:#cedfe7;
	padding:0;
	margin:0;
}

div#container {
	width:936px; 
	background-color:white; 
	margin:12px;
}
/*=COMMON
=== === === === === === === === === === */

a {
	text-decoration: none;
	color:#000099;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	color:#333333;
}

h2 {
	font-size: 16px;
	margin-bottom: 4px;
	line-height: 16px;
	color:#333333;
}

h3 {
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 4px;
	line-height: 14px;
	color:#333333;
}

/* added to force <strong> functionality */
strong, b {
	font-weight:bold;
}

/* added to force <em> functionality */	
em, i {
	font-style: italic;
}

li {
	margin-bottom:8px;
}

/*=STRUCTURE
=== === === === === === === === === === */

/*=STRUCTURE & NAVIGATION VARIABLE COLORS
=== === === === === === === === === === */

/*=NAVIGATION
=== === === === === === === === === === */

/*=FUNCTIONS
=== === === === === === === === === === */

/*=CONTENT
=== === === === === === === === === === */
