﻿body	{
	background-color: #be9969; 
	color: black; 
	font-family: arial, verdana, sans-serif; 
	margin: 0;
	background-image: url(../images/bkgrnd.gif);
	background-repeat: repeat-y;
	background-position: center top;
	line-height: 20px;
	font-size: 10pt;
}

p,td 		{font-size: 10pt;}
li          {margin-bottom: 10px; line-height: 18px;}
ul          {list-style-type: square;}

h1	{font-size: 18pt; color: #10351C; font-weight: normal;}
h2	{font-size: 14pt; color: #10351C; font-weight: normal;}
h3	{font-size: 12pt; color: #3fa0b7; margin-bottom: 0;}
h4	{font-size: 11pt; color: #3c3838; margin-bottom: 0;}

.plan_highlight {font-size: 13pt; font-style: italic; color: #10351C; font-weight: bold;}

.header	{
	background-image: url(../images/top_bkgrnd.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.body {
	width: 914px;
	margin: 0 auto;
	padding: 0;
}

#content {
	float: left;
	display: block;
	width: 380px;
	padding: 24px 15px 0 15px;
}

#photo {
	float: right;
	width: 500px;
	padding: 24px 0 0 0;
}
	#photo img {
		padding: 10px;
		background-color: #8a2628;
		filter: progid:DXImageTransform.Microsoft.Fade();
	}
#PhotoDescription {
	background: black;
	color: white;
	text-align: center;
	font-size: 10pt;
	font-family: san serif, arial;
	font-weight: bold;
	position: relative;
	height: 18px;
	margin-top: -31px;
	margin-left: 10px;
	margin-right: 10px;
}
	
#plans {
	float: right;
	width: 480px;
	margin: 24px 0 0 0;
	padding: 10px;
	background-color: #8a2628;
	color: white;
}
#plans p{
	margin-top: 0;
}
	
.footer	{
	font-size: 7pt;
	color: black;
	border-top: 2px solid #10351c;
	padding: 5px 0 25px 10%;
}

/*~~~~~~~~~~~~~~~~~Navigation Styles~~~~~~~~~~~~~~~~~*/
#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #8a2628;
	height: 24px;
	text-align: center;
	vertical-align: middle;
}
#menu li {
	font-size: 9pt;
	line-height: 24px;
	color: white;
	font-weight: bold;
	display: inline;
}
#menu li a:link, #menu li a:active, #menu li a:visited {
	color: white;
	text-decoration: none;
	padding:  0 10px 0 10px;
}
#menu li a:hover {
	color: #d2b896;
	text-decoration: none;
}

a:link 		{color: #10351c;}
a:active 	{color: #10351c;}
a:visited 	{color: #8a2628;}
a:hover 	{color: #000000;}