* {padding:0; margin:0;}

body {
	font-family:  Verdana, Arial;
	font-size: 70%;
	color: black;
	text-align: left;

}

p a{
	text-decoration: none;
	color: #0158B7;	
}

p a:hover {
	text-decoration: underline;	
}

h1 {
	font-size: 1.2em;
	color: #03458D;	
	letter-spacing: 0.06em;
	padding-bottom: 1em;
}

#wrapper {
	margin: 30px 0 0 0;
	width: 1024px;
	position: relative;
	left: 50%;
	margin-left: -512px;
		
}

#header {
	float:left;
	height: 230px;
	width: 1024px;
	background: url(../images/header.jpg);
}

.contact {
	font-weight: bold;
	font-size: 1em;
	color: #002D68;
	padding: 50px 15px 0px 0px;
	line-height: 1.8em;
	text-decoration: none;
	text-align: right;
	width: 170px;
	float: right;
}
/*Begin LeftCol*/
#LeftCol {
	
	float:left;
	width: 200px;
	padding-top: 1em;
}

/*Begin navigation*/
#navigation {
	font-size: 1.4em;
	font-weight: 600;
	width: 200px;
	padding:0;
}

#navigation ul{
	list-style: none;
	margin: 20px 20px 0px 20px;
	padding:0;
}

#navigation ul li{
	margin: 0;
	padding: 0;
}

#navigation ul li a{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #2955b1;
}

#navigation ul li a:hover {
	color: #2955b1;
	text-decoration: underline;

}
#navigation ul li.act-menu-item a {
	color: #2955b1;
	text-decoration:underline;
	
}
/*end navigation*/

/*Begin RightCol*/
#RightCol {
	width: 800px;
	padding: 1em 0 0 1em;
	border-left: 1px solid #6a9df1;
	float: right;
	margin: 0 0 1em 0; 
	font-size: 1.2em;
	text-align: justify;
}

.splash {
	float:left;
	margin: 1em;
	padding: 0.3em 0.5em 0.7em 0.5em;
	width: 700px;
	border-bottom: 1px solid #6a9df1;
}

.splash h1{
	font-weight: bold;
	padding: 0 0 0.7em 0; 
}

.splash a {
	text-decoration: none;
	color: #0158B7;
}

.splash a:hover {
	text-decoration: underline;
}

div.splash h1.green {	
	color:#005130;
}

.blue  a, .blue { color: #0158B7;}
.red  a, .red{ color: #8E2100;}
.green a, .green { color:#005130;}

#footer {
	clear: both;
	color: #0158B7;
	border-top: 1px solid #6a9df1;
	padding-top: 0.5em;
	text-align: center;

}

#footer a {
	color: #0158B7;	
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

