/* CSS Document */
body {
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:120%;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(../images/graphics/bbkgrnd.gif);
	background-repeat:repeat;
	text-align:center;
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5 {
    color:#FF9900;
	margin-bottom:0.8em;
	margin-top:1em;
	padding:0px;
}
h1 {
    font-size:24px;
	padding-top:0px;
	margin-top:0px;
}
h2 {
    font-size:18px;
}
h3 {
    font-size:16px;
	padding-bottom:10px;
	padding:0px;
}
h4 {
    font-size:14px;
}
h5 {
    font-size:14px;
	font-weight:lighter;
}
p {
    padding:0px;
	margin-bottom:10px;
}

a {
    color:#0000FF;
	text-decoration:none;
	border:none;
}

img.logo {
    border:none;
	margin-top:10px;
}

a:hover {
    color:#009900;
	text-decoration:underline;
}

div#cover {
    margin:10px auto 0 auto;
	padding:0px;
    width:800px;
	height:600px;
	background-image:url(../images/graphics/cover.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}
div#langchoice {
    width:800px;
    margin:0 auto;
	margin-top:500px;
	padding:0px;
	text-align:center;
}
div#langchoice img{
    border:none;
}
div#langchoice a{
    border:none;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
div#langchoice a:hover{
    border:none;
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

div#container {
    width:800px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
}

div#header {
    width:100%;
	background-color:#FF9900;
	background-image:url(../images/graphics/headerbkgrnd.jpg);
	background-repeat:no-repeat;
	height:150px;
}

div#menu {
	color:#333333;
	background-color:#FF9900;
	background-image:url(../images/graphics/mbkgrnd.gif);
	background-repeat:repeat-x;
	border-top:1px solid #FF9900;
	border-left:1px solid #FF9900;
	border-right:1px solid #FF9900;
	height:30px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
div#menu td.mfirst{
    padding-left:5px;
}
div#menu td.mspacer{
    width:15px;
	background-image:url(../images/graphics/mspacer.gif);
	background-repeat:no-repeat;
	height:30px;
}
div#menu a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
div#menu a:hover {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
div#menu table {
    margin:0px;
	padding:0px;
}

div#languages {
    float:right;
	margin:0px;
	padding:0px;
	margin-right:3px;
}

div#languages a {
    border:0px;
}

div#languages img {
    border:0px;
}

div#content {
	border-bottom:1px solid #FF9900;
	border-left:1px solid #FF9900;
	border-right:1px solid #FF9900;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
}

div#rightcol {
    float:right;
	width:305px;
}
div#rightcol img {
    border:1px solid #FF9900;
}

div#maincol {
    margin:0px;
	padding:0px;
    margin-right:320px;
}

div#maincol li{
    margin-bottom:10px;
	padding:0px;
}

div#maincol td {
    border:1px solid #FF9900;
}

div#maincol td.lcell {
    text-align:right;
	border:none;
	width:150px;
}
div#maincol td.rcell {
    text-align:left;
	border:none;
	width:150px;
}

div#photocol {
    clear:both;
	padding:0px;
	margin:0px;
	padding-top:20px;
	text-align:center;
}
div#photocol img {
    border:1px solid #FF9900;
}
div#photocol td.pspacer {
    width:10px;
}
div#photocol td.pvspacer {
    height:10px;
}

div#footer {
    width:800px;
	clear:both;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	font-family:"Courier New", Courier, monospace;
	color:#999999;
	font-size:12px;
	text-align:center;
	margin:0 auto;
}
div#footer a {
	color:#999999;
	font-size:12px;
	text-decoration:underline;
}
div#footer a:hover {
	color:#999999;
	font-size:12px;
	text-decoration:underline;
}

