body {
	margin: 0;
	font-family: Trebuchet MS, Helvetica;
	font-size: 13px;
}

div#allWrap {
	width: 830px;
}

a {
	text-decoration: none;
}

img {
	display: block;
	border: 0;
}

div#contentWrap {
	height:445px;
	overflow-y:scroll;
	overflow-x:hidden;
	width:560px;
	padding-right: 5px;
}

div#menuWrap {
	float: left;
}

ul#menu, ul#menuMain {
	width: 240px;
	height: 210px;
	margin: 0;
	padding: 50px 0 0 0;
	font-size: 16px;
}

ul#menu li, ul#menuMain li {
	margin-left: 30px;
	list-style-type: none;
}

fieldset.csc-mailform {
	border: 0;
}

div.csc-mailform-field {
	clear: both;
	width: 400px;
	margin-bottom: 5px;
	overflow: hidden;
}

div.csc-mailform-field label {
	float: left;
}

div.csc-mailform-field input, div.csc-mailform-field textarea {
	float: right;
	width: 300px;
}

div.csc-mailform-field input.csc-mailform-submit {
	width: auto;
}


/* T3 Fixes */
.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

