@charset "UTF-8";
* {
	padding: 0px;
	margin: 0px;
}
body {
	background-image: url(images/tile.gif);
	background-repeat: repeat;
}
#container {
	width: 855px;
	margin-right: auto;
	margin-left: auto;
}
#container-tabs {
	width: 855px;
	float: left;
}
#container-logo {
	width: 855px;
	float: left;
}
#container-header { width: 855px; float: left; }
#header-text { background-image: url(images/con-header-bg.gif); background-repeat: repeat-y; width: 835px; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #FFF; line-height: 25px; padding-top: 25px; padding-right: 10px; padding-bottom: 50px; padding-left: 10px; border-bottom-width: 7px; border-bottom-style: solid; border-bottom-color: #FFF; }
#container-register {
	width: 855px;
	float: left;
}
#container-menu {
	width: 855px;
	color: #493702;
	float: left;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 25px;
}

/* Menu */

#menu {
	color: #493702;
	margin-right: auto;
	margin-left: auto;
	float: left;
	width: 855px;
}

#menu ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 10px;
}

#menu li {
	display: block;
	width: 415px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#menu a {
	display: block;
	text-decoration: none;
	color: #493702;
	margin-top: 5px;
	margin-bottom: 5px;
}

#menu a:hover {
	text-decoration: none;
	background-color: #9FD7D8;
	color: #FFF;
}
#menu .current_page_item a {
	background-color: #9FD7D8;
	color: #FFF;
}
#container-web {
	background-color: #FFF;
	float: left;
}
#container-footer {
	width: 855px;
	padding-bottom: 25px;
	float: left;
}
.iframer {
	height:700px;
	width:855px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	text-decoration: none;
	color: #090d68;
}
a:visited { text-decoration: none; color: #FFF; }
a:hover { color: #FFFFFF; }
a:active {
	text-decoration: none;
}
.arial-gray-10 {
	font-family: arial;
	font-size: 10px;
	color: #666666;
}
h1 { font-family: Tahoma, Geneva, sans-serif; font-size: 18px; color: #4B3905; font-weight: normal; }
.gallery { border: 3px solid #FFF; margin: 8px; }

