* {
	margin:0pt;
	padding:0pt;
}
body {
	margin-bottom:40px;
	color:#222222;
	font-family: Arial, Tahoma, sans-serif;
	font-size:14px;
}

img{
	border:0;	
}

table {
	border-collapse:collapse;
	border-spacing:0pt;
}
caption, th, td {
	font-weight:normal;
	text-align:left;
}
html {
	background:#313131 url(../images/backgradient.jpg) repeat-x fixed top;
}
.clear {
	clear:both;
}

p,h1,h2,h3,h4{
	margin: 0.5em 0;
}

h1{
	font-size: 14px;
	color:#004387;
	margin: 0 0 10px 0;
}

h2{
	font-size:13px;
}

h1.heading{
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid lightgrey;	
	color:#000;
}



#Footer{
	color: #555;
	text-align:center;
	font-size:8pt;
}

#Container {
width:770px;
margin:0pt auto;
}
#Layout {
	padding: 20px 30px 20px 30px;
	background: #fff;
	min-height:300px;
}


#Column1{
	padding: 20px 0 20px 30px;
	float:left;
	width:340px;
	min-height: 200px;
}

#Column2{
	padding: 20px 30px 20px 0;
	float:right;
	width: 340px;
	min-height: 200px;
}


#Header{

}

#Navigation {
	position: relative;
	background: url('../images/header.jpg');
	height: 124px;
}

	#Tabs{
		position: absolute;
		bottom:0;
	}

	#Tabs li{
		font-weight:bold;
		float:left;
		list-style-type:none;
		display:inline;
	}
	
	#Tabs li a{
		background: url('../images/tab.jpg');
		width: 94px;
		height: 25px;
		text-align:center;
		display:block;
		padding-top:12px;
		color: #ccc;
		text-decoration: none;
	}	
	
	#Tabs .current, #Tabs .section,
	#Tabs li a.current:hover, #Tabs li a.seciton:hover{
		background: url('../images/currenttab.jpg');
		color:#000;
	}
	
	#Tabs li a:hover{
		background: url('../images/selectedtab.jpg');
		color:#eee;
	}
	
#NavLinks{
	position:absolute;
	right: 15px;
	top: 10px;
	float:right;
}
	

	#NavLinks, #NavLinks a{
		font-size:7pt;
		color:#fff;
		text-decoration:none;
		font-weight:bold;
	}
	
		#NavLinks a:hover{
			text-decoration: underline;
		}

#Footer{
	background: url('../images/footer.jpg') no-repeat bottom left;
	height: 20px;
	padding:1px 0 15px 0;
}
