﻿html,body
{
    margin:0;
    padding:0
}
body
{
    font: 76% verdana,sans-serif;
    text-align:center
}
a
{
    color:#464646;
}
a:link {
text-decoration: none;
color:#464646;
}

a:active {
text-decoration: none;
color:#464646;
}

a:visited {
text-decoration: none;
color:#464646;
}

a:hover {
text-decoration: underline ;
color:#31622b;
}



blockquote {
margin:.5em;
padding:.5em;
background-color:#f9f9f9;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
font-family:verdana;
font-size:10px;
}

blockquote p {
margin:.1em;
}
blockquote h3 
{margin:.1em;
    text-align:center;
    font-family:Arial;
    font-size:17px;
    
    
}
blockquote h2 
{
    text-align:center;
    font-family:Arial;
    font-size:15px;
    
    
}

blockquote ul
{
    list-style-type: none;
	margin: 0;
	padding: 0; 
}

img {
    border: none;
} 

/*a{
    display:block;
    color: #981793;
    padding:10px
}*/
div#header h1
{
    height:100px;
    line-height:80px;
    margin:0;
    padding-left:0px;
    background: #EEE;
    color: #79B30B
}
div#container
{
    text-align:left;
    border: solid 1pt #cccccc;
    border-top: 0pt;
    
}
div#fontbox
{
    width:100px;
    float:left;
    border: solid 2px #000000;
}
div#content p
{
    line-height:1.4
}

div#navigation
{
    background:#ffffff;
    margin:0,0,0,0;
    
}
div#extra
{
    background:#ffffff;
    background-image:url(flickor.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    float:left;
    clear:left;
    width:200px;
    height:250px;      
}

div#footer
{
    background: #3f3f3f;
    color: #fff
}
div#footer p
{
    margin:0;
    padding:5px 10px
}

div#container
{
    width:800px;
    margin:0 auto;
    
    
}
div#content
{
    float:right;
    width:560px;
    padding:5,20,5,20;  
}

div#navigation
{
    float:left;
    width:200px;
    
}


div#footer
{
    clear:both;
    width:100%
}



.arrowgreen{
	width: 200px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(arrowgreen.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E7830;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}
	
	.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 2px 0 2px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}
.cssform ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}	

table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: dashed;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 4px;
	border-style: dashed;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 4px;
	border-style: dashed;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

.thumbnail{
	padding: 7px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}

.person
{    
    margin: 5px 5px 5px 5px;
    height: 100px;
}
.person img
{
    float:left;
    margin: 5px 5px 5px 5px;
    
}