/* Redefined Tags */

body {
	background:#E8EDD3;
	margin:0;
	
	font-family:"trebuchet ms", trebuchet ms, trebuchet, verdana, sans-serif;
	}
	
table, td {
	font-size:11px;
	}

	
/* Header */

#header {
	background-color:#734a39;
	}

#header h1{
	margin:0;
	padding:0;
	display:none;
	}
	
#header a:visited, #header a:active, #header a:link {
	color:#fff;
	display:none;
	}
	
#header a:hover {
	color:#c8cacf;
	display:none;
	}

	
/* Main Content */

#center {
	background-color:#fff;
	text-align:left;
	padding:20px 10px 10px 10px;
	border-left:20px solid #FFD22D;
	}
	
#center h2 {
	color: #C15108;
	font-size:125%;
	font-family: Georgia, "Times New Roman", Times New Roman, Times, serif;
	font-weight:bold;
	margin:0 0 5px 0;
	}

#center h3 {
	color:#000;
	font-size:100%;
	font-family: Georgia, "Times New Roman", Times New Roman, Times, serif;
	font-weight:bold;
	margin:0 0 20px 0;
	}

#center p {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:120%;
	margin:0;
	padding:0;
	}
	
#center a:visited, #center a:active, #center a:link {
	color:#2f5887;
	text-decoration:none;
	}
	
#center a:hover{
	color:#c8cacf;
	text-decoration:none;
	}
	
.snippet {
	border-bottom:solid #ccc thin;
	padding-bottom:15px;
	margin-bottom:15px;
	}
	
.snippet img {
	margin-right:10px;
	}
	
	
/* Right Content*/

#right {
	background-color:#F07A3A;
	padding:10px;
	}
	
#right h2 {
	color:#184B6A;
	font-size:125%;
	font-family: Georgia, "Times New Roman", Times New Roman, Times, serif;
	font-weight:bold;
	}

#right p {
	color:white;
	line-height:130%;	
	margin:0;
	padding:13px 0 0 0;
	}
		
#right a {
	color:#D6DDFF;	
	text-decoration:none;
	}

#right ul{
	text-align:center;
	font-family: 
	font-size:125%;
	margin:25px 0 0 0;
	padding:0;
	list-style-type:none;
	color:#fff;
	font-weight:bold;
	}
	
#right li{
	padding:1px 3px;
	margin:0;
	}
	
.line {
	padding: 14px 0 20px 0;
	}


/* Footer - Unused 

#footer {
	color:#fff;
	padding:15px 5px 10px 0;
	text-align:right;
	}
	
#footer a {
	color:#fff;
	}
	
*/


/* Formatting for Stories */

#story h2 {
	color:#C15108;
	font-size:145%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding:10px 0 3px 0;
}

#story h3 {
	color:#000;
	font-size:110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin:0 0 30px 0;
}

#story p {
	line-height:150%;
	margin-bottom:10px;
	font-size:115%;
	}
	
#story{
	margin:15px 10px 40px 10px;
	}
	
.copyright {
	padding-top:40px;
	font-style:italic;
	text-align:right;
	}
	
	/* Special */

#main {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	}
	
table#links  {
	margin-top:10px;
	}

#links li {
	list-style:none;
	margin:0;
	padding:4px 0 0 0;
	}

#links ul {
	list-style:none;
	margin:0;
	padding:0;
	}

#links h3 {
	margin:0 0 10px 0;
	padding:0;
	}

div.third {
    float: left;
    padding-right: 15px;
    width: 170px;
	line-height:20px;
}

