body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 70% Verdana, Arial, helvetica, sans-serif;
	color: #666;
	background: #cccccc url(../images/bg_grad.jpg) fixed;
	text-align: center;
	/* part 1 of 2 centering hack */
	}
p 	{ 
	font-size: 1em; margin: 0 0 15px 0;
	}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:active{ 
	color: #0066CC;
	text-decoration: none;
	}
/************** header tag styles **************/
h1{
	width: 100%;
 	font: bold 1.2em  Verdana, Arial, sans-serif;
 	color: #8CB92F;
 	letter-spacing:0.1em;
	background:#fff;
	padding:5px;
}

h2{
 font: bold 114% Verdana, Arial, sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 70% Verdana, Arial, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Verdana, Arial, sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

.adress{
	color: #8CB92F;
	margin-left:10px;
	background: #fff;
	border:1px dashed #666;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.5em;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Verdana, Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Verdana, Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	width: 780px; 
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #e8e8e8;
	border: 5px solid #ffffff;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 780px; 
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 770px;
}
html>body #pagecell1 {
	width: 770px; /* ie5win hack ends */
	}
#masthead{
	top: 0px;
	}
#content{
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #ccd2d2;
	border-left: 1px solid #ccd2d2;
}
.feature{
	height: 202px;
	background:#cccccc;
	}
#middlebar{
clear: both;
height: 22px;
color: #cccccc;
background: url(../images/barbackgr.gif) repeat-x;
}
#story {
	float: right;
	padding: 10px 40px 20px 10px;
	text-align:justify;
	width:400px;
	}
#story p{ 
	padding:5px;
	}
#storyimage {
	float:left;
	width: 277px;
	height: 450px;
	padding-top: 10px;
	text-align:center;
	}
#storyimage p{
	padding:15px;
	text-align:left;
	}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#logo{
	margin: 0px;
	padding: 8px 0px 8px 8px;
}
#flags
	{
	margin-left:700px;
	}
/************* globalNav styles ****************/

#globalNav{
height: 25px;
color: #666;
padding: 5px 2px 2px 2px;
margin: 0px;
background-image:  url(../images/navbackgr.gif);
}

#globalLink{
	top: 6px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}
a.glink, a.glink:visited{
  	font-size: 10px;
  	color:#666666;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #ffffff;
}
a.glink:hover{
  	background-image:  url(../images/navbackgr_selected.gif);
	text-decoration: none;
}
.skipLinks {display: none;}

/************** siteInfo styles ****************/
#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 0.9em;
	color: #cccccc;
	padding: 0px 10px 10px 10px;
	margin-top: 20px;
}

.ram{
	border: 1px solid #666;
	}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url(../images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
