body {
	font-family:arial,sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

body a{
	color:#0177c0;
	text-decoration: none;
}

body a:hover{
	color:#418ecc;
	text-decoration: underline;
}

hr {
	width: 75%;
	text-align: center;
	margin: 0 auto;
}

img {
	border: 0;
		
}

h3{
	text-shadow: #c8c8c8 2px 2px 2px;
}

#imageLeft {
	float:left;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#imageRight {
	float:right;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#container {
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:780px;
}

#logoTopRight {
	font-family: "Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	font-weight: bold;
	font-size: 200%;
	color: #0066CC;
	float:right;
}

#logoTopRight:hover{
	text-decoration:none;
}

#logoTopRight span {
	color:#66CC00;
}

#header {
	background-image: url(../images/HeadBG.png);
	text-align: left;
	width:780px;
	height:200px;
	border: none;
}

#shadowbox {
	width: 840px;
	background-image: url(../images/shadow.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#lowershadow {
	width: 840px;
	height: 25px;
	background-image: url(../images/shadowBottom.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
}

#navBar {
	background-image: url(../images/NavBG.png);
	background-repeat:repeat-x;
	height:30px;
	padding:0;
	text-align: left;
	width:780px;
}

ul{
	margin: 0 auto;
	padding-left:25px;
}

#navbar img {
	margin:0;
	padding:0;
}

#reflection {
	background-image: url(../images/reflection.png);
	background-repeat: repeat-x;
	height:30px;
	width: 780px;
}

#content {
	background: #ffffff;
	margin: 40px 50px;
	text-align: left;
	text-align: justify;
}

#footer {
	padding:0;
	position:relative;
	width:780px;
	height:20px;
	background-image: url(../images/FooterBG.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	text-align:center;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
}

.footer a{
	color:#0177c0;
	text-decoration: none;
}

.footer a:hover{
	color:#ffffff;
	text-decoration: underline;
}

calign {
	text-align:center;
}

flag {
	background-image: url(../images/flag.png);
	height: 76;
	width: 280;
	margin: 10px auto; padding: 0;
	position: relative;
	float: left;
}

//Menu mouseover
.spritely {
	background-position: 0px 0px;
}
.spritely:hover {
	background-position: 0px -40px;
}

//Main menu as UL
ul {font-family:helvetica,arial,sans-serif;margin:0;padding:0;float:left;width:100%;}
ul li {margin:0;padding:0;list-style:none;float:left;margin:0;width:100px;height:30px;}
ul li ul li {margin:0;padding:0;list-style:none;float:left;margin:0 0.3em 0 0;width:9em;}
ul li ul li a {text-decoration:none;display:block;padding:0.3em 0.5em;border:1px solid silver;color:#0066CC;background:#fff;text-shadow: #c8c8c8 2px 2px 2px;}
ul li ul li a:hover {text-decoration:none;display:block;padding:0.3em 0.5em;border:1px solid silver;color:#ffffff;background:#66CC00;text-shadow: #000000 2px 2px 2px;}
ul li a:hover, ul#main-nav	li a:focus {border:none;position:relative;text-align:left;}
ul li ul {padding:0;display:none;}
ul li:hover ul {display:block;text-align:left;position:absolute;}
ul li ul li {float:none;}
ul li ul li a {font-size:0.9em;}

