/* CSS Document */

body {
		
		margin: 0px auto;
		background: #000000;
		font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: center;
		width: 820px;
		min-width: 820px;
		max-width: 820px;
}

#container {
	margin: 0 auto;
	background: #000000;
	text-align: left;	
}

/* TEXT */

h1, h2, h3 {
	font: 1.82em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #FFFFFF;
}

p, ol, ul {
	line-height: 30px;
}

a {
	color: #FFFFDC;
}

a:hover {
	text-decoration: none;
}

.inner-link {
	color: #1874b3;
	text-decoration: none;
	
}

.paragraph-title {
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #1874b3;
	text-transform: uppercase;
}

.subparagraph-title {
	font-weight: 200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1874b3;
	text-transform: uppercase;
}

/* END TEXT */


/* CONTENT AREA */

#content {
	
	width: 100%;
	background:#000000;
}

.endfloat {
	float: none;
	clear: left;
}

.shell {
	margin: 0px auto;
	width: 97%;
}

#container #content .shell div table tr td p {
	color: #FFF;
}
