﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family:Tahoma, Arial;
}

#masthead {
	background-image: url('images/awelonheader.jpg');
	height: 244px;
	width: 800px;
}

#top_nav { width:800px;
background-color:#333366;
}

#container {
	max-width:800px;
	min-width: 600px;
	margin:5px auto;

}

#left_col {
	width: 200px;
	float: left;
}

#page_content {
	margin-left: 200px;
	width:600px;
}

#footer {
	clear: both;
	height:291px;
	background-image:url('images/sunrisefooter.jpg');
	background-repeat:no-repeat;
	background-position:center;
}
#masthead h1{
	font-size:xx-large;
	color:white;
	margin-top:20px;
	margin-left:20px;
}
#masthead h2{
	font-size:large;
	color:white;
	margin-top:50px;
	margin-left:20px;
}
#top_nav h3 {
	font-size:small;
	font-weight:bold;
	padding:2px;
	color:white;
	margin: 2px;
	
}
#top_nav a{
	color:white;
	text-decoration:none;
}
#left_col h3 {
	font-size:small;
	color:#333366;
}
#left_col ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#left_col li {
	display: block;
	margin: 0;
	padding: 3px;
	background-color: #fff;
	color: #333366;
	font-size: small;
}
#left_col a {
	color: #333366;
	text-decoration: none;
	display: block;
	background-color: #fff;
}
#left_col a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #333366;
	border: 1px solid #000066;
}
#page_content h3 {
	font-size: medium;
	color:#333366;
	padding:5px;
	text-align:center;
	margin-bottom:5px;
}
#page_content h4 {
	font-size: small;
	color:#333366;
	padding:5px;
	text-align:center;
	margin-top:2px;
}
#page_content p {
	font-size:small;
	color:#333366;
	padding:5px;
}
#page_content a {
	color:#336699;
	text-decoration:none;
}
#page_content a:hover {
	color:#336699;
	text-decoration:underline;
}			
#footer h4{
	font-size:small;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
#footer a {
	color:white;
	text-decoration:none;
}
#page_content img {
	border:3px solid white;
}
.style_italic {
	font-style:italic;
}
.left {
	float: left;
}
