/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 105%;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

img	{
	border: 0px;
}

h1{
 font-size: 130%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 105%;
 color: #334d55;
}

ul{
 list-style-type: disc;
}
		

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 8px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#masthead h1	{
	position: absolute;
	left: 40%; 
	top: 55px;
}

#masthead img#logo	{
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

#masthead div#flags {
	position: absolute;
	right: 5%;
	top: 55px;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
	float:right;
	width: 65%;
	margin: 0;
	padding: 0 13% 0 0;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 5px 0px 5px 10px;
}

/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 10px 10px;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.storymag{
	font-size: 95%;
	padding: 3px 0px 25px 0px;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story img{
	padding: 0px 10px 0px 0px;
	margin: 0px 5px 5px 30px;
}

.story form{
	margin: 10px 10px 10px 30px;
}

.story img#email{
	margin: 0px 5px 5px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}

#siteinfo h1{
	font-size: 75%;
	color: #cccccc;
	}	

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a#active{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
}

/*********** #button styles ***********/

.button a	{
	width: 180px;
	background: #DDDDDD;
	padding: 7px 5px 7px 5px;
	margin: 0px 0px 0px 30px;
	border: thin outset Silver;
	white-space: nowrap;
	font-family: Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 170px;
}

.button>a	{
	width: 170px;
}