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

body {
	background-color:#CCC;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	/*      font-size: 75%; /*resets 1em to 12px (instead of default 16px)*/
        text-align: left;
        }

#header {
	height: 153px;
	        }
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;w
}

h1 {
	font-size: 1.1em;
	color: #999;
}
#header #maincontent #rightcontent p {
	font-size: .8em;
	text-align: left;
	color: #000000;
	font-style: normal;
}

/*=TOP HEADER*/
#topheader {
	width: 857px;
	height: 153px;
	margin-left: auto;
	margin-right: auto;
		  }

/*TOP NAVIGATION*/
#topnavigation {
	width: 842px;
	text-align: left;
	background-color: #77BCE6;
	font-size: 0.9em;
	margin-right: auto;
	margin-left: auto;
	height: 17px;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}


#topnavigation ul li {
	display: inline;
 }

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#maincontent #leftcontent a {
	color: #77BCE6;
}
#maincontent #leftcontent li {
	padding-top: 5px;
	padding-bottom: 5px;
}

a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
         
/*MAIN CONTENT - WRAPPER*/
#maincontent {
	width: 857px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	}

/*LEFTCONTENT*/
 #leftcontent {
	width: 390px;
	float:left;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
        }
/*CONTENT*/
#content {
	width: 210px;
	padding-top: 20px;
	padding-bottom: 15px;
	float:left;
        }

/*RIGHTCONTENT*/
#rightcontent {
	width: 180px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	float: right;
}
#maincontent #content li {
	padding-top: 5px;
	padding-bottom: 5px;
}

#maincontent #rightcontent a:link {
	color: #77BCE6;
}

/*=NAVIGATION-FOOTER*/
      
#footer li {
	font-size:0.6em;
	display: inline;
	color: #FFFFFF;
	}

#footer {
	width: 847px;
	height: 17px;
	background-color: #77BCE6;
	clear: both;
	text-align: right;
	padding-right: 10px;
	        }

.bold {
	font-weight: bold;
}

.smallertext {
	font-size: 0.8em;
}
#maincontent #content a {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #77BCE6;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#maincontent #rightcontent a {
	color: #0099CC;
}
