/* CSS Document */
html {
	height:100%;
}
body {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#002244;
	color: #000000;
	height: 100%;	
}
a img {
	border: 0px;
}
#centercontent {

	margin: 0 auto;
	padding-left:25px;
	padding-right:25px;
	width: 750px;
	background:url(images/grad_back.gif);
	background-repeat:repeat-y;
	/*background-position:0% 100%;*/
}
#header {
	height:100px;
	background-image:url(images/topbanner.png);
	background-repeat:no-repeat;
	width:700px;
}
#header h1 {
	display: none;
}
#navigation {
	border-bottom: 1px solid #cccccc;
	width:700px;
}
#navigation li {
	display: inline;
	list-style-type: none;
	margin: 0;
}
#navigation li a {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom:2px;
	margin-right:10px;
	border: 1px solid #cccccc;
	color:#333333;
	background:#eeeeee;
	text-decoration:none;
}
#navigation li a:hover {
	background:#B4B6CD;
}
#navigation ul {
	margin-left:20px;
	margin-top:10px;
	margin-bottom:0px;
	padding-left: 0;
}
#navigation li a#current {
	border-bottom:2px solid #ffffff;
	background: #ffffff;
	color:#000000;
}
#pagecontent{
width: 660px;
margin-top: 20px;
margin-left: 10px;
height:100%;
}
#pagecontent img.rightSide {
	float: right;
	margin-left: 20px;
}
.urlReference {
	font-size: .8em;
}
#pagecontent img {
	float:left;
	margin-right:10px;
}
#pagecontent p {
	padding-left: 20px;
}
#footer {
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	color:#666666;
	font-size: .8em;
	width: 700px;
}
div.portFolioEntry {
	clear:both;
}
div.portFolioEntry h3 {
	font-size: 15px;
}
.portFolioEntry h3 a:link {
	text-decoration: none;
	color:#000000;
}
.portFolioEntry h3 a:visited {
	color:#000000;
}
.portFolioEntry h3 a:hover {
	color:#003366;
}
.portFolioEntry a img {
	border:none;
}
.portFolioEntry a {
	color:#003366;
}
.rightNote {
	text-align:right;
	float:right;
}
.rightNote a {
	color:#003366;
}
.rightNote img {
	margin-right: 5px;
}
.rightNote a img {
	border:none;
}