/* CSS Document */


body {
width:800px;
margin:15px auto;
background:#FFf;
font:normal 12px/14px Georgia, "Times New Roman", Times, serif;
color:#336633;
}
html {
min-height:100.1%
}
* {
padding:0;
margin:0;
border:0;
}


#wrapper {
text-align:left;
width:100%;
margin:0 auto;
		}
		
#press-list ul, #press-list li {
		list-style-type:none;
		font-size:12px;
		color:#336633;
		margin-left:5px;
		
		}	
		
#vert-list ul, #vert-list li {
		list-style-type:none;
		font-size:12px;
		color:#336633;
		margin:10px 10px 10px 5px;
		
		}	

#inline-list ul, #inline-list li {
		list-style-type:none;
		display: inline;
		text-align:center;
		margin:5px;
		padding:10px;
		font-size:10px;
		width:100%;
		letter-spacing:.1em;
		white-space:nowrap;
		}
#inline-list ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
#about 	{
		font-size:14px;
		color:#333333;
		margin:10px 50px 10px 280px;
		}
#about p {
padding:0 25px 0 25px;
line-height:1.3em;
}
#info p
{margin:10px 60px 10px 60px;
line-height:1.3em;
font-size:14px;
}

#flashcontent
{
height:100%;
}
#footer
{ font-size:12px;
}
.style1 {color: #333333}
.border
{
	border-color: #CCCCCC;
	border-width: 1pt;
	border-style: solid;
}

#form 
{ white-space:normal;
margin-top:10px;


}
#form input
	{background-color:#FFFFcc;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#form textarea
{
background-color:#FFFFCC;
color:#333333;
}

h2 
{
letter-spacing:.1em;
font-weight:lighter;
}
h3
{
letter-spacing:.1em;
font-weight:lighter;
margin-left:25px;
margin-right:25px;
}

/*links */
a:link {
		text-decoration:none;
		color:#336633;
		}
a:visited {text-decoration:none;
			color:#336633;
		}
a:hover {
		text-decoration:underline;
		color: #336633;
		}	
