/* CSS Document */


BODY {
	text-align:center;
    padding:0 0 5px 0;
    margin:0px 9px 0 0px;
	background: #FFFFFF;
	/*background: url(../images/background/background_tile1.jpg) #FDFDFD;
	background-repeat: repeat-y;*/
	scrollbar-arrow-color: #333366; 
  	scrollbar-base-color: #E1E8E8; 
  	scrollbar-dark-shadow-color: #ffffff; 
  	scrollbar-track-color: #333366;
	
}


#titlewrap { 
	background:#FFFFFF;
	position:relative;
	width:950px;
	height:140px;
	margin: 0px auto;
	
}

#titlewrap #logo {position: absolute; left: -15px; top: 1px;}
#titlewrap #tabs {position: absolute; left: 20px; top: 110px;}



#mainwrap {
	position:relative;
	width:920px;
	height: auto;
	min-width:920px;
	min-height:860px;
	background-color:#ffffff;
	font-size:100%;
	padding:0px 0px 0px 0px;
	margin: 0px auto;
	border: solid medium #EFEFEF;
	text-align:left;
}

#topborder { 
	position:relative; left:0px; border:0; padding:0;
}

#innermainwrap {
	position:relative;
	background: url(images/bak.body.jpg);
	width:914px;
	border:0;
	padding:0;
	height:auto;	
}

#leftcol { 
	position:absolute;
	float:left;
    width:9em;
    left:0px;
    top:5px;
	margin-top:5px;
	margin-left:17px;
	border-top:#0033CC;
	text-align:left;
	z-index:1;
}

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /* slightly enhanced, universal clearfix hack */
.clearfix { display: inline-block; }
/* start commented backslash hack \*/ * html .clearfix { height: 1%; }
.clearfix { display: block; } /* close commented backslash hack */


/*#leftnav1 { 
	background: #eeefdf;
}*/

#maincontent {
	position:relative;
	width:500px;
	left: 160px;
	padding: 8px 25px 8px 25px;
	min-height:1500px;		
}

#rightcol { 
	width:190px;
	position:absolute;
    top:0px;
    right:18px;
    background:#FFF;
	margin-right:5px;
	text-align:left;
}


h1 {font-family: Arial; }
h1.prodtitle {font-size:100%; font-weight:bold; color:#000000; margin-top:0px;}
h1.menutitle {font-size:100%; font-weight:bold; color:#000000; margin-top:0px;}
h2 {font-family: Arial; font-size:13px; font-weight:bold; color:#333366; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:10px;}
h3 {font-family: Arial; font-size:71%; font-weight:bold; color:#333366; margin-top:0px; margin-bottom:0px; margin-left:10px;}
h4 {font-family: Arial; font-size:71%; font-weight:bold; color:#006699; margin-top:0px; margin-bottom:0px; margin-left:10px;}

p  {font-family: Arial; font-size:71%; color:#666666; margin-top:2px; margin-left:10px; margin-right:10px;}

a:link 		{font-family: Arial; font-size:11px; color:#555999; font-weight:normal; text-decoration:none;}
a:visited {font-family: Arial; font-size:11px; color:#555999; font-weight:normal; text-decoration:none;}
a:hover 	{font-family: Arial; font-size:11px; color:#555999; font-weight:normal; text-decoration:none;}
a:active 	{font-family: Arial; font-size:11px; color:#555999; font-weight:normal; text-decoration:none;}

a.b:link 		{font-family: Arial; font-size:11px; color:#ffffff; font-weight:normal; text-decoration:none;}
a.b:visited {font-family: Arial; font-size:11px; color:#ffffff; font-weight:normal; text-decoration:none;}
a.b:hover 	{font-family: Arial; font-size:11px; color:#ffffff; font-weight:normal; text-decoration:none;}
a.b:active 	{font-family: Arial; font-size:11px; color:#ffffff; font-weight:normal; text-decoration:none;}

a.menu:link 		{font-family: Arial; font-size:15px; color:#555999; font-weight:bold; text-decoration:none;}
a.menu:visited {font-family: Arial; font-size:15px; color:#555999; font-weight:bold; text-decoration:none;}
a.menu:hover 	{font-family: Arial; font-size:15px; color:#555999; font-weight:bold; text-decoration:none;}
a.menu:active 	{font-family: Arial; font-size:15px; color:#555999; font-weight:bold; text-decoration:none;}

.menuimage {padding: 0px 15px 0px 0px;}

.hr1 {border: solid medium #EFEFEF; margin-right:25px;}
.box1 {border: solid medium #EFEFEF; padding: 8px; width:390px; margin-left:10px;}
.box2 {border: solid medium #E1FBDB; padding: 8px; width:390px; margin-left:10px;}  /* currently not in use - feel free to change*/
.box3 {border: solid medium #C6DBC1; padding: 8px; width:390px; margin-left:10px; background-color:#F0F7EF;}   


