body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: trebuchet, verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	color: black;
	background-color: white;
	background-repeat: no-repeat;
	background-position: top left;
}

/*typography*/
a {
	text-decoration: none;
	font-weight: bold;
	color: #ff0000;
}

a:link {
}

a:visited {
	color: #990000;
}

a:active {
	color: #330000;
}

a:hover {
	color: #c9c9c9;
	text-decoration: underline;
	background-color: #333333
}

h1 {
	font-family: trebuchet, verdana, arial, helvetica, sans-serif;
	color: #ff0000;
	font-style: italic;
	font-size: 18px;
	line-height: 22px;
	border: 0;
	border-bottom: 2px solid #a9a9a9;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 30px;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h3 {
	color: #ff0000;
	border: 0;
	border-bottom: 2px solid #f9f9f9;
	font-size: 9px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

img {
	border: 0;
}

ol, ul, li {/*
	list-style: none;*/
	margin-top: 5px;
	margin-bottom: 5px;
}

p {
	font-family: trebuchet, verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
}

li > p {
	margin-top: 0px;
}

strong, b {
	font-weight: bold;
}

#main {
	margin: 0px;
	padding: 12px 18px 12px 18px;
}

#main p {
	font-size: 11px;
	line-height: 18px;
}

#main ol, ul, li {
	font-size: 11px;
	line-height: 18px;
}

#sidebar {
	margin: 0px;
	padding: 6px 18px 6px 18px;
}

#sidebar p {
	font-size: 9px;
	line-height: 12px;
	color: #333333;
}

#menu {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: white;
	vertical-align: middle;
	background-color: black;
}

#menu p {
	font-size: 10px;
	line-height: 12px;
	color: white;
	margin: 0px;
	padding: 0px;
}

#menu a {
	color: white;
	margin: 0px;
	padding: 0px 5px 0px 5px;
}

.smallfont {
	font-size: 9px;
}

.largefont {
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
}

.edropmenu {
	margin: 0px;
	padding: 1px;
	font-family: trebuchet, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: black;
	background-color: #cccccc;
	text-align: left;
	border-style: Solid;
	border-color: #ff0000;
}

.ebutton {
	margin: 0px;
	padding: 2px;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	color: #ff0000;
	font-style: normal;
	font-family: trebuchet, verdana, arial, helvetica, sans-serif;
	background-color: #cccccc;
	text-align: center;
	border-style: Solid;
	border-color: #ff0000;
	text-align: center;
}

.largeLink {
	font-size: 18px;
	line-height: 18px;
}

.inactive {
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
}

/* Modx forms */


.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
}

div.errors { 
	color:#F00; 
}

.invalidValue { 
	background: #FFDFDF; 
	border:1px solid #F00;
}

.requiredValue { 
	background: #FFFFDF; 
	border:1px solid #F00;
}

