body {
	background-color: #4e4e4e;
	text-align: center;
	margin: 0 0 0 0;
	vertical-align: middle;
	font-family: arial;
	font-size: 0.9em;
}

.heading,h1 {
	color: #cc3333;
	font-size: 1.3em;
	font-weight: bold;
	margin: 10 0 0 0;
	padding: 10 0 0 0;
}

.socialIcons {
	float: right;
	top: 12px;
	padding-right: 5px;
	position: relative;
}

.smallText {
	font-size: 0.8em;
}

li {list-style-position outside;
	list-style-image: url("images/disc.gif");
	line-height: 1.5em;
}

a {
	color: #cc3333;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#content a[href ^="http:"], #content a[href ^="https:"] {
	background: url("/images/remoteSite.gif") no-repeat scroll right center transparent;
	padding-right: 11px;
	
}
#footer a[href ^="http:"],#footer a[href ^="https:"] {
	/*blank on purpose*/
}

p {
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1.4em;
}

.quote {
	color: #cc3333;
	font-size: 1.1em;
	font-weight: bold;
}

#container {
	background-color: #fff;
	width: 900px;
	text-align: left;
	margin: 0 auto;
	padding: 10px;
}

#header {
	height: 130px;
	padding: 0 10 20 10;
}

#header-left {
	float: left;
}

#header-right {
	float: right;
}

#slogan {
	color: #6685af;
	padding: 10px;
	line-height: 1.3em;
	font-size: 0.9em;
}

#slogan .signature {
	color: #f37174;
	text-align: right;
}

#content {
	
}

#content #left {
	margin-right: 315px;
}

#content #right {
	float: right;
	width: 315px;
	background: url(images/home-right-col-bg.gif) repeat-y;
	padding: 5 5 5 15;
}

#footer {
	clear: both;
	color: #fff;
	background-color: #cc3333;
	width: 900px;
	text-align: middle;
	margin: 0 auto;
	padding: 10px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.fileTypeIcon {
	border: none;
}

/*--MENU--*/
.menu {
	border: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 8e8e8e;
}

.menu ul {
	background: url(images/menu-bg.gif) top left repeat-x;
	height: 43px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu li {
	float: left;
	padding: 0px 8px 0px 8px;
	list-style-image: none;
}

.menu li a {
	color: #666666;
	display: block;
	font-weight: bold;
	line-height: 43px;
	padding: 0px 15px;
	text-align: center;
	text-decoration: none;
}

.menu li li a {
	
}

.menu li a:hover {
	color: #000000;
	text-decoration: none;
}

.menu li ul {
	background: #e0e0e0;
	border-left: 2px solid #a80329;
	border-right: 2px solid #a80329;
	border-bottom: 2px solid #a80329;
	display: none;
	height: auto;
	filter: alpha(opacity =             95);
	opacity: 0.95;
	position: absolute;
	/*width: 225px;*/
	z-index: 200;
	/*top:1em;
		/*left:0;*/
}

.menu li:hover ul {
	display: block;
}

.menu li li {
	display: block;
	float: none;
	padding: 0px;
	/*width: 225px;*/
}

.menu li ul a {
	display: block;
	font-size: 12px;
	font-style: normal;
	padding: 0px 10px 0px 15px;
	text-align: left;
	line-height: 26px;
}

.menu li ul a:hover {
	background: #949494;
	color: #000000;
	opacity: 1.0;
	filter: alpha(opacity =             100);
}

.menu p {
	clear: left;
}

.menu #current {
	background: url(images/menu-current-bg.gif) top left repeat-x;
	color: #ffffff;
}
