* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 65%;
}

#container {
	background-image: url(/images/backgrounds/container_bg7.jpg);
	background-repeat: no-repeat;
	height: 415px;
	width: 931px;
	font-size: 1.2em;
	margin-left:auto;
	margin-right:auto;
	border-top: 1px solid white;
}

#header {
	height: 205px;
	padding-top: 0px;
	margin-left: 380px;
}

#header_left {
	float: left;
	width: 450px;
	height: 206px;
}
#header_left H1 {
	margin-top: 100px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	text-align:center;
}

#header_right {
	margin-top: 50px;
	margin-left: 400px;
	margin-right: 10px;
}

#containerMenu {
	float:left;
	width: 225px;
	margin-left: 30px;
	margin-top: 80px;
}

#containerMainContent {
	margin-left: 340px;
	margin-top: 20px;
	margin-right: 50px;
}

#footer {
	clear: both;
	margin-left:auto;
	margin-right: auto;
	margin-top: 20px;
	width: 931px;
	padding: 10px;
	border-top: 1px dotted #CCCCCC;
}

/******************************* Text and image formatting *******************************/

#containerMainContent p {
	line-height:160%;
}

p {margin-bottom: 15px;
   margin-top: 15px;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}

h1 {
	color: #1A344F;
	margin-top: 85px;
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.6em;
}

h2 {
	color: #bf8a44;
	margin-left: 20px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	height: 31px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 75px;
	font-size: 1.9em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #1A344F;
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	color: #bf8a44;
	margin-left: 20px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h5 {	
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #A6BB7A;
}

blockquote {
	background-color: #F4F7F0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 80px;
	padding-right: 80px;
	border: 1px dotted #EBE2B7;
	font-style: italic;
}

.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

ul.listStandard {
	list-style: inside;
	line-height:160%;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #4B97E8; text-decoration: none;}     /* unvisited link */
a:visited {color: #4B97E8; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: underline;}   /* mouse over link */
a:active {color: #4B97E8; text-decoration: none;}   /* selected link */

/********************************* Navigation **********************************/

#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}

#navcontainer a
{
	display: block;
	padding-top:7px;
	padding-bottom: 7px;
	padding-left: 37px;
	width: 182px;
	border-bottom: 1px solid #eee;
	background-image: url(../images/menu/menu.png);
	background-repeat: repeat-x;
}


#navcontainer a:link, #navlist a:visited
{
color: #1A344F;
text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(../images/menu/menu.png) 0 -45px;
	color: #FFFFFF;
}