/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Body */

body {
	margin-top: 15px;
	padding: 0;
	background: #339999;
	font-family: Vendana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 22px;
	color: #FFFF00;
	margin-top: 5px;
	margin-bottom: 16px;
	margin-left: 0px;
	font-weight: 500;}

h2 { font-size: 16px; 
	color: #FFFFFF;
	margin-bottom: 20px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	color: FFFF00; 	
	font-weight: bold;
	line-height: 4 px;
	margin-bottom: 15px;
	}

p {
	margin-top: 10px;
	line-height: 200%;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

ul, ol { }

blockquote { }

a { color: #FFFF00; 
	line-height: 150%;
}

a:hover { text-decoration: underline; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

/* Navigation */ 

#navigation {
	margin: 10px 0 0 10px;
}

/* Wrapper */

#wrapper {
	display: table;
	width: 550px;
	margin: 0 auto;
	background: #003399;
	padding-bottom: 10px;
}

/** LOGO */

#logo {
	width: auto;
	height: 30px;
	margin-bottom: 30px;
	margin-top: 0;
	margin-right: 5px;
	margin-left: 5px;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0 0 0 30px;
	line-height: normal;}

#logo h1 { 	
	float: left;
	padding-top: 35px; 
}

#logo h1 a {
	text-transform: lowercase;
	color: #FFFFFF;
}

#logo p {
	padding: 170px 0 0 0;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;

}

#logo p a {
	text-decoration: none;
	color: #FFFFFF;
}



/* Content */

#content {
	width: 90%;
	padding: 0 15px 0 30px;
}

img.floatRight { 
    float: right; 
    margin-left: 6px; 
}


/* Footer */

#footer {
	width: 550px;
	margin: auto;
	background-color: #000000;
}

#footer p {
	margin: 0px 5px 10px 5px;
	padding: 10px;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
}

#footer a {
}

