/* CSS  F6EED9    9C2711    DF4B06     FFCC99*/

body {
	background-color:#fff;
	color:#333;
	margin:0;
	padding:0;
	Font-family:  Georgia, serif;
	font-size:x-large;
	line-height:1.5em;
}

a {
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
		color:#cd100b;
}

a:hover {
	font-style:normal;
	font-weight:bold;
	text-decoration:underline;
}

h1,h2,h3,h4 {
	margin:0;
	padding:0;
}

h1 {
	font-size: 1.1em;
	color:#666;
	margin:1em 0;
	padding:0.2em 0;
	line-height:1.5;
	border-bottom:1px solid #666;
	text-transform:uppercase;
	letter-spacing:0.1em
}

h3 {
	font-size: 1em;
	margin-top:0.5em;
}

h4 {
	font-size: 0.9em;
	margin:15px 0 5px 0;
}

p {
margin:0 0 1em 0;
padding:0;
}

.sum {
	text-align:left;
	font-style:italic;
}



img {
	background-color: transparent;
	margin:0px;
	padding:0px;
	text-decoration:none;
	border:0px;
}

#header{
	margin:0;
	padding:0;
	background-color:#cd100b;
	/*border:1px solid black;
	border-bottom:0;*/
	width:100%;
}

#titlebanner {
	margin:0;
	padding:0;
	border:0;
	width:740px;
	height:30px;
	background: url(../i/header.gif) no-repeat;
}

.alt {
	display:none;
}

#titlelogo {
	display:block;
	padding:0;
	border:0;
	margin:0;
	background: url(../i/header.gif) no-repeat;
}

#titlelogo:hover {
	background: url(../i/header.gif) no-repeat;
}


#nav {
	position: relative;
	margin: 0;
	padding:0;
	/*background: url(../i/navbck.gif);*/
	background-color:#cd100b;
	height: 30px;
	border: 1px solid black;
	border-top: 1px dotted #ccc;
	border-bottom:0;
	}
	
#nav ul {
	margin: 0;
	padding:0;
}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#nav a:link {
	float: left;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding: 4px 10px 5px 10px;
	text-decoration: none;
	border: none;
	color: #fff;
	}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	border-bottom: 4px solid #ccc;
	padding-bottom: 2px;
	color: #fff;
	}
	
#nav em{
	text-decoration:underline;
	font-style:normal;
}

#nav .null {
	float: left;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding: 4px 10px 5px 10px;
	text-decoration: none;
	border: none;
	color: #00f;
	background-color:#cd100b;
}

#nav a:visited {
	float: left;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding: 4px 10px 5px 10px;
	text-decoration: none;
	border: none;
	color: #ccc;
	background:#999;
	}
.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute; /* for the benefit of IE5 Mac */
}

#nav .here {
	background-color:#fff;
}


#global {
float:left;
text-align: left;
margin:0;
padding:0;
width:100%;
}

#billboard {
	margin:0;
	padding:0;
	text-align:right;
}

#billboard img {
	border: 1px solid #ccc;
}

#content {
	padding:20px;
	margin: 0 auto;
	width:740px;
}

#content p { margin-left:50px; }


#content ul { 			padding:0; margin: 0; text-align:left;}
	
#content ul ul {		padding:0; margin: 0;}
  
#content ul ul ul {		padding:0; margin: 0 0 0 2em; font-weight:normal;}

#content ul ul ul ul {	padding:0; margin: 0 0 0 1em; color:#666;}

#content ul li , #content ul ul li , #content ul ul ul li, #content ul ul ul ul li{
	list-style:none;
} 

.gone { text-decoration: line-through; }

#presentation {
	background:#fff;
	width:100%;
}
.ss { margin:1em 0; border:1px solid #000;}

#footer {
	clear:both;
	width:100%;
	border-top:1px dashed #666;
	color:#666;
	margin:10px 0;
	font-size:80%;
}

#footer p { margin: 20px 20px;
