body {
	background: #000000;
	font-family: trebuchet ms, sans-serif; 
	font-size: 10pt; 
	cursor: crosshair;
	text-align: center;
	margin: 20px auto;
}


#container {
	background-color: #ffffff; 
	width: 558px; 
	margin: 20px auto;
	padding: 20px;
}

#header {
	background: url('images/header2.jpg');
	width: 556px;
	height: 385px;
	margin-bottom: 0px;
	text-align: center;
	margin: 0px auto;
} 


#content {
	width: 556px;
	height: auto;
	float: left;
	text-align: justify;
	padding: 0px;
	margin: 0 auto;
}


#nav {
	list-style-type: none;
	display: block;
	padding: 0px;
	margin-top: 10px;
	text-align:center;
}

#nav li {
	display: inline;
	list-style-type: none;
}

#nav li a {
	background: transparent;
	width:auto;
	padding: 10px;
	margin: 0px;
	color:#474747;
	font-family: Arial, Sans-Serif;
	font-style: normal;
	font-size: 14px;
	text-decoration:none;
	border-bottom:none;
	text-align:center;
}

#nav li a:hover {
	background: transparent;
	color: #f4012d;
	text-decoration:none;
	text-align:center; 
}

#footer {
	background: transparent;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	text-align: center;
	border-top: 1px solid #474747;
	clear: both;
	padding-top: 5px;
	padding-bottom: 10px;
} 

#footer a, a:link, a:visited { 
	text-decoration: none; 
	color:#2b2b2b; 
	cursor: ne-resize; 
	font-size: 8pt; 
	border-bottom: none; 
	font-weight: bold;
}

#footer a:hover { 
	text-decoration:none;
	color:#f4012d;
	cursor: ne-resize;  
	border-bottom: none; 
	font-weight: bold;
}

a, a:link, a:visited { 
	text-decoration: none; 
	color:#2b2b2b; 
	cursor: ne-resize; 
	font-size: 10pt; 
	border-bottom: none; 
	font-weight: bold;
}

a:hover { 
	text-decoration: none;
	color:#f4012d;
	cursor: ne-resize; 
	font-size: 10pt; 
	border-bottom: none; 
	font-weight: bold;}

b {
	font-weight: bold;
	color: #474747;
}


i {
	font-style: italic;
	color: #f4012d;
}


u {
	text-decoration: underline;
	color: #f4012d;
	border-bottom: 1px dashed #f4012d;
}

p {
	margin-bottom: 10px;
}


blockquote {
	border-left: 5px solid #474747;
	padding: 5px;
	margin-left: 50px;
}

h1 { 
	display: block;
	margin-left: auto;
	margin-right: auto; 
	text-align: left;
	font-family: Trebuchet MS, sans-serif;
	font-size: 12pt; 
	color: #000000; 
	text-decoration: none; 
	height: 13px}

.codesort li {
	display: block;
	position: relative;
	padding-right: 0.5em;
	}

.codesort h2 { 
	display: block;
	margin-left: auto; 
	margin-right: auto;  
	text-align: left; 
	font-family: Trebuchet MS, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	text-decoration: none;
	height: 13px;
}

a img {
	margin: 5px;
	border-bottom: none;
	text-decoration: none;
}