body
{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	line-height: 1.5em;
	font-size: 14px;
	background-color: #ffffcc;
	
}

#formbody
{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	line-height: 1.4em;
	font-size: 14px;
	background-color: white;
	
}

div#wrapper
{
	margin: auto;
	text-align: center;
	text-transform: inherit;
	width: 760px;
	
}

div#header
{
	padding: 2% 2% 2% 0%;
	text-align: center;
	background-color: #ffffca;
	margin-bottom: 0px;
	margin-top: 0px;
}

a:link
{
	text-decoration: none;
	color: blue;
}
a:active {text-decoration: none; color: blue;}
a:visited {text-decoration: none; color: blue;}
a:hover {text-decoration: underline; color: blue;

}

div#footer
{
	padding: 2%;
	text-align: center;
	clear: both;
	background-color: #ffffcc;
	font-size: .8em;
	line-height: 1em;
	text-transform: inherit;
	text-decoration: none;
	margin: 75px 0px 0px 0px;
}

div#maincontent
{
	padding: 0% 10% 2% 2%;
	text-align: left;
	background-color: #FFC;
	color: #959595;
	background-image: url(images/stars.jpg);
	background-repeat: no-repeat;
	background-position: 325px 50px;
	margin: 0px 0% 0px 35%;
}

div#formcontent
{
	padding: 0% 10% 2% 2%;
	text-align: left;
	background-color: white;
	color: black;

	margin: 0px 0% 0px 10%;
}




div#leftcolumn {padding: 2%;
float: left;
text-align: right;
background-color: #ffffcc;
width: 2%; }

div#rightcolumn {padding: 2%;
float: right;
background-color: #ffffcc;
width:1%}

.floatleft
{
	float: left;
	padding: 0px 10px 5px 0px;
}

.floatright
{
	float: right;
	padding: 0px 0px 5px 10px;
}

.center
{
	margin: auto;
	text-align: center;
	text-transform: inherit;
}

p,  td
{
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	font-style: normal;
}
blockquote
{
	color: #35200A;
	font-size: 1em;
	letter-spacing: .1em;
	font-style: italic;
	display: inline;
}
li
{
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.3em;
	font-style: normal;
	padding: 5px 0px 10px 0px;
}

.lang_list
{
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	font-style: normal;
	margin: 5px 0px 10px 50px;
}


h1
{
	font-size: 1.3em;
	line-height: 1.4em;
		font-weight: bold;
	color: black;
	text-align: center;
	text-transform: inherit;
}

h2
{
	font-size: 1.2em;
	line-height: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
	color: black;
}

/* BEGIN style2 */
 #navcontainer { width: 200px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: 'Comic Sans', Verdana, sans-serif;
	font-size: .9em;
	line-height: 1.3em;
	text-align: left;
	text-transform: inherit;
}

#navcontainer a
{
	display: block;
	padding:6px 4px 8px 30px;
	width: 180px;
}

#navcontainer a:link, #navlist a:visited
{
	color: black;
	text-decoration: none;
	background-image: url(images/nav_background.gif);
	background-repeat: no-repeat;
	font-variant: small-caps;
	
}

#navcontainer a:hover
{

background-image: url(images/nav_background.gif);
	background-repeat: no-repeat;
	font-variant: small-caps;
	
color: #885915;
}

.order {
	font-weight: bold;
	color: #990000;
}

fieldset { border-width: 0px; }
/* END style2 */
