body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6;
	color: #222;
	background-color: #9490BC;
	background-image: url(../assets/tile3-small.jpg);
	}
	
html {
	min-height: 100%;
	margin-bottom: 1px;
	}

/*********************************** Links ***********************************/


a:link {
	color:  #3875d7;
	text-decoration: none;
	border-bottom: none;
	}
		
a:visited {
	color:  #3875d7;
	text-decoration: none;
	border-bottom: none;
	}
		
a:hover {
	color: #3875d7;
	text-decoration: none;
	}
	
.right {
	text-align: right;
	}
	
	.right a {
		border: none;
		}
	
	

.centre {
	text-align: center;
	}
	
	.centre a:link {
		border: none;
		}
	
	
	#sidebar a:link {
		color: #fff;
		text-decoration: none;
		}
	
	#sidebar a:visited {
		color: #fff;
		text-decoration: none;
		}
	
	#sidebar a:hover {
		color: #BDD5F9;
		text-decoration: none;
		}
	
		
a img {
	border: none;
	}


/*********************************** Headings ***********************************/

h1, h2, h3, h4, h6 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0;

	}
		
h1 {
	color: #3875d7;
	font-size: 24px;
	margin: 0;
	}
		
h2 {
	font-size: 19px;
	margin: 10px 0 0 0;
	color: #333399;
	}


	#sidebar h2 {
		color: #888;
		}
		
		
h3 {
	font-size: 17px;
	color: #3875d7;
	margin-bottom: 5px;
	}
	
h4 {
	color: #888;
	font-size: 17px;
	margin: 10px 0 0 0;
	padding-bottom: 0;
	}
		
h5 {
	font-size: 12px;
	padding-bottom: 0;
	color: 3875d7;
	}
		
h6 {
	color: #888;
	font-size: 16px;
	margin: 5px 0 5px 0;
	padding-bottom: 0;
	}	
	
	.text-rf h6 {
		color: #888;
		font-size: 16px;
		margin: 5px 0 15px 0;
		padding-bottom: 0;
		}	


/*********************************** Lists ***********************************/
		
ul {
	padding: 0 0 15px 20px;
	margin: 0;
	}
		
li {
	list-style: circle;
	padding-top: 3px;
	}


#sidebar ul {
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0;
	}

#sidebar li {
	list-style: none;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #444;
	}

#sidebar img {
	margin-right: 12px;
	padding-top: 5px;
	}
	

		
.none ul {
	background: none;
	padding: 10px 0 15px 0;
	margin: 0;
	}
	
.none li {
	background: none;
	padding-left: 0;
	}




/**********************************************************************
                                                                      *
 Layout Divs                                                          *
                                                                      *
**********************************************************************/

#wrapper {
	margin: 0 auto;
	padding: 15px 0 15px 0;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../assets/page_background.jpg);
	}
		
#header {
	margin: 0 auto 15px auto;
	padding: 0 10px 0 10px;
	color: #fff;
	width: 780px;
	height: 140px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../assets/header.jpg);
	}
		
#menu {
	color: #fff;
	font-size: 12px;
	padding-top: 115px;
	}
	
#page-title {
	padding: 1px 0 0 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	}	
		

/*********************************** Content ***********************************/
		
#container {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-repeat: repeat-y;
	background-image: url(../assets/content-BG.jpg);
	}

#sidebar {
	float: right;
	margin: 0;
	padding: 10px 0px 15px 0px;
	color: #fff;
	width: 165px;
	}

#content {
	padding: 15px;
	width: 555px;
	}

.content {
	padding: 0;
	width: 350px;
	}
	
	

/*********************************** Footer ***********************************/

#divide {
	clear: both;
	width: 800px;
	height: 15px;
	margin: 0 auto;
	background-color: #fff;
	}

#footer {
	margin: 0 auto;
	font-size: 9px;
	width: 800px;
	background-color: #f0f0f0;
	background-image: url(../assets/footer.jpg);
	}

#footer-left {
	width: 430px;
	}


#footer-shadow {
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
	
	}

		
.banner {
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	}




/*********************************** Forms ***********************************/
		
form {
	padding: 10px 0 0 0;
		}
	
input, select, textarea {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #ccc;
	}
	
input {
	margin-bottom: 4px;
	}
	
label {
	float: left;
	width: 120px;
	padding: 5px 0 0 15px;
	font-weight: bold;	
	}

		
.blue {
	color:  #3875d7;
	font-weight: bold;
	}

#sidebar input, select {
	border: none;
	}



/*********************************** Menu Components ***********************************/

#header ul {
	padding: 0;
	}
		
#header li, #header li a {
	display: inline;
	background: none;
	margin-right: 3px;
	}

#header li a {
	color: #99ccff;
	text-decoration: none;
	border-bottom: 2px;
	}

#header li a:hover {
	color: #99ccff;
	border-bottom: 2px solid #fff;
	margin-bottom: auto;
	}

#ihome #home a,
#ilinks #links a {
	color: #fff;
	border-bottom: 2px solid #fff;
	}


/*********************************** Menu Footer Components ***********************************/


#footer-menu {
	margin: 0 auto 20px 0;
	text-align:center;
	padding: 0;
	margin-top: 10px;
	}
		
#footer-menu ul {
	padding: 0;
	}

#footer-menu li, #footer-menu li a {
	display: inline;
	background: none;
	color: #a6a8aa;
	margin-right: 5px;
	}

#footer-menu li a {
	color: #99FFFF;
	text-decoration: none;
	border-bottom: 1px;
	}

#footer-menu li a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px #fff;
	}
		
/*********************************** xtras ***********************************/

#credits {

margin: 0 auto 20px 0;

	text-align:center;
	padding: 0;
	}
	
	
#credits  a {
	color: #00FFCC;
	text-decoration: none;
	
	}

#credits li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	
	}
	

.white {
	color: #FFFFFF;
}

.picright {
	margin-top: 5px;
	margin-bottom: 9px;
	margin-left: 15px;
	float: right;
}

.picleft {
	margin-top: 5px;
	margin-bottom: 9px;
	margin-right: 15px;
	float: left;
}
.small {
	font-size: 0.8em;
}
.white-text {
	color: #FFFFFF;
}
