body {
	font-family: verdana, arial, tahoma;
	font-size: 90%;
	color: #626262;
	background-color: white;
	line-height: 160%;
	margin: 0;
	padding: 0;
	text-align: center;
}
P {
	font-family: verdana, arial, tahoma;
	font-size: 90%;
	line-height : 160%;
	color: #626262;
	margin-top : 4px;
	margin-bottom : 4px;
	padding-bottom : 0px;
	text-indent : 0px;
}

/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

#wrapper-menu-top {
	background-color: white;
	background-image: url(img/bgsideLTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu-top {
	overflow: hidden;  /*no idea why this works, but it fixes a FF problem */
	background-color: transparent;
	background-image: url(img/bgsideRTop.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu-top ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(img/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(img/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

 #menu-top a:hover { background-position:0% -42px; }
 #menu-top a:hover span {	background-position:100% -42px; }
 
 #menu-top .current a {
	float: left;
	background:url(img/menuleftA.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}
#menu-top .current a span {
	background: transparent url(img/menurightA.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#006600;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#wrapper-content {
	background-color: white;
	background-image: url('img/gradientL.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

* html #wrapper-content { height: 1%; }

#content {
	background: transparent url('img/gradientR.jpg') no-repeat right top;
	padding: 5px 40px;
}

#wrapper-menu-page {
	float: right;
	width:180px;
	margin: 10px 35px 3em 3em;
	background: transparent url('img/menu.png') no-repeat;
	text-align: left;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

* html #wrapper-menu-page { margin-right: 15px; }

#menu-page { padding-top: 5px; }

#menu-page ul {
	margin: 0px 0px 0px 2em;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

#menu-page h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em;
	color: #4782B6;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-align: left;
	text-indent: 10px;
}

#menu-page a:link, #menu-page a:visited {
	color: #757575;
}
#menu-page a:hover { color: #5b8fbe; }

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}
a:link, a:visited { color: #4680B3; text-decoration: none; }
a:hover{ color: #666; text-decoration: none; }


/*  typo3 styles */
	.tx-newloginbox-pi3-listrow TD { background-color:#eeeeee; padding-left: 3px; padding-right: 3px; }
	.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD { background-color:#cccccc; }
	.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD P { font-weight:bold; }
	.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-odd TD { background-color:#f6f6f6; }
	
.loginMenu {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 10px;
	vertical-align: middle;
	letter-spacing: 1px;
}
.loginMenu form{
	text-align: center;
}
.loginMenu input {
	background-color: #F5F5F5;
	border: 1px solid #868086;
	font-size: 10px;
	vertical-align: middle;
	color: #4782B6;
	white-space: nowrap;
	width: 60px;
	text-align: center;
	margin-bottom: 2px;
}
.loginMenu #Enter {
	background-color: #FCFCFC;
	width: 32px;
	height: 15px;
	padding: 0px;
	cursor: pointer;
	border-top: 1px solid #426A9B;
	border-right: 1px solid #2E496B;
	border-bottom: 1px solid #2E496B;
	border-left: 1px solid #426A9B;
	margin: 0px;
}

input {
	background-color: #F5F5F5;
	border: 1px solid #868086;
	font-size: 11px;
	vertical-align: middle;
	color: #4782B6;
	white-space: nowrap;
}
#enter {
	background-color: #F7F7F7;
	width: 32px;
	line-height: 10px;
	height: 15px;
	cursor: pointer; 
}
#content h2 {
	font-size: 120%;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
}
#content h3 {
	font-size: 110%;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	color: #333333;
}

.resume {
	font-size: 10px;
	border-collapse:collapse;
	border: 1px solid #E6E6E6;
	width: 750px;
	margin-top: 25px;
}
.resume td{
	border: 1px solid #E6E6E6;
}
.resume p {
	margin: 0px;
	padding: 0px;
}
.resume p:first-child{
text-indent:0px
}
.resume ul {
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.resume #hdrow {
	background-color: #F1F2F5;
	font-weight: bold;
	font-size: 12px;
}
.resume #hdrow1 {
	font-size: 12px;
	font-weight: bold;
	height: 35px;
	text-align: center;
	background-color: #E1E4EC;
}
.resume #tcB {
	font-weight: bold;
	text-indent: 25px;
}

.tx-mininews-pi1-singleView h2 {
	font-size: 95%;
	border-bottom: 1px solid #D0EAD9;
}
.csc-mailform-field label {
	text-align: right;
	width: 120px;
	float: left;
}
.csc-mailform-field input {
	margin: 3px;
}

.csc-mailform-submit {
	margin-left: 120px;
}
.csc-mailform {
	border: 1px dotted #EBEBEB;
}
.folio {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}
.folio a:link, .folio a:visited, folio a:active {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

folio a:hover {
	font-weight: bold;
	color: #550000;
	text-decoration: underline;
}

.folio td {
	background-color: #F9F9F9;
	border: 1px solid #000000;
}
