@charset "UTF-8";
/* CSS Document */


/*GENERAL*/

html{

}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin: 0 auto;
	padding: 0;
}

a{
	text-decoration:none;
	color:#FFFFFF;
}

a:hover{
	text-decoration:underline;
}

img{
	border:none;
}

h1{
 font-size:16px;
 color:#747474;
 font-weight:normal;
}


h2{
 font-size:12px;
 color:#6d6a63;
 font-weight:normal;
 clear:left;
 margin-left:15px;
}

h3{
 font-size:10px;
 color:#000000;
 font-weight:bold;
 text-decoration:underline;
 
}

hr{
	background-color:#E8E8E8; 
	color:#E8E8E8; 
	border:1px solid #E8E8E8;
}

/*TEXT*/

.blue{
	color:#0c0e63;
}

.white{
	color:#FFFFFF;
}

.grey{
	color:#747474;
}

.black{
	color:#000000;
}

.b{
	font-weight:bold;
}

.i{
	font-style:italic;
}

.u{
	text-decoration:underline;
}
.leftRightPad15{
	padding-left:15px;
	padding-right:15px;
}

.hidden{
	display:none;
}

.linkazul{
	color:#0000FF;
}

/*POSITIONING*/

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.clear{
	clear:both;
}

.pJustify{
	text-align:justify;
}

.flag{
	margin-right:4px;
	border:none;
	float:right;
}

.topnav{
	width:auto;
	height:32px;
	padding-top:8px;
	color:#FFFFFF;
	font-size:12px;
}

.imgCollection{
	margin-left:3px;
	border:none;
}

.alignCenter{
	text-align:center;
}

.menuRight{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:25px;
	float:left;
}

.pad5{
	padding:5px;
}

.padLeft0{
	padding-left:0px!important;
}

.s10{
	font-size:10px;
}

.s9{
	font-size:9px;
}

.newsTitle{
 font-size:10px;
 color:#000000;
 font-weight:bold;
 text-decoration:underline;
}
/*STRUCTURE*/

#container{
	width:829px;
	margin-left:auto;
	margin-right:auto;
	margin:0 auto;
}

#header{
	width:100%;
	height:147px;
}

#logo{
	width:365px;
	height:115px;
	float:left;
}
#flash{
	width:380px;
	float:right; 
	padding-top:2px;
	padding-bottom:2px;
}

#nav{
	width:100%;
	height:32px;
	background:url(../images/bgTopNav.jpg);
	background-repeat:repeat-x;
	background-position:top;
	float:left; 
	padding-top:5px;
}


#splitter{
	float: left;
	width:auto;
	height:auto;
}

#bodyContent{
	width:100%;
	height:auto;
	margin-top:5px;
	position:relative;
}

#breadcrumb{
	color:#747474;
	font-size:10px;
}

#breadcrumb a{
	text-decoration:underline;
	color:#747474;
}


#imgCollection{
	margin-top:38px;
	margin-bottom:10px;
	float:left;
	width:auto;
}

#ContentLeft{
	float:left;
	width:608px;
	height:auto;
}

#imgCenter{
	width:608px;
	height:175px;
	margin-bottom:8px;
}

#ContentRight{
	float:right;
	width:180px;
	height:auto;
	margin-left:11px;
}

#ContentRightTop{
	float:left;
	background-image:url(../images/bgGreyBoxTop.jpg);
	background-repeat:no-repeat;
	width:180px;
	height:12px;
}

#ContentRightCenter{
	width:180px;
	height:auto;
	padding-top:15px;
	background-color:#f3f3f3;
	color:#666666;
}

#ContentRightCenter a{
	color:#666666;
	text-decoration:underline;
}

#ContentRightBottom{
	background-image:url(../images/bgGreyBoxBottom.jpg);
	background-repeat:no-repeat;
	width:180px;
	height:12px;
	margin-bottom:10px;
}

#newsContainer{
	width:180px;
	height:auto;
	padding-left:30px;
}

#newsTitle{
	float:left;
	padding-top:1px; 
	color:#0c0e63;
	font-size:14px;
}

#news{
	width:130px;
	height:auto;
	font-size:10px;
	color:#000000;
}

#news a{
	color:#000000;
}

#footer{
	width:100%;
	height:auto;
	font-size:10px;
	position:inherit;
}

#bottomNav{
	width:830px;
	height:30px;
}

#bottomLeft{
	width:6px;
	height:30px;
	background:url(../images/bgBottomLeft.jpg);
	background-repeat:no-repeat;
	float:left;
}

#bottomRight{
	width:6px;
	height:30px;
	background:url(../images/bgBottomRight.jpg);
	background-repeat:no-repeat;
	float:left;
}

#bottomCenter{
	width:818px;;
	height:30px;
	background:url(../images/bgBottom.jpg);
	background-repeat:repeat-x;
	float:left;
	text-align:center;
	padding-top:7px;
}

#copyright{
	width:100%;
	height:auto;
	text-align:center;
	font-size:9px;
	color:#0c0e63;
}


/*FORM*/
label, label span{
	display:block;
	padding-bottom:.25em;

}

label{
float:left;
width:100%
}

label span{
	float:left;
	width:45%;
	text-align:left;
}

fieldset input, select, textarea{
	float:left;
	width:45%;
	border: 1px solid #333333;

}

fieldset input, select{
	height:20px;
}

fieldset #frmClear, #frmSend{
	width:35%;
}

fieldset #frmClear{
	margin-Left:10%;
	margin-right:5px;
}




