/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	float: centrar;
	background-color: #0033FF;
	background-image: url(../pics/img012.gif);
	background-repeat: repeat-y;
	background-position: center;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0033FF;
	text-transform: none;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	float: none;
}

a {
	font-weight: bold;
	color: #CCCCCC;
}

h2 {
	font-size: 18px;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

.img1 {
	float: left;
	margin: 4px 15px 0px 0px;
	border: 5px solid #89A9C9;
}
.img2 {
	float: center;
	margin: 4px 15px 0px 0px;
	border: 5px solid #89A9C9;
	}
.text1 {
	font-size: 14px;
}

/** HEADER */

#header {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: none;
	font-size: 12px;
	color: #000063;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
}

#header h1 {
	margin: 0px;
	padding: 20px;
}

#header h2 {
	margin: 0px;
	font-size: 14px;
}

/** MENU */

#menu {
	width: 783px;
	background-color: #010163;
	padding-top: 5px;
	padding-bottom: 6px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #000099;
}

/** CONTENT */

#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 140%;
}

#left {
	float: left;
	width: 420px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 5px;
}

#left ul {
	padding-left: 5px;

}

#right {
	width: 305px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	float: right;
}

#colA {
	float: left;
	width: 230px;
	padding: 0px 20px 0px 0px;
}

#colB {
	float: right;
	width: 230px;
	padding: 0px 0px 0px 0px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000063  ;
}

#footer p {
	margin: 0px;
	padding: 20px 10px 0px 125px;
	color: #4773C1;
}

#border-top {
	color: #89A9C9;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #89A9C9;
}
.img2 {
	float: none;
	border: 5px solid #89A9C9;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.transOFF {background-color: silver;border:1px solid black; }
div.transON  {background-color: silver;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;border:1px solid black; }
	
