* {
	margin: 0px;
	padding: 0px;
}
body{
	margin:30px;
	padding:0;
	background-color: #fff;
	background-image: url(../images/stripes.gif);
	background-repeat: repeat-x;
	}
#wrapper {
	width:740px;
	background: #fff;
	border: 1px solid #003f8e;
	margin-right: auto;
	margin-left: auto;
	}

#header {
	height:144px;
	background: url(../images/header.gif) no-repeat;
	}
#header h2 {
	display: none;
}
#header  a  {
	display: none;
}
	
#navigation {
	padding: 0;
	background:#fff;
	}
#navigation ul {
	padding: 20px 8px 5px 8px;
	margin: 0;
	border-bottom: solid 5px #77abed;
	font: 0.9em Georgia, serif;
	color: #fff;
	background-color: #003f8e;
	background-image: url(../images/nav.gif);
	background-repeat: repeat-x;
	}
#navigation ul li {
	margin: 0;
	list-style: none; 
	display: inline;
	}
#navigation ul li.current   {
	padding: 5px;
	color: #00104f;
	background: #fff;
	border-top: solid 15px #00104f;
	border-bottom: solid 5px #fff;
	}
#navigation ul li a:link {
	text-decoration: none;
	padding: 5px; 
	color: #fff
	}
#navigation ul li a:visited {
	text-decoration: none;
	padding: 5px;
	color: #fff
}
#navigation ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #77abed;
	border-top: solid 10px #00104f;
	}

#main {
	float:left;
	padding:15px;
	width:498px;
	border-right: 1px dotted #77abed;
	}
#main h1{
	font: normal 1.4em/1.4em Georgia, serif;
	color: #003f8e;
	}
#main h2{
	font: bold 0.9em/1.2em "Lucida Grande", sans-serif;
	color: #003f8e;
	margin-bottom: 10px;
	}
#main h3{
	font: bold 0.8em/1.2em "Lucida Grande", sans-serif;
	color: #003f8e;
	margin-bottom: 10px;
	}
#main   h4 {
	font: bold 0.7em/1.3em "Lucida Grande", sans-serif;
	margin-bottom: 10px;
}
#main  p{
	font: 0.7em/1.3em "Lucida Grande", sans-serif;
	margin-bottom: 10px;
	}
#main hr {
	margin: 15px 0;
	padding: 0;
	height: 1px;
	border: none;
	background: #fff url(../images/dot.gif) top left repeat-x;
	clear: both;
}
#main img.l{
	padding: 4px;
	margin: 0 10px 10px 0;
	border: 2px solid #77abed;
	float: left;
	}
#main img.r{
	float: right;
	padding: 4px;
	margin: 0 0 10px 10px;
	border: 2px solid #77abed;
	}
#main img.sys{
	padding: 10px 10px 5px 0;
	margin: 0;
	}
#main a:link {
	text-decoration: none;
	color: #77abed;
	border-bottom: 1px dotted;
	padding-bottom: 2px;
}
#main a:visited {
	text-decoration: none;
	color: #77abed;
	border-bottom: 1px dotted;
}
#main a:hover {
	text-decoration: none;
	color: #FF6600;
	border-bottom: 1px dotted;
	}
.bold   {
	font-weight: bold;
}
/*Right Column rightCol and news*/		
#rightCol {
	width:180px;
	padding:15px;
	float: left;
	}	
#rightCol h1{
	font: normal 1.4em/1.4em Georgia, serif;
	color: #003f8e;
	}
#rightCol h2{
	font: bold 0.9em/1.2em "Lucida Grande", sans-serif;
	color: #003f8e;
	margin: 5 0 5px;
	}
#rightCol h3{
	font: bold 0.8em/1.2em "Lucida Grande", sans-serif;
	color: #003f8e;
	margin: 0 0 10px;
	padding-top: 5px;
	}
#rightCol h4 {
	font: bold 0.7em/1.3em "Lucida Grande", sans-serif;
	margin-bottom: 10px;
}
#rightCol p{
	font: 0.7em/1.3em "Lucida Grande", sans-serif;
	margin-bottom: 10px;
	}
#rightCol hr {
	margin: 5px 0 10px;
	height: 1px;
	border: none;
	background: #fff url(../images/dot.gif) top left repeat-x;
	}	
#rightCol  a:link {
	text-decoration: none;
	color: #77abed;
	border-bottom: 1px dotted;
	}
#rightCol a:visited {
	text-decoration: none;
	color: #77abed;
	border-bottom: 1px dotted;
}
#rightCol a:hover {
	text-decoration: none;
	color: #FF6600;
	border-bottom: 1px dotted;
	}
		
#footer {
	background: #003f8e url(../images/nav.gif) repeat-x;
	border-top: solid 5px #77abed;
	clear: both;
	width: auto;
	height: 40px;
	}	
#footer p {
	padding: 20px 8px 5px 8px;
	color: #fff;
	font: 0.65em "Lucida Grande", sans-serif;
	}
#footer  a:link {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted;
	}
#footer a:visited {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted;
}
#footer a:hover{
	text-decoration: none;
	color: #77abed;
	border-bottom: 1px dotted;
	}	
