/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	color:#FFFFFF;
	background-image:  url(../images/bgWebsite.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-color: #DADCE2;

}


/******************** BEGIN PRESENTATION STYLES ********************/

h1, h2, h3, h4, h5, h6{
font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size:14px;
	color:#FFFFFF;
	text-transform: uppercase;
	margin-top:0px;
	margin-bottom:7px;
}

h2 {
	font-size:12px;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:6px;	
}

h3 {
	font-size:11px;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:6px;	
}

a{
	color:#FFFFFF;
	text-decoration:underline;
}

td{
	font-size: 12px;
}


hr{
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
}
/********************* Form Element Styles ************************/
textarea{width: 350px; font-family: Arial, Helvetica, sans-serif;  font-size: 9pt; border: #DDDDDD; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;background-color: #FFFFFF;} 
input{font-family: Verdana; font-size: 9pt; }
input.Text100 {width: 100px; border: #DDDDDD; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: #FFFFFF;}
input.Text150 {width: 150px; border: #DDDDDD; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: #FFFFFF;}
input.Text200 {width: 200px; border: #DDDDDD; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: #FFFFFF;}
input.Text250 {width: 250px; border: #DDDDDD; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: #FFFFFF;}
input.Text350 {width: 350px; border: #DDDDDD; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: #FFFFFF;}

select.Text100 {width: 100px; border: #DDDDDD; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: #FFFFFF;} 
select.Text150 {width: 150px; border: #DDDDDD; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: #FFFFFF;}
select.Text200 {width: 200px; border: #DDDDDD; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: #FFFFFF;}
select.Text250 {width: 250px; border: #DDDDDD; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: #FFFFFF;}
select.Text350 {width: 350px; border: #DDDDDD; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: #FFFFFF;}

input.radio { border: 0px; }
input.button {cursor:hand; background:#184A92; color: #ffffff; border:1px solid #184A92; font-weight:bold;}

/************************************************************/

#contentBackground{
	background-color: #000073;
	filter:alpha(opacity=60);
	opacity: 0.9;
	-moz-opacity:0.9;

}


	
/* This is the container which set text to solid color.
position: relative used for IE */	
#contentBackground div {
	color: #FFFFFF;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
}
