/*BODY*/
html { overflow-y: scroll; }

body {
	background: #eae3cb;
	font-family: Calibri, "Helvetica Neue", Arial, "Bitstream Vera Sans", sans-serif;
	/* -webkit-font-smoothing: antialiased; */
	}

#container {
	border: 0;
	width:960px;
	margin: 5px auto;
	padding: 10px;
	}

	
/*TOP*/	
#header {
	width: 960px;
	}	
	
#headerbox {
	width: 400px;
	float: left;
	}

#navigation {
	width:400px;
	float: right;
	margin-top:15px;
	text-align:right;

	}
	#navigation a{
	font-size:24px;
	text-decoration:none;
	color:#475b62;
	margin:5px;
	}		
	#navigation a:hover {
	border-top: 3px solid #2176c7;
	}
	.nav_active {
	border-top: 3px solid #bd3613;
	}
	
h1 {
	margin:0px;
	font-size:42px;
	color:#738a05;
	}
h2 {
	margin:-8px 0 0 0px;
	color:#738a05;
	font-size:28px;
	}
	
/*SIDE*/
	
#sidebar {
	width:200px;
	float:right;
	margin:13px 0 15px 0;
	border-left: 1px #bd3613 solid;

	}
		
#sidebar a {
	color: #2176c7;
	text-decoration:none;
	margin-left:5px;
	}
	
#sidebar a:hover {
	border-bottom: #2176c7 1px dashed;
	margin-left:5px;
	}
	
h3 {
	margin: 7px 0 0 0;
	color:#738a05;
	font-size:18px;
	text-align:left;
	margin-left:5px;
	}	
	
.sidebar_link {
	color:#475b62;
	font-size:14px;
	text-align:left;
	margin-right:10px;
	margin-left:5px;
	}	
	
.sidebar_text {
	font-size:13px;
	color:#475b62;
	text-align:justify;
	margin-right:5px;
	margin-left:5px;
	}
	
#sidebar li {
	font-size:13px;
	text-align:left;
	}

/*CONTENT*/
#content {
	width:750px;
	float:left;
	margin-top:20px;
	}
	
#content2 {
	width:615px;
    float:right;
	margin-top: 20px;
	}

h4 {
	font-size:18px;
	color:#738a05;
	margin:0 0 0 5px;
	}
	
blockquote {
	background-color:#909090;
	margin-left:20px;
	font-size: 14px;
	padding: 10px 10px 10px 45px;
	text-align:justify;
	color:#ffffff;
	background-image:url(quote.jpg);
	background-position:  top left;
	background-repeat:no-repeat;
	}
	
p {
	color:#475b62;
	margin: 0px 20px 10px 10px;
	text-align:justify;	
	font-size:12pt;
	}
	
p a {
	color:#2176c7;
	text-decoration:none;
	}
p a:hover {
	border-bottom: #2176c7 1px dashed;
	}
	
ul {
	margin: 0px 20px 10px 10px;
	
	}
	
li {	
	text-align:justify;	
	font-size:12pt;	
	color:#475b62;
    }
    
li a {	
	color:#2176c7;
	text-decoration:none;
    }   
    
    li a:hover {
	border-bottom: #2176c7 1px dashed;
	}
	
	
div.float {
  float:left;
  padding: 10px;
  }
  
div.float p {
   text-align: center;
   }

#embedded {
   border: 1px #bd3613 solid;
   }

img#border {
   border: 1px #bd3613 solid;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   }

#created-by {
	font-size: 0.8em; 
	text-align: right; 
	color:#738a05;
}

    
/*FOOTER*/
	
#footer {
	width:100%;
	clear:both;
	text-align:center;
	font-size:11pt;
	padding-top: 15px;
	color: #bd3613;
	}
#footer a {
	color:#2176c7;
	text-decoration:none;
	}
#footer a:hover {
	border-bottom: #2176c7 1px dashed;
	}
