

#content a
{
	color: #696969;
	border-bottom: 1px dashed #696969;
}

#content a:hover
{
	color: #696969;
	border-bottom: 1px solid #696969;
}

p
{
	text-align: justify;
}

#content
{
	padding: 5px 15px 20px;
}

#header h1
{
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: center; 
	width: 100%;
	height: 70px;
	padding: 0;
	margin: 0;
}

#header h1 a
{
	display:none;
}

.news a.title
{
	font-size: 1.2em;
	color: black;
}

#sidebar h2
{
	padding-top: 10px;
}

img
{
	border: 0;
	background: none;
}

body
{
	font-size: 75%;
}

#footer
{
	text-align: left;
}

#footer a 
{
	font-weight: bold;
	color: #999;
}

#nav li a
{
	font-size: 1.3em;
}

label
{
	color: #666;
}

table.form
{
	width:100%;
}

table.form td
{
	vertical-align: top;
	padding: 0;
}

input, textarea
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size: 1em;
}


input[type=text]
{
	padding: 5px;
	border: 1px solid #666;
	width: 95%;
}

input[type=submit]
{
	padding: 5px;
	border: 1px solid #666;
	bavkground-color: #aaa;
}

textarea
{
	padding: 5px;
	border: 1px solid #666;
	width: 95%;
	height: 100px;
}

label.required
{
	font-weight: bold;
}

label.problem
{
	color: darkred;
}

input.problem
{
	border: 1px solid darkred;
}

p.problem
{
	color:darkred;
	font-weight: bold;
}

div.problem
{
	color: darkred;
	display: none;
}

#content h2
{
	font-size: 3.0em;
	color: #333;
}
	
#nav li a
{
	color: #333;
}
	
	
	
div#pics a, div#pics a:hover
{
	border: 0;
}

div.pic
{
	width: 220px;
	height: 220px;
	float: left;
	padding-right: 6px;
	padding-bottom: 6px;
}

div#pics div img
{
	padding: 0;
	vertical-align: middle;
}
	
#content li
{
	padding: 0;
}
	
	
	
	
	
