body {
	background-color:#692809;
	font-family: sans-serif;
	font-size: 9pt;
	color: #FFD58A;
	margin:0;
	padding:0;		
}

a, a:visited, a:active {
	text-decoration:none;
	color:#D46D2C;
	outline:none;
}

a:hover {
	color:#F8AA46;
}

img {
	border:0 none;
	outline:none;
}

.imgThumb
{
	padding:8px;
	margin:8px;
	border:solid 1px transparent;
}

.imgThumb:hover
{
	border:solid 1px #F8AA46;
}

p {
	margin: 8px 16px 8px 32px;
	text-align:justify;
}

h1 {
    background-image:url(/img/bg_h1.jpg);
    background-repeat:no-repeat;        
    margin: 16px 0 10px 16px;
    padding: 4px 0 0 16px;    
    font-size:13pt;
    font-weight:bold;
    color:#fff0b0;
}

h2 {
    background-image:url(/img/bullet.gif);
    background-repeat:no-repeat;
    background-position:0 7px;
    margin: 16px 0 10px 32px;
    padding: 4px 0 0 10px;
    color:#fff0b0;
    font-size:10pt;
    font-weight:bold;
    font-style:italic;
}
	
ins
{
	color:#FFEFD3;
	text-decoration:none;
}

.header
{
	margin: 0px 8px 0px 16px;
}

.panel
{
	background-image: url(/img/bg_table.jpg);
	background-repeat:repeat-x;	
	margin: 0 8px 16px 16px;
}


.mainDiv
{
	width:938px;
	margin:0 auto 0 auto;
	padding:0;	
}

.layoutLeft
{
	width:112px;
	height:636px;
	background-image:url(/img/lay_left.png);
	background-repeat:no-repeat;
	padding:0;
	float:left;
}

.layoutRight
{
	width:86px;
	height:636px;
	background-image:url(/img/lay_right.png);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	float:left;
}

.layoutMiddle
{
	width:740px;
	padding:0;
	margin:0;
	float:left;
}

.title
{
	width:740px;
	height:98px;
	background-image:url(/img/lay_top.png);
	background-repeat:no-repeat;	
}

.langSw
{	
	position:relative; top:+61px;
	width:47px;
	height:37px;
}

.menu
{	
	width:740px;	
	padding-top:8px;
	padding-bottom:8px;
	background-color:black;
	text-align:center;
}

.menu a, .menu a:visited
{	
	text-decoration:none;	
	padding:8px;	
	color:#e0e0e0;	
	outline:none;
}

.menu a:hover
{
	color:black;
	background-color:#B21B0E;
}

.menuSelected
{
	text-decoration:none;	
	padding:8px;	
	color:#e0e0e0;	
	outline:none;
	background-color:#943000;	
	
	
}

.content
{
	border-top:1px solid #943000;
	width:740px;
	min-height:500px;	
}

.footer
{
	width:740px;
	background-image: url(/img/bg_shdw.jpg);
	background-repeat:repeat-x;	
	font-size:8pt;
	text-align:center;
	color:#a0a0a0;	
	padding: 8px 0 8px 0;	
}


.formTextBox
{
	border: solid 1px #2c2a0a;
	background-color:#fff9d9;
}

.formButton
{
	border-top: solid 1px #f7edc6;
	border-left: solid 1px #f7edc6;
	border-right: solid 1px #2c2a0a;
	border-bottom: solid 1px #2c2a0a;
	background-color:#a37b67;
}


.errMsg
{
	background-image: url(/img/excl.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
	color:#ffa000;	
	margin:0 0 0 16px;
	padding: 0 0 0 18px;	
}


