@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size:12px;
}
body {
	background-color: #FFF;
}

#Content {
	position : absolute;
	left: 50%;
	margin-left: -300px;
	margin-top:60px;
	height:383px;
	width:625px;
	background-repeat:no-repeat;
	background-position:center;
	vertical-align:top;
	}

#Contentleft {
	position : absolute;
	height:383px;
	width:300px;
	float:left;
	vertical-align:top;
	}
	
#Contentright {
	position : absolute;
	height:383px;
	width:300px;
	float:right;
	margin-left: 310px;
	vertical-align:top;
	}
	
img { border: none; }

img:hover {
border: 0px solid white; 
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}
h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 5px;
	font-weight: normal;
	padding:0;
}

h1 {
	font-size: 150%;
	color: #1059B1;
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
}

h2 {
	font-size: 145%;
	color: #1D6CBF;
	
}

h3 {
	font-size: 100%;
	color: #666666;
	padding-top:10px;
}	
li{
	padding-bottom:10px;
}
ul{
	list-style:square;
	padding-left:20px;
}
a{
	text-decoration:none;
	color:#1D6CBF;
	font-weight:600;
}
a:hover{
	color:#1059B1;
}
#footer{
	width:615px;
	margin:0 auto;
	padding-top:600px;
	padding-left:35px;
	padding-right:25px;
}
