/* CSS Document */

/* Main Page */

body {
	background-color: #40add6;
	margin: 30px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a6a2a3;
}

p {
	margin: 10px 0 10px 0;
}

h1,h2,h4,h5,h6 {
	font-weight: normal;
	margin: 0px;
}

h1 {
	color: #a6a2a3;
}

h2,h3,h4,h5,h6 {
	color: #5cabd4;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 14px;
	text-transform: uppercase;
}

h3 {
	font-size: 12px;
	margin:15px 0 15px 0px;
	padding:10px 0 10px 0;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a0d3ee;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 11px;
}

h6 {
	font-size: 10px;
}

hr {
	border: 1px dotted;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-color: #29456D;
}

ul, li {color:#a6a2a3;}

blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Navigation */

a:link {
	text-decoration: none;
	color: #5cabd4;
}
a:visited {
	text-decoration: none;
	color: #5cabd4;
}
a:hover {
	text-decoration: underline;
	color: #5cabd4;
}
a:active {
	text-decoration: none;
	color: #5cabd4;
}

a.nav:link {
	text-decoration: none;
	color: #5cabd4;
	padding: 0px 5px 0px 5px;
	margin: 0px;
}
a.nav:visited {
	text-decoration: none;
	color: #5cabd4;
	padding: 0px 5px 0px 5px;
	margin: 0px;
}
a.nav:hover {
	text-decoration: underline;
	color: #5cabd4;
	padding: 0px 5px 0px 5px;
	margin: 0px;
}
a.nav:active {
	text-decoration: none;
	color: #5cabd4;
	padding: 0px 5px 0px 5px;
	margin: 0px;
}

a.footer:link {
	text-decoration: none;
	color: #848484;
}
a.footer:visited {
	text-decoration: none;
	color: #848484;
}
a.footer:hover {
	text-decoration: underline;
	color: #848484;
}
a.footer:active {
	text-decoration: none;
	color: #848484;
}



/* DIV */

#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 860px;
	background-color: #FFFFFF;
}

#header {
	margin: auto;
	padding: 15px 15px 0px 15px;
	width: 830px;
	height: 105px;
	background-image: url(../images/bk_header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #5cabd4;
}

#container_content {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#sidebar {
	margin: 0px;
	padding: 0px;
	width: 355px;
	float: left;
}

#sidebar_photo {
	margin: 0px;
	padding: 0px;
}

#sidebar_text {
	margin: 0px;
	padding: 30px;
	font-size: 13px;
}

#content {
	margin: 0px;
	padding: 0px;
	/*width: 375px;*/
	width:504px;
	float: right;
}

#content  p {color:#A6A2A3;}

#content_photo {
	margin: 0px;
	padding: 0px;
}
#content_text {
	margin: 0px;
	padding: 30px;
}

#footer {
	margin: auto;
	padding: 30px 0px 20px 0px;
	width: 860px;
	background-image: url(../images/bk_footer.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #40add6;
	font-size: 10px;
	text-align: center;
	color: white;
	clear: both;
}
#footer a {color:white;}

/* Class */

.disclaimer {font-family: "MS Sans Serif", sans-serif, Verdana; font-weight: normal; font-size: 8pt; color:white; margin-left: 15px; margin-top: 15px; margin-right: 30px }
.style1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-style: italic;color:white;}
.style2 {font-family: Geneva, Arial, Helvetica, sans-serif;color:white;}




#form {}
#form ul {list-style:none;margin:15px 0 15px 0;padding:0;}
#form ul li {margin:5px 0 5px 0;}
#form label {font-size:11px;}
#form .input {
	width:250px;
	height:15px;
	padding:5px;
	line-height:12px;
	background-color: #E5E5E5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color:#3399CC;
}
#form .comment {
	width:250px;
	padding:5px;
	background-color: #E5E5E5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family:Verdana, Arial;
	font-size:12px;
	color:#3399CC;
}
#form legend {padding:5px 15px 5px 15px;font-weight:bold;}
#form fieldset {
	background:#ececec;
	margin:10px 0 10px 0;
	padding:0px 25px 0px 25px;
	border: 1px solid #e2e2e2;
}
.photo {float:right;padding:0 0px 15px 15px;}
.photo-small {float:left;padding:0 15px 15px 0 }
.member {padding-left:30px;}
.logo {margin-top:15px;}
.logo img {border:none;}