@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	width:100%;
	
}

.headline {
	font-size:1.2em;
	font-weight:bold;
	color:#8f8f8f;
}

.sub-head h2 {
	font-size:1.1em;
	color:#000033;
}

.home-sub-head h2 {
	font-size:1.3em;
}

img {
	border:none
}

.page {
	width:100%;
	align:center;
	
}


.banner {
	width:100%;
	background:#5a4884 url(../images/sound_waves_big.gif) top right no-repeat;
	margin:0;
	padding:0px;
	height:175px;
	overflow:visible;
	}
	
.logo {
	display:inline;
	float:left;
	width:auto;
	
}

.headerpic {
	display:inline;
	float:right;
	padding-top:0px;
	padding-right:0px;
}

.toplinks {
	position:absolute;
	bottom:0px;
	right:0px
}

.pagetitle {
	background: url(../images/leftend.gif) left top no-repeat;
	color:#fff;
	height:50px;
	margin-top:-13px;
	}

.pagetitle h1{
	width:100%;
	text-align:left;
	/*top:1em;*/
	font-family:Arial, sans serif;
	font-size:1.6em;
	font-weight:bold;
	height:50px;
	background:url(../images/rightend.gif) right top no-repeat;
	}

.pagetitle h1 span {
	background-color:#a4a2c9;
	display:block;
	height:40px;
	padding-top:10px;
	padding-left:5px;
	margin-left:11px;
	width:92%;
	}

.subtitle {
	color:#31327f;
	float:left;
	width:75%;
	padding-left:1em;
	
}

.underTitle {
	color:#31327f;
	font-size:1.3em;
	padding-top:.3em;
}

.body{
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 195px 20px 185px;
	background-color:none;
	padding:0px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

.body ol li {
	padding:2px;
}

.quote {
	font-size:0.8em
}

/*.menu {
	width:20%;
	margin-left:0px;
	margin-right:8px;
	margin-top:0px;
	background-color:#17b3cb;
	text-align:left;
}*/

.img_pos {
	display:inline;
	height:auto;
}

.top_menu {
	float:right;
	display:inline;
	margin-right:5px;
	margin-top:-140px;
	color:#F7dc00;
}

.top_menu a{
	color:#F7dc00;
}

.top_menu a:hover{
	color:#ffffff
}

/*.menu ul {
	list-style-type:none;
	margin-left:-40px;
	
}

.menu li {
	
	padding:3px 2px 3px 2px;
	border:0px solid #ffffff;
	border-bottom:1px solid #17b3cb;
	
}

.menu li a {
	font-family:Lucida Sans, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

.menu li.highlight {
	background-color:#bcbdc0;
	border-bottom:1px solid #190c6f;
	border-right:1px solid #190c6f;
	}


.menu li.highlight a {
	color:#31327f;
}

li.selected {
	border-bottom:1px solid #190c6f;
	border-right:1px solid #190c6f;
}

li.selected a{
	color:#190c6f;
}
*/
.bolder {
	font-weight:bold;
	font-size:1.2em;
	color:#7f7d30;
}

.download {
	display:block;
	text-align:right;
	float:right;
	width:150px;
}

table {
	width:100%;
	padding:2px;
	margin:0px;
}

.tablehead {
	background-color:#dbd99f;
	color:#7f7d30;
	border:1px solid #7f7d30
}

.tablehead th {
	padding-top:3px;
	padding-bottom:3px;
	border-top:1px solid #7f7d30;
	border-bottom:0px solid;
}

.country {
	font-size:1.3em;
	
}
.country th {
	padding-top:3px;
	text-align:left;
	padding-left:5px;
	color:#31327f;
	border-bottom:1px solid #7f7d30;
	border-top:1px solid #7f7d30
}


.tableodd {
	background-color:#f6f6e9
}

#navAlpha {
	position:absolute;
	width:190px;
	top:170px;
	left:0px;
	padding:0px 5px 0px 5px;
	z-index:100;
	

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:190px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:180px;}

#navBeta {
	position:absolute;
	background:none;
	top:175px;
	right:0px;
	padding:10px;
	padding-left:15px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:170px;
	}

#navBeta h2 {
	font-size:1.2em;
	color:#594373;
}
	
#navBeta ul {
	margin:10px;
}

#navBeta li {
	padding-left:2px;
	color:#594373;
	font-size:0.9em
}

#navBeta span.quote {
	color:#594373;
	font-size:1.3em;
	font-weight:bold;
	background:none;
	/*font-variant:small-caps;*/
	
	
}

/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}

/* forms*/

.formlabel {
	float:left;
	width:25%;
	text-align:right;
	padding-right:3px;
	margin:5px 0px 2px 0px;
}

.field {padding:3px}

textarea {
	width:270px;
	height:100px;
	overflow:auto
}

input.namefield {
	width:270px;
}

.quotation {
	height:40px
}

.quotation#first {
	background:url(../images/topquote.png) top left no-repeat;
	margin-bottom:3px;
}

.quotation#last {
	background:url(../images/bottomquote.png) bottom right no-repeat;
}

.highlight {
	border:2px solid red;
	background-color:#FFF0F0;
	padding:3px;
	font-size:1.2em;
}