@charset "UTF-8";
body  {
	font: .8em Georgia, "Times New Roman", Times, serif;
	background: #c4d0c2;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333366;
}
h1 {
	margin: 0px;
	padding: 0px;
	padding-top:10px;
	font-weight: normal;
}

p {
	margin: 0px;
	padding: 0px;
	font-size: 120%;
	line-height: 180%;
	text-align: left;
}

h2 {
	margin: 0px;
	padding: 0px;
	padding-top:8px;
	font-weight: normal;
}
h6 {
	font: normal 95%/125% Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px 35px 0px 55px;
}
h5 {
	font: normal 95%/125% Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px 35px 0px 55px;
}
img {
	margin-bottom: 20px;
}
a {
	color: #333366;
	text-decoration: none;
	font-weight: bold;	
}
a:visited {
	color: #333366;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
} 
#header { 
	padding: 0px;
} 
#header img {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	padding-left:5px;
	background: #c4d0c2;

}
#nav ul {
	color: #333366;
	padding-bottom:20px;
}
#nav li {
	text-decoration: none;
	list-style: none;
	display: inline;
	text-align: left;
	float: left;
	padding: 0px 40px 0px 0px;
	margin: 0px;
}
#nav ul li a {
	color: #333366;
	text-decoration: none;
	font: normal 130% Papyrus, Georgia, Trebuchet, serif;
}
#nav ul li a:visited {
	color: #333366;
	text-decoration: none;
font-family: Papyrus, Georgia, Trebuchet, serif;
	font-size:130%;}
#nav ul li a:hover {
	color: #fff;
	text-decoration: none;
font-family: Papyrus, Georgia, Trebuchet, serif;
	font-size:130%;}

#sidebar1 {
	margin: 0;
	padding: 0 0px;
	float: right; 
	width: 380px; 
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 0px; 
	margin-right: 0px;
}
#sidebar1 h4 {
	font-size: 120%;
	line-height: 150%;
	padding-left: 5px;
	font-weight: normal;
	margin: 0px;
}

#sidebar1 img {
	margin-top:20px;
	box-shadow: 4px 4px 10px #666666;
	-webkit-box-shadow: 4px 4px 10px #666666;
	-moz-box-shadow: 4px 4px 10px #666666;
	}

#mainContent {
	margin: 0 400px 0 10px;
	padding: 0px 0px 0 25px;
} 
#mainContent img {
	margin: 0px;
	margin-top:20px;
	margin-bottom:5px;
	box-shadow: 4px 4px 10px #666666;
	-webkit-box-shadow: 4px 4px 10px #666666;
	-moz-box-shadow: 4px 4px 10px #666666;
	} 
#thumbs {
	margin: 0px;
	padding: 0px;	
	}
#thumbs img {
	padding: 5px;
	border: 1px solid #333366;
	margin-top: 20px;
	color: #FFF;
	background: #FFF;
	margin-right: 20px;
	}
#thumbs h5 {
	margin: 0px;
	padding: 0px 15px 0px 0px;
	font-weight: normal;
	font-size: 100%;
	line-height: 120%;
}
#footer { 
	padding: 0px;
	padding-top:20px;
	padding-left:30px;
} 
#footer p {
	margin: 0; 
	padding: 0px; 
	font-size: 85%;
}

#footer h6 {
	margin: 0; 
	padding: 0px; 
	font-size: 70%;
	padding-top:5px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bold {
font-weight:bold;
}
.ital {
font-style:italic;
}
.indent {
	text-indent: 25px;
	}
.red {
	font-size: 30px;
	font-weight: bold;
	color: #F30;
	}

