* {
    padding: 0;
    margin: 0;
} 

body, html{
    background: #C9C9C7;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	 font-size: 12px;
}
a {
	color: #8B0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
input.form {
    width: 380px;
}
textarea.form {
    height: 300px;
    width: 380px;
}
input.formint {
    width: 100px;
}
.preview {
    margin: 0 0 10px 0;
    padding: 5px;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}


#wrap {
margin: 20px auto;
width: 724px;
background: #C9C9C7 url('images/midbg.jpg');
background-repeat: repeat-y;
}

#top { 
	background: #C9C9C7 url('images/topbg.jpg');
	height: 30px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {
	background: #C9C9C7 url('images/botbg.jpg');
	height: 30px;
}


.header {
height: 150px;
background: #FFFFFF url('images/top.jpg');
}

.header h1 {
	padding-left: 10px;
	padding-top: 30px;
	font-size: 30px;
	color: #FF6600;
}
.header h1 a {
	color: #FFFF00;
	text-decoration: none;
}
.header h2 {
	padding-left: 10px; 
	padding-top: 0px; 
	font-size: 20px; 
	color: #000000; 
}

.breadcrumbs { 
  background: #F6F9FB; 
  padding: 5px;
  padding-top: 15px;
	text-align:center;
	border: 1px;
	font-size: 16px;
	font-weight:bold;
}
	
.middle {
	float: left;
	width: 59%;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: justify;
}

.right {
	float: left;
	width: 30%;
	margin: 0 0 0 10px;
	padding: 1% 1%;
	
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom: 5px;
	color: #CC0000;
	list-style: disc;
}

.middle h2 { color: #8B0000; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #8B0000; font-size: 14px; margin-top: 15px;}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}
