*{
	margin: 0px;
	padding: 0px;
}
body, html {
	font-family: Helvetica;
	font-size: 13px;
}
a {
	text-decoration: none;
	color: #6c96c3;
}
a:link {
}
a:visited {
	color: #650033;
}
a:hover {
}
a:active {
}
img {
	vertical-align: middle;
	border: none;
}
ul {
	margin-top: 10px;
	margin-left: 25px;
}
ul ul {
}
ol {
	margin-top: 10px;
	margin-left: 25px;
}
ol ol {
}
li {
	margin-bottom: 2px;
}
p {
	margin-top: 10px;
}
q {
}
h1 {
	font-size: 16px;
	margin-top: 10px;
}
h2 {
	margin-top: 10px;
}
h3 {
	margin-top: 10px;
}
h1, h2, h3{
}
em, i {
}
b, strong {
}
strike, del {
}
caption {
}
blockquote {
}
cite {
}
pre {
}
samp {
}
code {
}
hr {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	border: 1px solid #9f1b32;
}
fieldset{
	border: none;
}
#wrapper{	
}		
#header{
	font-family: "Bodoni SvtyTwo SC ITC TT";
	font-size: 24px;
	height: 83px;
	background: url(images/header_background.png);
	background-repeat: repeat-x;
	border-bottom: 2px solid #9f1b32;
	padding-left: 10px;
}
	.title{
	position: absolute;
	left: 10px;
	top: 15px;
	width: 225px;
	}
	#header a {
		color: #ffffff;
		display: block;
	}
	#header a:link {
	}
	#header a:visited {
	}
	#header a:hover {
	}
	#header a:active {
	}
	#header img{
		padding-top: 7px;
	}
#body{
	min-height: 216px; /*optimizes the viewport for portrait - no scroll*/
	padding: 15px;
}
	#body.navigation{
		padding: 0px;
	}
	.navigation{
		text-align: center;
		font-size: 18px;
		line-height: 48px;
	}
	ul.navigation{
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	.navigation li{
		margin: 0px;
		padding: 0px;
		border-bottom: 2px solid #9f1b32;
	}
	.navigation a {
		color: #000000;
		display: block;
	}
	.navigation a:link {
	}
	.navigation a:visited {
	}
	.navigation a:hover {
		background-color: #9f1b32;
		color: white;
	}
	.navigation a:active {
		background-color: #9f1b32;
		color: white;
	}
	.rss{
		position: absolute;
		top: 87px;
		right: 2px;
	}
/*Form Styling*/
	.text_field{
		height: 40px;
		width: 290px;
		font-size: 20px;
	}
	.button{
		height: 30px;
		width: 100px;
	}
	.large_button{
		height: 30px;
		width: 170px;
	}
	.list_menu{
		height: 30px;
		width: 290px;
	}	
#footer{
	background: url(images/footer_background.png);
	background-repeat: repeat-x;
	color: #FFFFFF; 
	font-size: 11px;
	height: 25px;
	text-align: center;
}
	#footer ul{
		margin: 0px;
		padding-top: 5px;
	}
	#footer li{
		display: inline;
		padding-left: 10px;
		padding-right: 10px;
	}

