@charset "UTF-8";
/* CSS Document */

body  {
	background: #63396b;
	font: 0.8em Trebuchet MS, Helvetica, Arial, sans-serif;
	text-align: center; 
	color: #5a5a5a;
}

*, div { 
	margin: 0;
	padding: 0;
}

#mainarea { 
	width: 818px;  
	margin: 4px auto 0px; 
}


#content {
	background: url(/images/bg.jpg) repeat-y;
	margin: 0px;
	width: 818px;
}

#top_login {
	
	color: #ffbb0e;
	overflow:hidden;
	width: 818px;
	margin: 0 auto;
	text-align: right;
	padding-right: 32px;
	margin-top: 15px;
	
}

#top_login a:link {
	
	color: #ffbb0e;
	text-decoration: none;
	
}

#top_login a:visited {
	color: #ffbb0e;
	text-decoration: none;
}

#top_login a:active {
	color: #ffbb0e;
	text-decoration: none;
}

#top_login a:hover {
	
	color: #ffbb0e;
	text-decoration: underline;
	
}
	
/* ------------ HEADER ------------ */

#header {
	margin: 0px 17px 0px 17px;
	text-align: left;
	width: 784px;
}

#headerimage {
	float: left;
	border: none;
	width: 784px;
	text-decoration: none;
}


/* ------------ TEXT AREA ------------ */


#textarea { 
	float: right;
	width: 510px; 
	padding: 40px 60px 40px 0px; 
	text-align: left;
	overflow: visible;
} 

p {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 150%;
	color: #5a5a5a;
	margin-bottom: 14px;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 175%;
	font-style: italic;
	font-weight: normal;
	line-height: 150%;
	color: #7c4587;
	margin-bottom: 14px;
}

h2 {
	font-family: trebuchet ms, Times New Roman, Times, serif;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	line-height: 150%;
	color: #535353;
	margin-bottom: 14px;
	text-transform: uppercase;
}

h3 {
	font-family: trebuchet ms, Times New Roman, Times, serif;
	font-size: 105%;
	font-style: normal;
	font-weight: bold;
	line-height: 120%;
	color: #535353;
	margin-bottom: 12px;
}

a {
	color: #7c4587;
	text-decoration: underline;
}

a img {
	text-decoration: none;
	border: none;
} 

#textarea ul {
	margin: 0px 0px 14px 14px;
	padding-left: 1em;
	line-height: 150%;
}

strong {
	font-weight: bold;
	color: #565656;}

.both {
	clear:both;
}


/* ------------ HOME ------------ */

#texthome { 
	padding: 40px 60px;
	text-align: left;
} 

#texthome p { 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 150%;
	color: #4b1556;
	margin-bottom: 14px;
} 

#texthome a { 
	color: #f13d40;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
} 

.imagehome {
	float: left;
	border: none;
	padding: 0px 42px 42px 0px;
	margin-top: -18px;
} 

/* ------------ FOOTER ------------ */

#login { 
	background: url(/images/footer.png) top left no-repeat;
	width: 818px;
	height: 61px;
	margin: 0px;
	padding-top: 8px;
}

.login {
	float: left;
	color: #eaca78;
	font-variant: small-caps;
	font-size: 125%;
	margin-left: 60px;
	text-decoration: none;
}


#footer { 
	width: 818px;
	margin: 0px;
}

#footer p{
	text-align: center;
	font-size: 85%;
	line-height: 150%;
	color: #ffffff;
} 

.home_bottom {
	
	background: url(/images/home_bottom.png) top left no-repeat;
	width: 818px;
	margin: 0px;
	height:37px;
}


/* ------------ SIDENAV LOGIN ------------ */

ul#side_login {
	list-style-image:none;
	text-transform:uppercase;
	list-style:none;
	margin-top: 15px;
	font-weight:normal;
	margin-left: 5px;
}


ul#side_login li {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	color: #7e3d89;
	
}

ul#side_login a:hover {
	color: #ffbb0e;
}


/* ------------ EXTRAS ------------ */


.fix {
	height: 1px;
	clear: both;
	overflow: hidden;
}


.f-left {
	float: left;
	margin: 5px 10px 5px 0;
}

.f-right {
	float: right;
	margin: 5px 0 5px 10px;
}

.bio-image {
	
	float:right;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: #999 solid 1px; 
}