/* CSS Document */


/* sitewide */
body {
	background: url(pics/back.png) top center no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #EEEEEE;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

a {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	color: #FF6666;
}

.websitecontainer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 655px;
	overflow: hidden;
	z-index: 1;
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 20px;
	text-align: left;
}

.title {
	float: right;
	width: 455px;
	color: #FFFFFF;
	font-weight: bold;

}
.title h2 {
	font-size: 10px;
	margin-left: 308px;
}

.title h1 {
	font-size: 18px;
	margin-left: 20px;
}

.content {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

.bottom {
	margin-left: -20px; 
	margin-top: 200px;
	padding-bottom: 3px;
	clear: both;
}
/* end sitewide */

/* Start Menu */

.menu {
	margin-top: 7px;
	font-size: 11px;
}

.menu h4 {
	display: inline;
	font-weight: normal;
	font-size: 11px;
	margin-left: 3px;
	margin-right: 1px;
}

.menu h4 a {
	color: #000000;
}

.menu h4 a:hover {
	color: #FF0000;
}

.menu h4 .active {
	font-weight: bold;
}

/* End Menu */

/* start floating images */
.floatingimage img {
           border: none;
       }
	   
.floatingimage img#CTRLInline,
.floatingimage img#CTRLOutlineI {
           border: 0;
           padding: 0px;
       }
	   
.floatingdesc {
	font-size:9px;
	color:#000000;
	text-align: center;
	background-color: #C8EBFF;
}

/* end floating images */

/* Start gallery */

 div#gallery .floatleft {
	margin-left: 30px;
	margin-right: 30px;
	width: 130px;
	overflow: hidden;
}

div#gallery .floatingimage {
	height: 175px;
	overflow: hidden;
}

#gallery img {
	border: 0px;
}

div#gallery .ghead {
	display: none;
}

div#gallery .gfoot {
	visibility: hidden;
}

div#gallery .floatingdesc {
	width: 125px;
	background-color: #FFFFFF;
	color: #666666;
	height: 35px;
	overflow: hidden;
}

/* End gallery */

/* Start styles index */
.index-actual {
	float: left;
	width: 420px;
	margin-left: 1px;
	margin-right: 1px;
	padding-bottom: 5px;
}

.index-actual h1 {
	background-color: #C8EBFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #003399;
	margin-bottom: 5px;
	font-size: 11px;
}



.index-actual-text {
	margin: 10px;
	text-align: left;
	font-size: 10px;
}

.index-actual-text a {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}

.index-actual-text a:hover {
	color: #FF6666;
}

.index-text {
	padding: 10px;
	margin-left: 420px;
}


/* End styles index */

/* Start other styles */
.content-text {
	margin-top: 15px;
	padding-left: 12px;
}

.content-text h1 {
	background-color: #C8EBFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #003399;
	margin-bottom: 10px;
	font-size: 11px;
	margin-left: -12px;
}

.content-text h2 {
	font-size: 12px;
	color: #000000;
	background: url(pics/back-h2.png) no-repeat;
	padding-left: 14px;
	height: 12px;
	letter-spacing: 1px;
	margin-left: -12px;
	margin-bottom: 10px;
}

.content-text h3 {
	font-size: 12px;
}

.content-text h4 {
	color: #0066CC;
	margin-bottom: 10px;
}

.content-text td {
	text-align: left;
}

.content-text a {
	color: #000000;
}

.content-text a:hover {
	color: #FF6666;
}


.formcampo {
	color: #000000;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	width: 400px;
}

.formboton {
	background-color: #C8EBFF;
	border: 1px solid #003399;
	padding: 5px;
	font-size: 11px;
	color: #003399;
	font-weight: bold;
}
