/* CSS Document */
body {
	margin-top : 10px;
	margin-bottom : 0;
	position : relative;
	margin-right : 0;
	padding-left : 0;
	padding-right : 0;
	font-family : 'Trebuchet MS', Verdana, Arial, sans-serif;
	background-color: #e6e6e3;
    }
	  
#header {
	font-family : Georgia, 'Trebuchet MS', Verdana, Arial, sans-serif;
	color : #fff;
	text-align:left;
	letter-spacing : 20pt;
 	vertical-align:middle;
	text-align:center;
	margin : 0px;
	height : 80px;
	width : 800px;
	border: solid 2px #000;
	background-color : #fff;
    }

#logo {
	background-color: #fff;
	text-align: left;
	width: auto;
	height: auto;
	background-repeat: no-repeat;
	}

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing : 2pt;
 	vertical-align: middle;
	text-align: right;
	margin : 0px;
	height : 80px;
	padding: 0px, 0px, 7px, 7px;
	width: auto;
	background-color : #4a6a87;
	color: #333;
	text-align: right;
	border: thick #000;
	}

#main {
	width: 880px;
	height: 720px;
	margin-top: 3px;
	padding-top: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color:#dce3ed;
	font-family : 'Trebuchet MS', Georiga, Verdana, Arial, sans-serif;
	font-size: 12px;
	border: solid 2px #000;
	}
	  
#title {
	font-family : 'Trebuchet MS', Verdana, Arial, sans-serif;
	color : #625f53;
	text-align: right;
	width: 800px;
	letter-spacing : 10pt;
	font-weight : bold;
	font-size : 16px;
    }

#footer {
	font-family : 'Trebuchet MS', Verdana, Arial, sans-serif;
	color : #000;
	text-align: center;
	width: 800px;
	vertical-align: baseline;
	letter-spacing : 2pt;
	font-size : 12px;
	font-weight:lighter;

	border-bottom: dotted 2px #e9eaf1;
	border-left: dotted 2px #e9eaf1;
	border-right: dotted 2px #e9eaf1;
    }


/* Normal URL Links */
a {
 color : #0146ad;
 cursor : default;
 font-size : .97em;
      }

a:link {
 text-decoration : none;
 color : #0146ad;
 cursor : default;
 border-bottom : 1px dotted #778c23;
      }

a:visited {
 text-decoration : none;
 color : #000;
 cursor : default;
 border-bottom : 1px dotted #625f53;
      }

a:hover, a:active {
 text-decoration : none;
 color : #625f53;
 cursor : default;
 border-top : 1px dotted #625f53;
 border-bottom : 0 dotted #625f53;
      }

/* For Images Used with LightBox */
a.imagesHref {
 color : #aec16f;
 cursor : default;
 font-size : .97em;
      }
a.imagesHref:link {
 text-decoration : none;
 color : #aec16f;
 cursor : default;
 border-bottom : 1px dotted #789c5c;
      }
	  
a.imagesHref:visited {
 text-decoration : none;
 color : #000;
 cursor : default;
 border-bottom: 1px dashed #625f53;
      }

a.imagesHref:hover, a.imagesHref:active {
 text-decoration : none;
 color : #625f53;
 cursor : default;
 border-bottom : 2px dotted #625f53;
      }


/* Used for URL's in Navigation */
a.nav {
 color : #fff;
 cursor : default;
 font-size : .97em;
      }
a.nav:link {
 text-decoration : none;
 color : #fff;
 cursor : default;
 border-bottom : 1px dotted #625f53;
      }
a.nav:hover, a.nav:active {
 text-decoration : none;
 color : #000;
 cursor : default;
 border-bottom : 1px dotted #fff;
 background-color : #baf310;
      }



  
#left {
 position : relative;
 top : 75px;
 width : 875px;
 color : #5e5d50;
 background-color : #aec16f;
      }
#center {
 top : 0;
 margin-left : 520px;
 margin-right : 15px;
 background-color : #5e5d50;
 color : #7a7b59;
      }


h3 {
 font-family : 'Trebuchet MS', Verdana, Arial, sans-serif;
 color : #625f53;
 letter-spacing : 2pt;
 font-weight : bolder;
 font-size : 1.09em;
 line-height : 1.47em;
 background-color : #aec16f;
      }
p {
 padding-bottom : 10px;
      }
#content {
 padding : 20px;
 border-left : 1px dashed #625f53;
 border-right : 1px dashed #625f53;
 border-bottom : 1px dashed #625f53;
 height : 100%;
      }

a img {
 border : none;
      }
 img.left, img.center, img.right {
 padding : 4px;
 border : 1px dotted #625f53;
      }
 img.left {
 float : left;
 margin : 0 12px 5px 0;
      }
img.center {
 display : block;
 margin : 0 auto 5px;
      }
img.right {
 float : right;
 margin : 0 0 5px 12px;
      }
form {
 float : right;
 font-size : 11px;
      }
input {
 background-color : #ffffff;
 color : #625f53;
 border : 1px dotted #625f53;
 font-size : 12px;
 padding : 3px;
      }
textarea {
 background-color : #ffffff;
 color : #625f53;
 border : 1px dotted #625f53;
 font-size : 12px;
 padding : 3px;
      }
.button {
 padding : 2px;
 background-color : #aec16f;
 color : #625f53;
 border : 1px solid #625f53;
 font-size : 11px;
      }
#sidebar {
 width : 155px;
 padding-left : 21px;
 padding-right : 5px;
 padding-top : 5px;
 float : right;
 padding-bottom : 20px;
 border-top : 1px dotted #625f53;
 border-bottom : 1px dotted #625f53;
      }

