html *{
	padding:0px;
	margin:0 auto 0 auto;
	}
	
#divWrapper {
	width:900px; /*+100px*/
	height:auto;
	margin:15px auto 0 auto;
	border:1px solid #BB1111;
	background-color:#ffffff;
	}
		
#divHeader {
	width:900px;
	height:100px;
	margin:0 auto 0 auto;
	border:0px solid #000033;
	background-color:#ffffff;
	}

#divBanner {
	width:894px;
	height:70px;
	margin:1px auto 5px auto;
	border:0px solid #BB1111;
	background-color:#ffffff;
	}	
	
#divBannerMessage {
	padding:10px 0px 10px 0px;
	width:auto;
	height:50px;
	border:0px solid #BB1111;
	background-color:#ffffff;
	float:left;
	}	
	
#divLanguage {
	width:auto;
	height:70px;
	border:0px solid #BB1111;
	background-color:#ffffff;
	float:right;
	}
	
#divMenu {
	width:894px;
	height:20px;
	margin:0px auto 1px auto;
	border-bottom:1px solid #BB1111;
	border-left:none;
	border-right:none;
	border-top:1px solid #BB1111;
	background-color:#ffffff;
	}

#divContent {
	width:894px;
	height:422px; /*+50*/
	margin:0 auto 0 auto;
	boarder:0px;
	background-color:#ffffff;
	}
	
#divImage {
	width:310px;
	height:409px;
	margin:3px 10px 3px 0px;
	border-bottom:1px ridge #BB1111;
	border-left:none;
	border-right:1px groove #BB1111;;
	border-top:1px groove #BB1111;
	float:left;
	background-color:#ffffff;
	}	
	
#divText {
	padding:5px 5px 5px 5px;
	width:562px;
	height:399px;
	margin:3px 0px 3px 0px;
	border-bottom:1px ridge #BB1111;
	border-left:1px ridge #BB1111;;
	border-right:none;
	border-top:1px groove #BB1111;
	float:right;
	background-color:#ffffff;
	overflow:auto;
	}	

#divFooter {
	padding:2px 0 0 0;
	width:894px;
	height:20px;
	margin:3px auto 3px auto;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:1px solid #BB1111;
	background-color:#ffffff;
	text-align:center;
	}

body 
	{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	background-color:#d4e4f5;
	line-height:16px;
	}

a:link {
	color: #0f3f53;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #0f3f53;
}
a:hover {
	text-decoration: underline;
	color: #0f3f53;
}

.BannerMessage
	{	
   font-size:11px;
   color:#2d2d2d;
   font-family:"Courier New", Courier, monospace;
   line-height:140%;
   font-weight:bold;
   word-spacing:1px;
   letter-spacing:.001em;
   }
   	
.menu
   {
   font-size:12px;
   font:bold;
   color:#2d2d2d;
   font-family:"Courier New", Courier, monospace;
   line-height:120%;
   font-weight:1400;
   word-spacing:0.1px;
   letter-spacing:.001em;
   }
   
.footermenu
   {
   font-size:11px;
   color:#000000;
   font-family:"Courier New", Courier, monospace;
   line-height:150%;
   font-weight:1400;
   word-spacing:0.07px;
   letter-spacing:.001em;
   }
   
.image
   {
   float:left;
   vertical-align:middle;
   border-style:none;
   }
img
{  border-style: none;
}

.logo
   {
   float:left;
   vertical-align:baseline;
   }
   
h1 {
	font-family:"Courier New", Courier, monospace;
    font-size:13px;
	font-weight:bold;
	color:#CB3939;
	text-align:center;
	word-spacing:2.9px;
	line-height:120%;
	letter-spacing:.1em;
	padding:4px 4px 4px 4px;
	}
	
h2 {
	font-family:"Courier New", Courier, monospace;
    font-size:12px;
	color:#CB3939;
	text-align:left;
	word-spacing:2.9px;
	line-height:120%;
	letter-spacing:.1em;
	padding:4px 4px 4px 4px;
	text-decoration:underline;
	}
