*{
padding:0;
margin:0;
outline:0;
}

body{
	background: url(images/floralblue.jpg) fixed;
	color: #000000;
	font: 10pt 'Trebuchet MS', Verdana, sans-serif;
	font-weight:bold;
}

#wrapper{
	margin: 0 auto;
	width: 80%;
}

/*Styles for the header*/
#header{
	font-size: 16pt;
	height: 212px;
	border-top: 3px #FFFFFF solid;
	border-left: 3px #FFFFFF solid;
    border-right: 3px #FFFFFF solid;
	background-color: #495084;
	background: url(images/background_feather.jpg) no-repeat;
	background-position: center; 
}

#header a{
	color:#000000;
   text-decoration:none;
}

.title{
	float: right;
	padding-top: 135px;
	margin-right: 25px;
	font-family: "Arial Rounded MT Bold";
	
}

.subtitle{
	float: left;
	padding-top: 135px;
	margin-left: 25px;
	font-family: "Arial Rounded MT Bold";
	
}

.small{
font-size:0.5em;
font-style:italic;
}

/*Styles for the mainbar*/

#mainbar{
	
    text-align: center;
	background-color: #495084;
	border-top: 3px #FFFFFF solid;
	border-left: 3px #FFFFFF solid;
	border-right: 3px #FFFFFF solid;
	border-bottom: 3px #FFFFFF solid;
}

#mainbar ul li{
	list-style: none;
	display: inline;
	padding: 4px;
}

#mainbar a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 4px;
	background: #495084;
    font: 10pt 'Trebuchet MS', Verdana, sans-serif;
	font-weight:bold;
}

#mainbar a:hover{
color:#000000;
}

/*Styles for content area*/
#content{
	border-left: 3px #FFFFFF solid;
    border-right: 3px #FFFFFF solid;
	border-bottom: 3px #FFFFFF solid;
	background-color: #A7ACCF;
	
}

/*Styles for the sidebar*/
#sidebar{
	width: 15%;
	float: left;
	margin: 10px 5px;
	position: relative;
	overflow: hidden;
	border;
    border-right: thin solid white;
}

#sidebar ul li{
	list-style: none;
	padding: 5px;
	font-size: 1.0em;
	font-weight: bold;
}

#sidebar ul li ul{
margin:7px 5px 0px 5px;
font-size:0.9em;

}

#sidebar a{
color:#23274D;
text-decoration:none;
padding:5px;
}

#sidebar a:hover{
color:#FFFFFF;
text-decoration:none;
}

#sidebar ul li ul a:hover{
border:0;
}

/*Styles for main text area*/


#text{
	float: right;
	width: 80%;
	margin: 10px 5px 5px 0px;
	
}

#text p{
	padding: 5px 5px 5px 0px;
	line-height: 1.5em;
	

}

#text a{
color:#272B46;font-weight: bold;
}

#text a:hover{
color:#FFFFFF;
}

#text ul{
list-style:none;
padding:5px;
}

#text ul li{
padding-left:15px;
}

#text img.border {
	border: 2px solid #000000;
	margin: 5px;
	float:left;
}

#text ol{
list-style:lower-roman;
padding:5px 5px 5px 25px;
}


.left{
float:left;
margin-right:2px;
}

.right{
float:right;
margin-left:2px;
}

.photo{
	padding: 5px;
	border: 2px;
	border-color: black;
}

#gallery{
clear:both;
border-top:1px solid #707070;
width:100%;
}

#gallery .photos{
width:60%;
float:right;
padding:5px;
}

#gallery .links{
width:35%;
float:left;
padding:5px;
}

#gallery img{

padding:2px;
margin:10px;
float:left;
}

#gallery img:hover{

}

#gallery ul li{
list-style:none;
padding:5px 5px 2px 10px;
}

#gallery a{
color:#808080;
text-decoration:none;
border-bottom: 1px solid #808080;
display:block;
width:100%;
}

#gallery a:hover, a:active{
color:#000000;
text-decoration:none;
border-bottom:1px solid #000000;
}

blockquote{
margin:15px 25px;
padding:5px;
border-right:2px solid #525685;
border-left:1px solid #525685;
border-top:1px solid #525685;
border-bottom:2px solid #525685;
}

/*Styles for footer*/
#footer{
clear:both;
text-align:center;
border-top:3px solid #FFFFFF;
padding:3px;
font-size:0.85em;
}

#footer a{
color:##3F4368;
}

#footer a:hover{
color:#FFFFFF;
}

/*Styles for headers*/

#text h1, #gallery h1, #sidebar h1{
background:url(images/h1.gif) left no-repeat;
padding:10px 5px 5px 25px;
font-size:1.5em;
}

#text h2, #gallery h2{
font-size:1.2em;
border-bottom:1px solid #FFFFFF;
padding:10px 5px 5px 0px;
}

#text h3{
font-size:1em;
padding:10px 5px 5px 0px;
}

#sidebar h1{
font-size:1.2em;
}

#gallery h2{
border:0;
padding:5px 0px;
}

/*Form styles*/
input{
border:1px solid #3F4368;
/* background:url(images/back.gif);*/
padding:4px;
margin:0 0 4px 4px;
}

input:hover, input:focus{
border:1px solid #3F4368;
}


textarea{
border:1px solid #FFFFFF;
padding:4px;
margin:0 0 4px 4px;
}

textarea:hover, textarea:focus{
border:1px solid #FFFFFF;
}

table td {padding:5px 5px 5px 5px;}
