@charset "utf-8";

/* default elements */

body {
	background: #8398A1;
	color: #333;
	font: normal 95% Geneva, Arial, sans-serif;
	padding: 2% 0;
}

a {
	color: #C60;
	text-decoration: none;
}

a:hover {
	color: #069;
	text-decoration: none;
}

big {font-size: 1.1em;}

.greyline { border: 1px;}

/* header */
.title {
	background: #E2DED5 url(img/header-h1.jpg) repeat-x;
	border-top: 1px solid #996;
}
.title h1 {
	font: normal 2.2em Georgia,sans-serif;
	padding: 10px 0 10px 10px;
}

.header {
	border-top: 2px solid #663;
	background: #DAD7C5 url(img/header.jpg) no-repeat left bottom;
	height: 220px;
}

img {border: none;}

label {display: block;}

p {padding: 2px 0 10px;}

small,.small {font: normal 0.9em sans-serif;}

.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

h2,h3 {
	color: #006699;
}

h1 {
	font: normal 2em Georgia,serif;
	color: #669900;
}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {
	font: normal 1.6em serif,sans-serif;
}

h3 {font: 1.4em serif,sans-serif;
	}

h4 {
	font: normal 1.2em sans-serif;
	color: #666666;
	}

h5 {
	font: normal 1em sans-serif;
	color: #CC9900;
	}

h1.feather {
	background: url(images/icon_feather.gif) no-repeat left center;
	padding-left: 50px;
	}	

a.white:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
}

a.white:visited {
	color: #FFFFFF;	
	text-decoration: none;
}

a.white:active {
	text-decoration: none;
}
 
.border {
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
}

.border-left {
	border-left: 1px solid #C1DAD7;
}

.border-right {
	border-right: 1px solid #C1DAD7;
}

#sub {
margin:0 0 -2em 1px;
padding: 1px 0 1em;
width:500px;
}

.padr {
	margin:0 10px 20px 0;
}

.padl {
	margin:0 10px 20px 30px;
}

#padr {
margin:0 5px 0 0;
padding: 0 5px 0 0;
}


blockquote {
	position: relative;
	text-indent: 2em;
	font: normal 1.1em Georgia,serif;
	color: #669933;
}
.bqstart,.bqend {
	font-size: 300%;
	color: #999999;
}
/* apply IE specific rules first */

.bqstart {
	text-indent: 0;
	margin: -0.6em 0 -2em 0;
	float: left;
}
blockquote> .bqstart {
	/* add extra non-IE rules */
	position: absolute;
	top: -0.2em;
	left: 0;
	/* remove IE specific rules */
	float: none;
	margin: 0;
}
.bqend {
	position: absolute;
	margin-top: -0.5em;
	right: 0;
	text-indent: 0;
}
blockquote> .bqend {
	margin-top: -0.1em;
}
blockquote cite {
	font: 0.9em sans-serif;
	color: #666666;
}
#container /* hold all html content */
{
background: #CCC;
width: 300px;
height: 500px;
}

#tag1
{
width: 500px;
height: 200px;
}

#tag2
{
float: left;
width: 250px;
height: 300px;
}
#tag3
{
float: right;
width: 350px;
height: 450px;
background: #ffffff;
}
