

* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family: calibri, Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	background: #0000FF url(images/bg.png) repeat-x;
}

#container {
	background-image: url(images/container_bg.png);
	background-repeat: no-repeat;
	height: 465px;
	width: 931px;
	font-size: 1.7em;
	margin: 4px;
	border-top: 1px solid white;
}

#header {
	height: 205px;
	padding-top: 20px;
	margin-left: 365px;
}

#header_left {
	float: left;
	width: 326px;
	height: 206px;
}

#header_right {
    height: 206px;
	margin-left: 330px;
	margin-right: 20px;
}

#left {
	float:left;
	width: 225px;
	margin-left: 45px;
	margin-top: 120px;
}

#right {
	margin-left: 340px;
	margin-top: 70px;
	margin-right: 50px;
}

#footer {
	clear: both;
	margin-left: 340px;
	margin-right: 50px;
	margin-top: 40px;
	padding: 20px;
	text-align: center;
	border-top: 1px dotted #0080FF;

}

/******************************* Text and image formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
}

p.quote:first-letter 
{
	color: #0080FF;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}

h1 {
	color: #0080FF;
	margin-top: 85px;
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.6em;
}

.red {color: #0080FF;}

h2 {
	color: #0080FF;
	margin-left: 120px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	height: 31px;
	background-color: #0080FF;
	padding-top: 20px;
	padding-left: 75px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px dotted #0080FF;
}

h4 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #0080FF;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #0080FF;
	border-bottom-color: #0080FF;
	font-size: 1.2em;
	color: #0080FF;
}

blockquote {
	background-color: #0080FF;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom:30px;
	border: 1px dotted #0080FF;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	font-style: italic;
}

.read_more {
	background-color: #0080FF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #0080FF; text-decoration: none;}     /* unvisited link */
a:visited {color: #000000; text-decoration: none;}  /* visited link */
a:hover {color: #007FFD; text-decoration: none;}   /* mouse over link */
a:active {color: #0080FF; text-decoration: none;}   /* selected link */
color:#0080FF

/********************************* Navigation **********************************/

#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #0080FF;
}

#navcontainer a
{
	display: block;
	padding-top: 17px;
	padding-left: 37px;
	width: 182px;
	background-color: #0080FF;
	border-bottom: 1px solid #0080FF;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	height: 27px;
}


#navcontainer a:link, #navlist a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(images/menu.png) 0 -45px;
	color: #0080FF;
}



