body {
	width:100%;;
	height:100%;
	margin:0px;
	background-image:url(../images/css-images/background.jpg);
    background-repeat:repeat-x;
	background-color:#f6f7f9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12.5px;
	color:#000;
}

#logo{
	float: left;
	background-image:url(../images/css-images/logo.png);
	background-repeat:no-repeat;
	height:91px;
	width: 349px;
}

#toolbar{
	float: left;
	height:20px;
	width: 409px;
	text-align:right;
	color:#FFF;
	text-shadow:#999;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight: normal;
	padding-top:71px;
	word-spacing:3px;
	}
	
#toolbar a{
	text-decoration:none;
	color:#FFF;
		text-shadow:#000 2px -2px 2px;
}

#toolbar a:hover{
	text-decoration:none;
	color:#999;
	text-shadow:#000 2px -2px 2px;
}


a#visited-toolbar{
	text-decoration:none;
	color:#999;
	text-shadow:#000 2px -2px 2px;
}

a:hover#visited-toolbar{
	text-decoration:none;
	color:#FFF;
	text-shadow:#000 2px -2px 2px;
}


#banner{
	float:left;
	width:759px;
	height:197px;
	background-image:url(../images/css-images/banner2.png);
	background-repeat:no-repeat;
	margin-top:5px;
	}

.line{
	float:left;
	background-image:url(../images/css-images/line1.png);
	margin-top:5px;
	margin-bottom:5px;
	height:10px;
	width:758px;
}

#main{
	position:relative;
	float:left;
	width:758px;
	height:auto;
	/*background-image:url(../images/css-images/main.png);
	background-repeat:repeat-y;
	border:#000 thick solid;
	padding-top:5px;
	*/
	border:#000 1px;
}

#credits{
	float:left;
	width:758px;
	height:49px;
	text-align: center;
	font-size: 12px;
	color:#999;
}

.text-left {
	position:relative;
	float:left;
	margin-left:12px;
	margin-top:2px;
	width:230px;
	color:#000;
	height:inherit;
	opacity:1;
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity:1;
}

.text-right {
	position:relative;
	float:left;
	margin-left:31px;
	margin-top:2px;
	width:478px;
	height:inherit;
	opacity:1;
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity:1;
}

.text-right-pics {
	padding-left:6px;
	position:relative;
	float:right;
	width:120px;
	height:inherit;
	opacity:1;
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity:1;
}

.text-right-pics img{
float:right;
width:118px;
border: outset medium #123C6A;
margin-bottom:6px;
opacity:1;
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity:1;

}

.text-right-text {
	position:relative;
	float:left;
	width:326px;
	border:thin #123C6A solid;
	padding:4px;
	height:inherit;
	opacity:1;
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity:1;
}


#main a{
color:#000;
text-decoration:none;
}

#main a:hover{	
color:#525252;
text-decoration:none;
}
	
#wrapper {
	margin-top:25px;
	width:758px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

a{
color:#666;
text-decoration:none;
}

a:visited{
	color:#999;
 	text-decoration:none;
	}

a:hover{
	color:#999;
 	text-decoration:none;
}

h3 {
/*	background-color:#123c6a;
	background-image:url(../images/css-images/h3-bg.png);
    background-repeat:repeat-x;
	background-position:0px 14px;*/
	color:#000;
	border-bottom:thick #000 solid;
}

#visited-page a{
	color:#000;
	font-weight:bold;
}

#visited-page a:hover{
	color:#525252;
	font-weight:bold;
	}

#wrapper #main .text-right p iframe {
	text-align: center;
}

