@charset "UTF-8";
/* CSS Document */

/* Normalizes margin, padding */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
	
img {
	border:0;
	}
	
body {
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background: #66A8C8 url(../../assets/images/back_tile.jpg) repeat-x;
	width: 930px;
	font: 62.5% "Trebuchet MS", Helvetica, Arial, sans-serif;
	}
	
/*Define text styles*/

p {
	color: #666666;
	font-size: 1.2em;
	line-height: 1.4em;
	}
	
h1 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	color: #A36514;
	margin-bottom: 15px;
	}
	
h2 {
	color: #3080AA;
	font-size: 1.6em;
	margin-bottom: 15px;
	}
	
h3 {
	}
	
h4 {
	}
	
h5 {
	}
	
a:link {
	color: #996699;
	}
	
a:visited {
	color: #996699;
	}
	
a:hover {
	color: #4473B8;
	}
	

	
ul {
	}
	
li {
	}
	
/*Define styles for header elements*/

#header {
	background: url(../../assets/images/header.jpg);
	height: 264px;
	width: 930px;
	}

/*Define styles for navigation*/
	
#nav {
	}

/*Define styles for content area*/

#content_container {
	background: url(../../assets/images/content_tile.jpg) repeat-y;
	}
	
#content {
	background: url(../../assets/images/content_back.jpg) no-repeat;
	min-height:412px;
	height:auto !important;
	height:412px;
	padding: 10px 75px;
	}
	
#content img {
	border: 2px double #466FA6;
	margin: 15px;
	}
	
.left_photo {
	float: left;
	text-align: center;
	font-size: 1.1em;
	color: #666666;
	}
	
.right_text p {
	float: right;
	width: 420px;
	}
	
.right_text h1 {
	float: right;
	width: 420px;
	}
	
/*Define styles for footer*/
	
#footer {
	background: url(../../assets/images/footer.jpg) no-repeat;
	height: 72px;
	width: 930px;
	text-align: center;
	font-size: 1.1em;
	color: #FFFFFF;
	line-height: 1.3em;
	padding-top: 50px;
	clear: both;
}

#footer a:link {
	color:#FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
	}
	
#footer a:visited {
	color:#FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
	}
	
#footer a:hover {
	color: #FFCC66;
	}
	

	
.flash {
	margin-left: 100px;
	padding-top: 15px;
	}

