html{
	height:100%;
	margin:0;
	padding: 0;
}

/*changed company color #84002b to #AE0055*/

body {
	font: 100% Verdana;
	/*background: #84002b;*/
	background-image:url(../img/header_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e6e6e6;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*color: #84002b;*/
	color:#424242;
	
	height:100%;
}


#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	min-height: 100%;
/*	margin-bottom: -50px;
/*	position: relative;
	overflow:auto;*/
}




#header {
	position:relative;
	padding: 20px 0 20px 0px ;

	
	height: 80px;	
	margin: 0 0 0 0px;
}

#flags {
	/*float:right;*/
	position:absolute;
	width:70px;
	right:0;
	top:0;
	visibility:hidden;
}


#menu a:link, #menu a:visited {	
	outline:none;
	text-decoration:none;
	color: #84002b;
}
#menu a:hover{
	
	text-decoration: underline;
	color: #000000;
}

#menu {
/*	width: 100%;*/
	position:absolute;
	right: 20px;
	bottom: 20px;
	padding: 0;
	margin:0;
}

#menu ul{
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style:none;
}

#menu li{
	display:inline;
	list-style-type: none;
	padding-right:30px;
}

#menu a { 
	padding: 0;
	margin:0;
}

#logolink {
position:absolute;
left:0;
top:20px;
height:80px;
width:240px;

	background-image:url(./img/logoname.png);
	background-repeat:no-repeat;
	background-position: left;
}

/*
#menu a:link, #menu a:visited
{
	color: #FFF;
	background-color: #06C;
	text-decoration: none;
	border:#FFF 1px solid;
}

#menu a:hover
{
	color: #06C;
	background-color: #FFF;
	text-decoration: underline;
	border:#06C 1px solid;
}
*/

.separator
{
	height:20px;
}

#picturebox{
	background:#F6F6F6;
	padding: 0; /*150 on bottom for sticky footer*/
	margin: 0;
	/*border: solid 1px #c6c6c6;*/
		
	width:900px;
	height:250px;
		
	background-image:url(../img/content_bg.png);
	background-repeat:repeat-x;
	background-position:top;
}







#content {
	/*width:900px;*/
	overflow:auto;
	background:#F6F6F6;
	padding: 0px 20px 10px 20px; /*150 on bottom for sticky footer*/
	border: solid 1px #c6c6c6;
	
	background-image:url(../img/content_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	
	/* remember that padding is the space inside the div box and margin is the space outside the div box 
	margin: 0px 15px 0px 0px;	*/
	/*min-height:400px;*/


}
#content p{
	font-size:small;
}

#content a:link, #content a:visited {
	text-decoration:none;
	color: #84002b;
}
#content a:hover {
	text-decoration: none;
	color: #000000;
}

#content td{
	font-size:small;
	vertical-align:top;
}

#linktable tr:hover{
	background-color:#e6e6e6;
}
/*
#linktable td{
	font-size:small;
	vertical-align:top;
}
*/


.key{
	color:#84002b;
	font-weight:bold;
}
.floatseparator
{
 clear:both;
 height:20px;
}


.value{

	width: 300px;
	padding: 10px 20px;
	/*border: solid 1px #c6c6c6;*/
	
	/*background-image:url(../img/content_bg.png);
	background-repeat:repeat-x;
	background-position:top;*/

}








#footerspace{
	height:35px;
}
#footer {	
	/*background-image:url(./img/foot.jpg);*/
	

	position: relative;
	margin-top: -35px; /* negative value of footer height */
	height: 35px;
	clear:both;
	
	width:100%;
	
	color:#a5a5a5;
	text-align:center;
	font-size:11px;
}


/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

.tableof3 {	
	width:206px;
	float:left;
	text-align:center;
	
}
.tableof3 p{
font-size:small;
text-align:left;
}
.tableof3vert {
float:left; 
height:200px;
width:21px; 
/*background: url(./img/vspliter.jpg) no-repeat center ; */
}

