* {
	margin: 0;
	padding: 0;
}

body {
	font: 90% Arial, Helvetica, Verdana, sans-serif;
	line-height: 120%;
	padding-top: 35px;
	background-color: #ffffff;
}
html>body {font-size: 12px;}

a {
	color: #33037D;
	text-decoration: underline;
	border: none;
}
td {
	border-bottom: 1px #000000 solid;
	padding-bottom: 2px;
}

img {
	border-style: none;
}
h1 {
	margin: 0px;
	color: #00aeef;
	font-size: 140%;
	font-weight: normal;
	padding-left: 63px;
	padding-bottom: 20px;
	line-height: 120%
}

h2 {
	margin: 0px;
	color: #003b75;
	font-size: 115%;
	padding-top: 10px;
	padding-left: 63px;
}
.skip {
       position: absolute;
       left: -999em;
       width: 990em;
}
a.skip:active,  a.skip:focus {
        left: 8.5em;
        color: #000000;
}
a.skip:hover,  a.skip:focus {
        left: 8.5em;
        color: #000000;
}
#pagewrapper {
	width: 1057px;
	margin: 0px auto;
	background: url(images/2010background.jpg) no-repeat;
}
#header {
	height: 141px;
	
}

#content {
	min-height: 485px;
}
#content p {
	padding-top: 10px;
}


/* ===== LEFT ===== */

#content div.left {
	padding-left: 44px;
	padding-right: 16px;
	padding-top: 80px;
	float: left;
	width: 365px;
}
#content div.left p {
	color: #000000;
	padding-left: 63px;
	padding-top: 5px;
	line-height: 130%;
}
#content div.leftportfolio {
	padding-left: 22px;
	padding-right: 20px;
	padding-top: 200px;
	float: left;
	width: 152px;
}
#content div.leftportfolio p {
	color: #ffffff;
	text-align: center;
	padding-left: 10px;
	padding-top: 5px;
}
#content div.left ul {
	list-style: none;
		padding-left: 63px;
	padding-bottom: 15px;
	padding-top: 5px;
}

#content div.left li {
	list-style: none;
	color: #000000;
	padding-bottom: 8px;
}
#content div.left a {
	color: #ffffff;
	text-decoration: underline;
	border: none;
}


#content div.left img {
	padding-bottom: 10px;
	padding-left: 50px;
}




/* ===== RIGHT ===== */

#content div.right {
	float: left;
	width: 556px;
	padding-top: 120px;
}
#content div.right p {
	padding-left: 260px;
	padding-right: 20px;
	line-height: 130%;
}
#content div.right ul, #content div.right ol {
	padding-top: 5px;
	padding-left: 260px;
}
#content div.right ol ul {
	padding-left: 15px;
}
#content div.right li {
	padding-right: 32px;
	padding-bottom: 5px;
}
#content div.right .brochure {
	height: 50px;
	width: 455px;
	background: url(images/brochure-back.png) no-repeat;
	margin-left: 63px;
	margin-top: 10px;
}
#content div.right .brochure p {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	color: #003b75;
	padding-top: 15px;
}

/* ===== Menu ===== */

#header .menu {
	width: 1057px;
	height: 31px;
	padding-top: 140px;
}
#header .menu ul {
	border-top: 1px solid #cccccc;
	height: 31px;
	padding-left: 390px;
}
#header .menu li {
	float: left;
	list-style: none;
	width: 95px;
	height: 31px;
}
#header .menu li a {
	display: block;
	padding-top: 7px;
	text-align: center;
	color: #5c779a;
	font-weight: normal;
	text-decoration: none;
}
#header .menu li a.current {
	color: #003b75;
	font-weight: bold;
	padding-bottom: 3px;
}
#header .menu li a:hover {
	color: #003b75;
	padding-bottom: 3px;
	height: 31px;
	width: 95px;
}	

/* ===== Footer ===== */

#footer {
	font: 80% Helvetica, Arial, Verdana, sans-serif;
	color: #5c779a;
	padding-top: 40px;
	padding-bottom: 25px;
	text-align: center;
}
#footer a {
	color: #6a85a8;
}

.clear {
	clear: both;
}
