﻿* {
	margin: 0px;
	padding: 0px;
}

body { 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", "Helvetica", sans-serif;
	font-size: 10pt;
	background: url("../images/layout/website_background.png") repeat;
	background-attachment: fixed;
	/*background: #31035f;*/
	
}

a {
	color: #1b65c8;
	margin:0px;
	text-decoration: none;
}

a:hover {
  margin: 0px;
  padding: 0px;
	color: #31035f;
	text-decoration: underline;
	
}

a:visited {
	color: fabb00;
	
}

h1,h2,h3 {
	color: #6a2889;
	/*border-bottom: 1px dotted #a465c3;*/
	font-family: "Palatino Linotype", "Palatino", "URW Palladio L", serif;
	margin-bottom: 5px;
}

h1 { font-size: 180%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }



p {
	line-height: 140%;
	text-align: justify;
	margin-bottom: 0px;
}

#header-shadow{
  margin: 0px auto;
  width: 710px;
  height: 15px;
}

#main-container {
	width: 710px;
	margin: 0px auto 0px;
	background: url("../images/layout/content_background.png") 50% repeat-y;
}

#logo {
  margin: 0px 21Px;
  height: 144px;
}

#navigation {
	width: 665px;
	margin: 0px 21px;
	padding: 0px 0px;
	background: url("../images/layout/nav_bar.png") top left repeat-x;
	
}


#navigation a {
	
  font-weight: bold;
  margin: 0px 0px;
	padding: 0px 13px 0px 13px;
	color: white;
	text-decoration: none;
}

#navigation a:hover {
  background: url("../images/layout/nav_hover.png") top left repeat-x;
  color: black;
}

.active-link {
  /*font-size: 100%;*/
  background: url("../images/layout/nav_hover.png") top left repeat-x;
  
}

.bolder-when-active{
    margin: 5px 0px;
	  padding: 0px 13px 0px 13px;	
	  font-weight: bold;
	  color: black;
	}


#navigation ul li {
  margin: 0px 0px;
  padding: 0px 0px;
	font-size: 100%;
	display: inline;
}


#content {
	width: 666px;
	margin: 5px auto;
  clear: left;
	padding: 0px;	
}

#footer {	
  clear: both;
  width: 665px;
  height: 100%;
  font-size: 80%;
  margin: 0px 0px 0px 21px;
  
	border-top: 1px solid black;
	background: url("../images/layout/nav_bar.png") top left repeat-x;
}

#footer .bottom-left {
	padding: 5px 0px 3px 15px;
}

#footer .bottom-right {
  width: auto;
	float: right;
	padding: 5px 15px 3px 0px;
}

#footer a{
  color: #ffffff;
}

#footer a:hover{
  color: #fbf77d;
}

#footer a:visited{
  color: #fcaaf7;
}


#footer-shadow{
margin: 0px auto;
width: 710px;
height: 15px;
}


.bold-font{
	
	font-weight: bold;
}










