body
{
	background-color: #fff;
	margin: 0;
}

#container
{
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
        background-color: #EEEEEE;
}

#content
{
        margin:10px 15px 30px;
}

#foot
{
        border-top:dashed 1px #3d946f;
        font-size:0.8em;
 	margin:0px 24px 10px;
        padding:8px 0px 8px;
        clear: both;
}

#head
{
	margin-top: 0;
	margin-bottom: 0;
        border:0;
	background-image: url(../images/header.jpg);
	height: 193px;
}

#head #menu
{
	margin-top: 112px;
	margin-left: 180px;
	color: #596492;
	font-size: 0.9em;
	text-align: center;
	position: absolute;
}

#menu a
{
	border: 0;	
	font-weight: bold;
	text-decoration:none;
	font-family: arial;
	color: #3d946f;
}

#menu a:hover
{
	color: #678FD6;

}

#head #language
{
	color:#666666;
        padding-top: 8px;
        padding-right:4px;
	text-align: right;
        font-size:0.8em;
	font-weight: bold;
}

.link
{
        font-size:15px;
}

.link a
{
        font-size:15px;
}


.flag
{
        border:0px;
        margin:0px;
        padding-right:2px;
}

#head #language a
{
	color:#3d946f;
        border-bottom: 0;
}

#head #language a:hover
{
	color: #678FD6;
}

td {
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	text-align: justify;
        font-size: 0.9em;
}

p, blockquote, h3, #content li
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
        padding-bottom: 10px;
}

blockquote
{
	margin-left: 20px;
	margin-right: 0px;
}

#accessibility
{
	position: absolute;
	top: -10000px;
}

a
{
	font-weight: bold;
	color: black;
        text-decoration: none;
}

a:hover
{
	/* Red from the logo */
	color: #9d1614;
}

h1
{
	font-weight: normal;
	text-decoration:none;
	font-family: Georgia, Times, Serif;
	font-size: 2em;
	text-align: center;
}

h1  {
        margin-top:15px;
        margin-bottom:25px;
        font-size:1.6em;
}

h2
{
	font-weight: bold;
	font-size:0.9em;
        letter-spacing:0.1em;	           
        font-family: Georgia, Times, Serif;
	font-variant: small-caps;}

h2 a
{
	font-weight: bold;
        font-size:0.9em;
        letter-spacing:0.1em;	
        font-family: Georgia, Times, Serif;
	font-variant: small-caps;
}

h3
{
	font-weight: normal;
}

h3 a
{
	border: 0px;
	font-weight: normal;
	font-family: Georgia, Times, Serif;
	font-size: 1.5em;
}

h1 a, h2 a
{
	border: 0px;
}

#content hr
{
	color: #ccc;
	width: 66%;
	margin-top: 2em;
	margin-bottom: 2em;
}

img
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 0px;
}

img.divider
{
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
	border: 0;
}

img.logo
{
	border: 0;
}

/* Manipulates aspects of dynaGallery */
table.dynaGallery
{
margin-left: 20px;
}

a:hover img.dynaThumb
{
	border: 2px dotted #9d1614;
}

.comments_error
{ 
	background-color: #ffa 
}

div.comments_error
{
	border: 1px solid #cc8;
	padding : 0.3em;
}


/* Stuff for dropdown menus: taken from suckerfish dropdowns */
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	/*color: #060;
	padding: 0.2em 10px;*/
}

#nav li li a:hover {
	/*padding: 0.2em 5px;*/
	border: 5px solid #678fd6;
	border-width: 0 5px;
}

li {
	float: left;
	position: relative;
	width: 7.1em;
	text-align: center;
	cursor: default;
	background-color: transparent;

}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	left: 0;
        background-color:#EEEEEE;
	font-weight: normal;
        border:1px solid #3d946f;
	padding: 0.5em 0 1em 0;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}

/* to fix bulleted lists */
#content ul
{
	list-style: disc;
	margin-left: 40px;
}

#content li
{
	float: none;
	position: relative;
	/*cursor: default;
	background-color: transparent;*/
	text-align: left;
	padding-left: 10px;
	padding-right: 10px; 
	margin-left: 10px;
	margin-right: 10px;
	width: 700px;
}