* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	list-style-position: inside;
}

A, A:active, A:visited, A:link {
	text-decoration:none;
	color:#28ade0;
}

A:hover {
	text-decoration:underline;
	color:#000000;
}

BODY {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background: url('../img/background.jpg') repeat;
}

FIELDSET {
	padding: 10px;
}

H1 {
	margin: 10px 0px 0px 0px;
	color: #28ade0;
	font-family:arial;
	font-size:24px;
}

H2 {
	margin: 0px 0px 0px 0px;
	color: #000000;
	font-family:arial;
	font-size:16px;
}

H3 {
	margin: 0px 0px 8px 0px;
	font-weight:bold;
	color: #000000;
	font-family:arial;
	font-size:14px;
}

H4 {
	margin: 0px 0px 8px 0px;
	font-weight:bold;
	color: #000000;
	font-family:arial;
	font-size:12px;
}

H5 {
	margin: 0px 0px 8px 0px;
	font-weight:bold;
	color: #000000;
	font-family:arial;
	font-size:12px;
}

LABEL {
	width: 200px;
	margin-right: .5em;
	display: block;
	font-size: 12px;
	font-weight: bold;
}

LABEL.error {
	color: red;
}

LI {
	list-style-position: outside;
	margin-bottom: 2px;
}

UL {
	margin-left: 30px;
}

P {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}

.bigBlue {
	color: #28ade0;
	font-family:arial;
	font-size:16px;
}

.bigLink {
	color: #28ade0;
	font-family:arial;
	font-size:16px;
}

A.bigLink, A.bigLink:active, A.bigLink:visited, A.bigLink:link {
	text-decoration:none;
	color: #28ade0;
	font-family:arial;
	font-size:16px;
}

A.bigLink:hover {
	text-decoration:underline;
	color:#000000;
	font-family:arial;
	font-size:16px;
}

.cake-sql-log {
	display: none;
}

.center {
	text-align: center;
}

.clearer {
	clear: both;
}


#content {
	width:988px;
	height:auto;
	margin:0px auto 0px auto;
	padding-bottom: 15px;
	border-left: solid 1px #d8d4c3;
	border-right: solid 1px #d8d4c3;
	
}

#contentWrapper {
	width: 550px;
	float: left;
}

.contentLeft {
	padding:20px;
	float: left;
	width: 600px;
}

.contentLeft UL{
	margin-left: 30px;
}

.contentRight {
	float: right;
	width: 260px;
	padding: 20px;
}

.divider {
	border-left: solid 1px #FFFFFF;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #c7c7c7;
	font-weight: bold;
}

.footerCopyright {
	padding: 15px;
	border-left:solid 1px #d8d4c3;
	border-right:solid 1px #d8d4c3;
	border-bottom:solid 1px #d8d4c3;
}

#header {
	background: #4dbeed;
}

.headerLogo {
	height: 53px;
}

.headerLogoImage {
	float: left;
	border-right: solid 1px #FFFFFF;
	height: 53px;
}

.left {
	float: left;
}

.line {
	border-top: solid 1px #d8d4c3;
	margin-bottom: 10px;
}

.lineNoMargin {
	border-top: solid 1px #d8d4c3;
}

.nav {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


A.navLink  {
	padding-top: 4px;
	font-size: 14px;
	color: #0e035e;
	font-weight: bold;
	text-decoration: none;
}

A:hover.navLink {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.navBar {
	height: 24px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	background: #4dbeed;
}

.navBar UL {
	margin: 0px 0px 5px 0px;
}

.navBar UL LI {
	display: inline;
	padding: 0px 10px 0px 10px;
}

.navButton {
	padding: 0px 0px 0px 0px;
	width: 100px;
	height:24px;
	border-right: solid 1px #FFFFFF;
	float: left;
	text-align: center;
}



.pageContent {
	padding: 0px 80px 20px 80px;
}

.pageTitle {
	padding: 20px 20px 20px 20px;
}

.portfolioCell {
	width: 700px;
	border-bottom: solid 1px #d8d4c3;
	margin-bottom: 10px;
}

.portfolioImage {
	width: 250px;
	float: left;
	padding:5px
}

.portfolioText {
	width: 400px;
	float: left;
	padding: 20px;
}

.right {
	float: right;
}

#wrapper {
	width:990px;
	margin:0px auto 0px auto;
}