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


* {	margin: 0 auto; padding: 0; }

body { 
	background: url(images/bkg-red.gif); 
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; 
	text-align:center;
	line-height:150%;
	}

h1, h2, h3, h4, h5, h6 { font-size: 100%; color:#692525; }

.title {
	color:#f4e889;
	margin-top:1em;
	}
.subtitle {
	color:#f2ece1;
	padding-top:13px;
	font-size:18px;
	font-weight:normal;
	}

ul, ul li {
	list-style:url(images/check.jpg); 
	font-size:14px;
	padding-left:.5em; 
	font-weight:bold;
	padding-bottom:.5em;
	}
	
a:link, a:visited {
	color:#660000;
	}
a:active, a:hover {
	color:#ff0000;
	}
	
#wrapper {
	width:729px;
	}

#top{
	background-image:url(images/top-bkg2.png);
	background-repeat:no-repeat;
	width:729px;
	height:60px;
	}
	
#mainContent {
	padding:15px;
	text-align:left;
	background-color:#fff;
	}
#mainContent p {
	margin-bottom:1.25em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}

#leftContent{
	float:left;
	width:410px; 
	margin:10px;
	}

#rightContent{
	float:right;
	width:258px;
	}
	
#sidebar {
	width:238px;
	text-align:center;
	padding:10px;
	background-color:#f2ece1;
	background-image:url(images/sidebar-bkg.gif);
	background-repeat:repeat-y;
	color:#666;
	}
	
#sidebarTop{
	background-image:url(images/sidebar-top.gif);
	width:258px;
	height:6px;
	}	
#sidebarBtm{
	background-image:url(images/sidebar-btm.gif);
	width:258px;
	height:6px;
	}
	
#sidebar p {
	text-align:left;
	}
	
#footer {
	background-color:#000000;
	background-image:url(images/footer-bkg.jpg);
	background-repeat:repeat-x;
	color:#cfc6bc;
	padding:2em;
	font-weight:bold;
	font-size:12px;
	}
#footer p {
	text-align:center;
	margin-bottom:1em;
	color:#cfc6bc;
	}
#footer a:link, a:visited {
	color:#f7f7f7;
	text-decoration:none;
	}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
	}

h1 {
	font-size:36px;
	font-weight:normal;
	}
	
h2 {
	font-size:20px;
	}
	
#mainContent .intro{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin-top:0em;
	}
.dropcap {
	float:left;
	color:#777;
	font-size:40px;
	line-height:28px;
	padding:4px;
	}

.photo {
	background-color:#fff;
	padding:3px;
	border:1px solid #ccc;
	text-align:center;
	margin: 1em 0px;
	}
	
td {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	}
	
textarea {
	font-size:12px;
	}