/*HTML*/
body {
	background: #CCC;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	line-height: 22px;
	color: #555;
	margin-top:0px;
	margin-bottom:0px;
	font-size:10px;
	text-align:center;
	}

a { 
	color: #21759b; 
	text-decoration: none; 
	font-weight: normal; 
	font-size:11px;
    }

p a { 
	border-bottom: 1px solid #dfdfdf;
		font-size:11px;
	}


strong {
	font-weight: bold;
}

em, cite {
	font-style: italic;
}

sup {
	line-height: 1em;
	font-size: 80%;
}

#ttable td.colorized {
	background-color:#E6E6E6;
}

/*LAYOUT*/
#header-menu {

	text-align:center;
	width:100%;
}

#header-menu-content {
	width:1085px;
	margin: 0 auto;
	text-align:center;
	padding:10px;
	padding-left:20px;
	background-color: #12242F;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #346C8E;
}


#header-menu-content a, #header-menu-content a:active {
color:#FFFFFF;
padding:2px;
font-size:10px;
padding-left:25px;
}

#header-menu-content a:hover{
	color:#BDD8E8;
	padding:5px;
	font-size:10px;
	padding-left:25px;
}

#header {
	text-align:center;
	width:1115px;
	height:133px;
	margin: 0 auto;
	text-align:center;

}

#header-content {
	background-image: url(../gfx/bannerbg.png);
	background-repeat:repeat-x;
	width:1115px;
	height:129px;
	margin: 0 auto;
	text-align:left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C2DAE9;
}


#container {
	text-align: center;
	width:100%;
}

#container-content {
	width:1105px;
	margin: 0 auto;
	text-align:left;
	overflow:auto;
	padding-bottom:50px;
	background-color:#FFF;
	padding:5px;
	padding-bottom:20px;
}

#container-content-left {
	width:840px;
	float:left;
	padding-top:10px;
	font-size:11px;
	margin-right:30px;
	padding-left:30px;
}

#container-content-left hr {border: 1px dotted #C2DAE9;}
#container-content-left a { 
	color: #21759b; 
	text-decoration: none; 
	font-weight: bolder; 
	font-size:11px;
    }

#container-content-right {
	width:200px;
	float:left;
	padding-top:10px;
	font-size:11px;
}

#footer {
	width:100%;
	text-align:center;
	color:#FFF;
}

#footer-content {
	margin: 0 auto;
	width:1115px;
	height:330px;
	text-align:center;
	background-image: url(../gfx/footer.jpg);
	background-repeat: no-repeat;	
}

#footer-content a {
	color: #ffffff;
}

/*FORM*/
fieldset ol{
border:0; margin:0; padding:0; list-style:none; 
}
fieldset li{
clear:both; list-style:none; padding-bottom:20px;
}

fieldset li input{
margin-bottom:10px;
float:left;
}

fieldset li label{
	width:150px;
	float:left;

}

.button {
padding:2px;
}

form, label input {
	margin: 0;
	padding: 0;
}

input:focus, textarea:focus, label:focus {
	background: #fff;
	color:#000;

}
textarea, input, select, input.file {
	color: #000;
	margin: 1px;
	padding: 3px;
}

/*TOOLTIP*/
#tooltip{
	position:absolute;
	padding:10px;
	color:#FFF;
	display:none;
	}
.tooltip {
	text-decoration:underline;
}

/*LIST*/
ul.list-menu {
margin: 0;
padding: 0;
}

ul.list-menu li {
margin: 0;
padding: 0 0 1px 17px;
list-style: none;
background: url(../gfx/bullet_blue.png) no-repeat center left;
}

ul.list-menu li:hover {
margin: 0;
padding: 2px 0 2px 16px;
list-style: none;
background: url(../gfx/bullet_orange.png) no-repeat top left;
}
.error { color:#FF0000; }


