/* CSS Document */

body			{ margin: 0px; 
				  padding:0px; 
				  text-align:center;
				  background-image: url(../images/strip_bg.jpg);
				  background-repeat: repeat-x;
				  background-color: #ffffff;
				  }

img				{ border:0px;}

h1 	{ font-family: Verdana, Tahoma, Arial, helvetica, sans-serif;
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold;
	color:#005A86; 
	display:inline;
	}
	
h2 	{ font-family: Verdana, Tahoma, Arial, helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	font-weight: bold;
	color:#333333; 
	display:inline;
	}

.clr			{ clear: both;}

#wrapper		{ width:770px;
				  margin:0px auto;
			      text-align:left;
				  background-color: #ffffff;
				  }

#crumbs 		{ background-image: url(../images/crumbs_bg.jpg);
				  background-repeat: no-repeat;
				  background-color: #005A86; 
				  width: 770px;
				  height:25px;
				  }

.crumbs 		{ font-family: Verdana, Tahoma, Arial, helvetica, sans-serif; 
				  font-size: 11px;
				  font-style: normal; 
				  font-weight: normal; 
				  color:#ffffff;
				  padding: 5px 0px 5px 10px;
				  }				

.crumbs A:link		{ color:#ffffff; text-decoration: none; }
.crumbs A:visited	{ color:#ffffff; text-decoration: none; }
.crumbs A:hover		{ color:#ffffff; text-decoration: underline; }
.crumbs A:active	{ color:#ffffff; }


#main			{ width: 770px; 
                  position:relative;
				  background-image: url(../images/main_bg.jpg);
				  background-repeat: repeat-y;
				  padding: 10px 0px 0px 0px; 
				  }

#leftcol		{ float: left; position: realtive; width: 160px; background-color: #005A86; }
#rightcol		{ float: right; position: realtive; width: 600px; min-height: 530px; background-color: #E9EDEF; }
*html #rightcol		{ float: right; position: realtive; width: 600px; height: 650px; background-color: #E9EDEF; }
#menu-bottom       { width: 140px; height: auto; background-color: #ffffff; margin: 20px 10px 10px 10px; font-size: 12px; position: absolute; bottom: 10px; float: left;}
#menu-bottom   p  { margin: 2px;}
#menu-bottom  img {margin: 4px;}
.menu			{ padding: 10px;}
.menu 			{ font-family: Verdana, Tahoma, Arial, helvetica, sans-serif; 
				  font-size: 11px;
				  font-style: normal;
				  font-weight: normal;
				  color: #ffffff;
				  }				

.menu A:link	{ color:#ffffff; text-decoration: none; font-weight: bold;}
.menu A:visited	{ color:#ffffff; text-decoration: none; font-weight: bold;}
.menu A:hover	{ color:#ffffff; text-decoration: underline; font-weight: bold;}
.menu A:active	{ color:#ffffff; font-weight: bold;}

#menu-bottom  A:link	       { color:#333333; text-decoration: none; font-weight: normal;}
#menu-bottom  A:visited	{ color:#333333; text-decoration: none; font-weight: normal;}
#menu-bottom  A:hover	{ color:#333333; text-decoration: underline; font-weight: normal;}
#menu-bottom  A:active	{ color:#333333; font-weight: normal;}

.content		{ padding: 10px;}
.content		{ font-family: Verdana, Tahoma, Arial, helvetica, sans-serif; 
				  font-size: 12px;
				  font-style: normal; 
				  font-weight: normal; 
				  color:#333333; 
				  }				

.content A:link		{ color:#333333; text-decoration: none; font-weight: bold;}
.content A:visited	{ color:#333333; text-decoration: none; font-weight: bold;}
.content A:hover	{ color:#333333; text-decoration: underline; font-weight: bold;}
.content A:active	{ color:#333333; font-weight: bold;}

#foot	 		{ height: 25px; width: 770px;}
.foot			{ padding: 5px 0px 0px 0px;}
.foot 			{ font-family: Verdana, Tahoma, Arial, helvetica, sans-serif; 
				  font-size: 9px;
				  font-style: normal; 
				  font-weight: normal; 
				  color:#666666; 
				  }				

.foot A:link	{ color:#666666; text-decoration: none; font-weight: bold;}
.foot A:visited	{ color:#666666; text-decoration: none; font-weight: bold;}
.foot A:hover	{ color:#666666; text-decoration: underline; font-weight: bold;}
.foot A:active	{ color:#666666; font-weight: bold;}

.center {text-align:center;}