/* Global */
* {
margin:0;
padding:0;
border:none;
}
li {list-style:none;}
.clearfix:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
a{
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
/* Layout */
body{
background:url(images/body_bg.gif) top left repeat-x #310028;
font: 62.5%/1.4 Tahoma, sans-serif;
color:#7c7c7c;
padding:0px 0px 0px 0px;
}
.header {
	color: #49001e;
	font-family: Georgia;
	font-size: 22px;
	font-weight: bold;
}

h3 {
	color: #ce9350;
	font-family: Georgia;
	font-size: 17px;
	font-weight: bold;
}
#line{
background:url(images/horiz_line.gif) no-repeat;
position:relative;
height:20px;
}
div#wrap{
width:850px;
margin:0 auto;
font-size:11px;
}
#header{
height:76px;
position:relative;
}
#header2{
height:204px;
position:relative;
background:url(images/Rosalind_header.jpg) top left no-repeat;
}
#container{
width:850px;
}
#textarea {
width:805px;
padding:10px;
background-color:#ffffff;
color:#666666;
}
#footer{
width:100%;
position:relative;
height:45px;
}
#footer_inner{
margin:0 auto;
position:relative;
height:45px;
width:850px;
}
/* Header */
.top_menu{
position:absolute;
top:44px;
left:0px;
}
.top_menu li{
display:block;
float:left;
padding:0px 14px;
background:url(images/top_menu_sep.gif) top left no-repeat;
}
.top_menu li:first-child{
background:none;
}
.top_menu li a{
font-size:11px;
color:#FFF;
font-family:Georgia, "Times New Roman", Times, serif;
display:block;
background:url(images/arrow.gif) bottom center no-repeat;
padding-bottom:17px;
float:left;
text-transform:uppercase;
}
.image{

border:thin;
border-color:#FF9933;
}

/* Content */
.flashWrap{
padding:11px;
background-color:#CE9350;
border:1px solid #FFF;
}
/* forms */

.formfield {  
 background-color: #ffffff; 
 border: 1px solid #666666;}

/* Footer */
#footer p{
text-align:right;
color:#FFF;
font-size:11px;
padding-top:14px;
}
.style1 {
	color: #A75120;
	font-size: 15px;
	font-weight: bold;
}
.style2 {
	color: #4E86B5;
	font-weight: bold;
}
.style3 {
	color: #000000;
	font-style: italic;
}
.style4 {color: #000000}
.style6 {font-size: 14px}
.style7 {color: #4E86B5; font-weight: bold; font-size: 14px; }
a:link {
	color: #EF8472;
}
a:visited {
	color: #CDB8A3;
}
a:hover {
	color: #2965A4;
}
a:active {
	color: #770009;
}