/* CSS Document */

* {margin: 0;
    padding: 0;}

	.clearer {
	clear: both;
	}
	
p {
	padding-top: 7px;
	padding-bottom:7px;
	line-height: 1.7em;
	text-align:justify;
}
	
h1 {
	padding-top: 200px;
	padding-right: 90px;
	text-align: right;
	font-size: 1.6em;
	font-style: italic;
	color: #FFFFFF;
}

h2 {
	padding-right: 90px;
	text-align: right;
	font-size: 1em;
	font-style: italic;
	color: #EAEEF7;
}
	
	
h3 {
	padding-top: 20px;
	padding-bottom:7px;
	font-style: normal;
	color: #74A0CC;
	font-size: 1.4em;
}

h4 {
	margin-top: 40px;
	margin-left: 20px;
	margin-bottom: 10px;	
}

a:link {color: #74a0cc; text-decoration:none;}     /* unvisited link */
a:visited {color: #74a0cc; text-decoration:none;}  /* visited link */
a:hover {color: #74a0cc; text-decoration:underline;}   /* mouse over link */
a:active {color: #74a0cc; text-decoration:underline;}   /* selected link */
	
body {
	background-color: #74a0cc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
	
#container {
	margin: 0px auto;
	width: 900px;
	color: #000;
	font-size: 1.2em;
}

#header {
	background-image: url(images/header.gif);
	height: 200px;
}

#linkbar {
	background-image: url(images/navbar.gif);
	width:900px;
	height: 50px;
	margin: auto;
	padding-left: 0px;
}

#content {
	background-image: url(images/content_tile.gif);
	background-repeat: repeat-y;
	padding-left: 50px;
	padding-right: 80px;
	padding-bottom: 50px;
}

#leftcol {
	float:left;
	margin: auto;
	width:550px;
}

#rightcol {
	float:right;
	width:180px;
	margin: 10px -15px 20px 10px;
}


#right_menu {
	background:#74A0CC;
	height: 170px;
	width: 180px;
	float: right;
	margin-right: 0px!important;
	margin-right: -40px;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 50px;
}

#footer {
	background-image: url(images/footer.gif);
	height: 50px;
	padding-top: 2px;
	padding-left: 80px;
	padding-right: 80px;
	text-align: center;
	font-size: 0.9em;
}

/******************************* menu ****************************************/

#navcontainer 
{
	margin:10px auto;
	color: White;
	float: left;
	width:800px;
}

#navcontainer ul
{
	margin-left: 50px!important;
	margin-left: 50px;
	margin-top: 5px;
	width:800px;
	color: White;
	float: left;
	padding: 0em 1em;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
color: White;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
	color: #74a0cc;
}

/********************************' right menu *******************************/

.navcontainer {
	width: 150px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

.navcontainer a
{
display: block;
padding: 3px;
width: 168px;
border-bottom: 1px solid #BFC2C9;
}

.navcontainer a:link, .navlist a:visited
{
color: #fff;
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #C4D9E5;
color: #fff;
}
