/* CSS Document */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 92%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul
{
	margin: 0;
	padding: 0;
}
#wrapper
{
	width: 970px;
	margin: 0 auto;
	background-image: url(../images/columnbg.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
}
#banner
{
	width: 100%;
	height: 187px;
	background-image: url(../images/portfolioebanner.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#menu
{
	background-color: #000066;
	line-height: 1.5em;
	text-align: center;
}
#menu ul
{
	margin: 0 0 0 0;
}
#menu ul li
{
	list-style-type: none;
	display: inline;
}
#menu ul li a:link, #menu ul li a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 16px 1px 16px;
}
#menu ul li a:hover
{
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: underline;
	padding: 1px 16px 1px 16px;
}
#menu ul li a:active
{
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 16px 1px 16px;
	font-weight: bold;
}
.fake
{
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 16px 1px 16px;
	font-weight: bold;
}
#content
{
	width: 100%;
	float: left;
}
#content p
{
	font-size: 12pt;
	font-family: Arial;
}

#content ul
{
	margin: 10px 2px 10px 30px;
}
#content li
{
	font-size: 12pt;
	font-family: Arial;
	list-style-position: outside;
	list-style-type: square;
	padding: 2px 0 2px 0;
}
#leftcol
{
	float: left;
	width: 275px;
	padding: 40px 10px 20px 50px;
	height: 500px;
}
#leftcol img
{
	padding: 8px;
	background-color: #ffffff;
	border: 1px solid #999999;
}
#rightcol
{
	float: left;
	width: 540px;
	padding: 35px 15px 20px 0px;
}
#rightcol img
{
	border: 0;
}
#push
{
	width: 100%;
	height: 0.02em;
}

#copyright
{
	margin: 0 auto;
	width: 970px;
	clear: both;
	text-align: center;
	font-size: 0.9em;
	background-color: #000066;
	color: #FFFFFF;
	height: 2em;
	clear: both;
	display: block;
}
h1, h2, h3
{
	color: #000066;
	font-size: 1.3em;
}
h4, h5, h6
{
	color: #000066;
	font-size: 1.1em;
}
#login
{
	float: left;
	width: 300px;
}
#login p
{
	margin: 0 0 20px 0;
}
label
{
	float: left;
	width: 150px;
}
input.formbox
{
	float: right;
	width: 150px;
}
.small
{
	color:#000066;
	font-weight:bold;
	font-size:10pt;
}

