html, body {
	background: #010066;
}
body {
	font: 1.0em Arial,Verdana,Sans-serif,Trebuchet;
	color: #010066;
	line-height: 18px;
}
p {
	margin-bottom: 1.5em;
}
.align_right {
	text-align: right;
}
.align_mid_right {
	text-align: center;
}
.clear {
	clear:both;
}

#wrapper {
	background:none;
	width: 912px;
	min-height:400px;
	height:auto !important;
	height:400px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	position: relative;
}

/* HEADER */
h1.header {
	background: #fff url(../gfx/site/header.jpg) no-repeat 0 top;
	height: 121px;
	width: 912px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	display: block;
    text-align:right;
	/*text-indent: -9999px;*/
}
 #wrapper #main #track {
	height:auto;
	padding-left: 715px;
	margin-left: 715;
	position: absolute;
    float:right;

}
#language {
	height:auto;
	padding-left: 5px;
	margin-left: 715;
	position: relative;
    float:right;
    z-index:999;
}
/* MAIN */
#wrapper #main {
	background: url(../gfx/site/div_bg.png) repeat;
	width: 912px;
	height:auto;
    min-height:350px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	position: relative;
}

/*MENU*/
#navigation {
	height: auto;
	width: 201px;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 15px 6px;
	position: relative;
	float: left;
}
	#navigation li {
		background: none;
		width: 201px;
		display: block;
		margin: 0px;
		font-size: 0.8em;
		font-weight: bold;
		color: #fff;
	}
	#navigation li span {
		background: #336799;
		height: 22px;
		width: 191px;
		margin: 0px 0px 0px 0px;
		padding: 4px 0px 0px 9px;
		text-align:left;
		text-decoration: none;
		display: block;
		border-bottom: 1px solid #cd0001;
		border-left: 1px solid #fff;
	}
	#navigation li a {
		background:#cdebf5 url(../gfx/site/menu.png) no-repeat;
		display: block;
		font-weight: bold;
		color: #029cc2;
		height: 22px;
		width: 186px;
		margin: 0px 0px 0px 0px;
		padding: 4px 0px 0px 15px;
		text-align:left;
		text-decoration: none;
	}
	#navigation li a:hover {
		background:#cdebf5 url(../gfx/site/menu.png) no-repeat top right;
		color: #029cc2;
	}
	#navigation li a.active {
		background:#7fb2cd url(../gfx/site/menu_active.jpg) no-repeat top right;
		color: #fff;
	}
    #navigation li a.activedown {
		background:#7fb2cd url(../gfx/site/menu_active_down.jpg) no-repeat top right;
		color: #fff;
	}
	#navigation li a.more {
		background:#7fb2cd url(../gfx/site/menu_more.png) no-repeat top right;
		color: #029cc2;
	}
	#navigation li a.down {
		background:#7fb2cd url(../gfx/site/menu_down.png) no-repeat top right;
		color: #029cc2;
	}

	#navigation li ul li a {
		background:#cdebf5 url(../gfx/site/sub_menu.png) no-repeat;
		display: block;
		font-weight: bold;
		font-size: 1.2em;
		color: #029cc2;
		height: 22px;
		width: 186px;
		margin: 0px 0px 0px 0px;
		padding: 4px 0px 0px 15px;
		text-align:left;
		text-decoration: none;

	}
    	#navigation li ul li a.submenu {
		background:#cdebf5 url(../gfx/site/sub_menu.png) no-repeat;
		display: block;
		font-weight: bold;
		font-size: 1.2em;
		color: #029cc2;
		height: 22px;
		width: 186px;
		margin: 0px 0px 0px 0px;
		padding: 4px 0px 0px 15px;
		text-align:left;
		text-decoration: none;

	}
     #navigation li ul li a.submenuactive {
        background:#7fb2cd url(../gfx/site/sub_menu_active.jpg) no-repeat top right;
		color: #fff;
	}
    #navigation li ul li a.active {
        background:#7fb2cd url(../gfx/site/sub_menu_active.jpg) no-repeat top right;
		color: #fff;
	}

   #navigation li ul li a:hover {
		background:#cdebf5 url(../gfx/site/sub_menu.png) no-repeat;
	}
     #navigation li ul li a.submenuactive:hover {
		background:#cdebf5 url(../gfx/site/sub_menu_active.jpg) no-repeat;
	}
    #navigation li ul li a.active:hover {
		background:#cdebf5 url(../gfx/site/sub_menu_active.jpg) no-repeat;
	}
    	/*CONTENT */

#content {
	width: 470px;
	height: auto;
	overflow: hidden;
	margin: 15px 13px 0px 13px;
	padding-left: 0px;
	padding-bottom: 24px;
	float: left;
	text-align: justify;
	font-size: 0.8em;
}
   #main #iframe {
     background-color:#FFF;
	width: 896px;
	height: 600px;
    margin-left:6px;
}

