body { 
	font-family: 'Droid Sans', Arial, sans-serif;
	background-color:#000000;
	color:#000000;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	
}

.fullwide { 
	margin-top:0px; 
	padding-top:0px; 
	width:100%; 
	height:100%; 
	padding-bottom:0px; 
	margin-top:20px; 
	margin-bottom:0px; 
	background-color:#000000; 
}

.reallywide { 
	position:relative; 
	top:0px; 
	left:0px; 
	width:800px; 
	background-color:white; 
}

a {
	color:#093d72;
	text-decoration:none;
}

a:hover {
	color:#bb4606;
	text-decoration:none;
}

H1{
	font-size:25px;
}

.main {
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	position:relative;
	top:0px;
	left:0px;
	margin-left:0px;
	border:0px solid #999999;
	padding:10px;
	width:520px;
	overflow:hidden;
	zoom:1;
	font-size:13px;
}

.logo {
	position: relative;
	top: 10px;
	left: 10px;
	width: 184px;
	text-align: left;
	float: left;
}


.slogan {
	font-size:16px;
	font-family:Arial;
	position:relative;
	top:35px;
	left:0px;
	font-style:normal;
	color:black;
	width:500px;
}

.BBB {
	position:absolute;
	top:0px;
	left:110px;
	visibility:visible;
}

.languages {
	position: absolute;
	font-size: 9px;
	top: 10px;
	left: 515px;
	visibility: visible;
}

.languages a {
	color:#093d72;
	text-decoration:none;
}

.languages a:hover {
	color:#bb4606;
}

.menubar {
	position:relative;
	top:0px;
	left:0px;
	width:800px;
	padding:0px;
	margin:0px;
	border:0px;
}

.menubar table {
	height:34px;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	border:0px;
	margin:0px;
	font-size:11pt;
	color:#ffffff;
	font-weight:400;
	text-align:center;
	background: url(images/menu_bg.jpg) repeat-x center;
}

.menubar table a {
	text-decoration:none;
	color:#ffffff;
	text-align:center;
}

.menubar table a:active {
	text-decoration:none;
	text-align:center;
}

.menubar table a:hover {
	color:#aaccff;
	text-decoration:none;
	text-align:center;
}

.menubar table a:link {
	text-align:center;
}

.menubar table a:visited {
	text-align:center;
}

.menubar table tr {
	padding:0px;
	border:0px;
	margin:0px;
	text-align:center;
}

.menubar table td {
	text-align:center;
	padding:0px;
	margin:0px;
	background: url(images/menu_div.jpg) no-repeat right;
	overflow:hidden;
}

.menubar table #active {
	background: url(images/menu_active2.jpg) repeat right;
	color:green;
	font-weight:bold;
	cursor:default;
}


p.error {
	color:#d9181e;
	font-weight:bold;
}

.error td {
	color:#d9181e;
	font-weight:bold;
}

.error td input {
	color:black;
	font-weight:bold;
	background-color:#ffa8a8;
	padding:2px 2px 2px 2px;
}

.error select {
	background-color:#ffa8a8;
	color:#000000;
	font-weight:bold;
}

.formstyle {
	padding-left: 20px;
}

.formstyle h1 {
	font-family: 'Droid Sans', sans-serif;
}

.formstyle p {
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
}

.formstyle td {
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
}

.formstyle select {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 15px;
   border: 1px solid #ccc;
   height: 34px;
   color: #666;
   font-weight: bold;   
}

.formstyle input {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 15px;
   border: 1px solid #ccc;
   height: 34px;
   color: #666;
   font-weight: bold;   
}

.submit {
	padding-left: 20px;
}

.submit input {
   background: green;
   color: white;
   width: 100px;
   padding: 5px;
   font-size: 16px;
   border: 1px solid #aaa;
   height: 34px;
   margin-left: 25px;
}

.submit input:hover {
	color: black;
	background: gray;
	cursor: pointer;
}

.captcha{
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	width:420px;
	margin-top: 10px;
	/*margin-left: auto;
	margin-right: auto;*/
    padding-top:0px;
	padding-left: 15px;
	
	padding-bottom: 0px;
	border:solid #aaa;
    border-width: 4px 4px 4px 4px;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
	background-color: #ddd;
}

.captcha input {
	background: white;
}

.footer {
	background-color:#669966;
	width:800px;
	height: 220px;
	margin-left:auto;
	margin-right:auto;
	margin-top: -20px;
	border-top: 5px solid gray;
}


.footer_connect {
	margin-right: 20px;
	padding-right: 20px;
	float: right;
	color: red;
}

.footer_connect h2 {
	color: white;
	font-size: 20px;
	border-bottom: double;
}





/*----------------------------------------------------------------------------------------*/



}}