/* GENERAL FORMATTING */
	#main #content  p {
		margin-bottom: 1.5em;
	}
	
	#main #content a {
		color: #575757;
		text-decoration: underline;
	}
	#main #content a:hover {
		color: #7b7b7b;
	}
	#main #content a.arrow {
		background: url(../images/arrow.png) no-repeat;
		padding-left: 18px;
	}
	#main #content strong {
		font-weight: bold;
	}
	#main #content  em {
		font-style: italic;
	}
	
	#main #content  ul {
		list-style-type: disc;
		margin: 0;
		margin-left: 20px;
		margin-top: 10px;
		padding: 0;
		border: none;
	}
	#main #content  ol {
		list-style-type: decimal;
		margin: 0;
		margin-left: 20px;
		margin-top: 10px;
		padding: 0;
		border: none;
	}
	#main #content  li {
			color: #575757;
			margin: 0px;
			margin-left: 5px;
			margin-top: 5px;
			padding: 0px;
			color: #010066;
	}
	#main #content  li a{
			color: #575757;
			margin: 0px;
			margin-left: 5px;
			margin-top: 5px;
			padding: 0px;
			color: #010066;
	}
	#main #content  h1 {
		color: #cc0c00;
		font-weight: bold;
		margin-bottom: 0.8em;
		font-size: 1.9em;
	}
	#main #content  h2 {
		color: #cc0c00;
		font-weight: bold;
		margin-bottom: 0.8em;
		font-size: 1.4em;
	}
	#main #content  h3 {
		color: #cc0c00;
		font-weight: bold;
		margin-bottom: 0.8em;
		font-size: 1.2em;
	}
	
/* CONTACT */

.submitButton {
	margin-left: 1.5em;
}

#content form * {
	font-size: 1em;
	color: #010066;
	line-height: 1.5em;
}

#content form label {
	display: block;
}

#content label {
		width: 4em;
		float: left;
		text-align: left;
		margin-right: 0.5em;
		display: block;
	}
	#content label.error {
		color: #C02B0D;
		width: 4em;
		float: left;
		text-align: left;
		margin-right: 0.5em;
		display: block;
		
	}
	#content form {
		margin: 0px;
	}
	
	#content input[type='password'],input.text,
	#content input[type='text'],input.text {
		border: 1px solid #8c8c8c;
		padding:0px;
		margin:0;
		margin-left: 1.5em;
		width:250px;
		height: 15px;
	}
    .w320 {
      width:320px;
    }
    .w150px {
      width:150px;
    }


	#content textarea {
		height:100px;
		border: 1px solid #8c8c8c;
		padding:0px;
		margin:0;
		margin-left: 0.5em;
		width: 385px;
	}

	#content input.error {
		border: 1px solid #cc0c00;
	}
	#content textarea.error {
		height:150px;
		border: 1px solid #cc0c00;
	}
	#content form input:focus {
		border-color: #575757;
	}
	#content form textarea:focus {
		border-color: #575757;
	}
    #content form select {
      margin-left:1.5em;
      width:200px;
    }


/* SPONSORS */

#right {
	height: auto;
	width: 199px;
	padding: 15px 0px 0px 0px;
	margin: 0px 6px 0px 0px;
	position: relative;
	float: right;
	text-align: center;
}
#right address {
	width: 199px;
	height: 100px;
	background: #e1ebf5;
	font-weight: bold;
	font-size: 1.0em;
	font-style: italic;
	padding: 0 0 0 0;
	margin: 20px 0 20px 0;
	color: #6084a8;
	display: block;
	border-top: 1px solid #c9cdcc;
	border-bottom: 1px solid #c9cdcc;
}
#right address p{
	margin-bottom: 0em;
	margin-top: 0.5em;
}
#right img {
	border: 0px;
	margin: 0;
}
/* FOOTER */
#footer {
	background: #010066 url(../gfx/site/footer.png)  no-repeat top;
	width: 912px;
	height: 93px;
	margin: 0 auto;
	position: relative;
	font-size: 0.8em;
	text-align: right;
}
	#footer p {
		padding-top: 41px;
		margin-bottom: 0em;
		color: #9999cc;
	}
	#footer a {
		color: #9999cc;
		text-decoration: underline;
	}
	#footer a:hover {
		color: #9999cc;
	}
	#footer strong {
		font-weight: bold;
	}

#send_form.input_button
{

 margin-left: 1.5em;
}
#menu_top
{
    width:200px;
}
#track
{
     width:125px;
     height:26px;
     vertical-align:middle;
     text-align:left;
     margin-left: 14px;
     padding-left:14px;
     cursor:pointer;
     color:White;
     font-size: 0.8em;
}
#language
{
      cursor:pointer;
      width:60px;
}
a img
{
border:0;
}
#trace
{
    position: absolute;
    bottom:10px;	
 width:201px;
 text-align:center;
 float:left;
 left:0px;
}
