@charset "UTF-8";
/* CSS Document */

body	{
		text-align: center;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #000;
		background-image: url(images/bgtile.gif);
		background-repeat: repeat;
		background-color: #666;
		font-size: 100%;
		}
		
#container	{
			position: relative;
			margin: 0 auto;
			width: 920px;
			text-align: left;
			background-color: #eaeaea;
			border: #fff 14px solid;
			}
			
#content	{ 
			width: 776px;
			padding: 40px 72px 50px 72px;
			background-image: url(images/shadow.gif);
			background-repeat: repeat-x;
			font-size: 1.1em;
			}
			
a:link { 
		color: #3c5d6e;
		text-decoration: underline;
		}
a:visited { 
		color: #364a54;
		text-decoration: underline;
		}
a:hover { 
		color: #900;
		text-decoration: none;
		}
a:active { 
		color: #FF0000;
		}
			
h1, h2, h3, h4	{
				color: #6f435a;
				margin-top: 0; 
				}

#banner	{ font-size: 0; }

#navbar	{
		position: relative;
		font-size: .9em;
		color: #fff;
		background-color: #462737;
		background-image: url(images/navbar.jpg);
		background-repeat: no-repeat;
		height: 29px;
		width: 920px;
		text-align: center;
		}
		
#navbartext	{ padding: 6px 0 0 0; }
						
#navbar a:link { 
	color: #fff;
	text-decoration: none;
	}
#navbar a:visited { 
	color: #fff;
	text-decoration: none;
	}
#navbar a:hover { 
	color: #ffc500;
	text-decoration: none;
	}
#navbar a:active { 
	color: #ffea00;
	}

#footer	{
	font-size: .65em;
	color: #fff;
	background-color: #462737;
	background-image: url(images/navbar.jpg);
	background-repeat: no-repeat;
	width: 920px;
	height: 29px;
	text-align: center;
	}
	
#footerText	{ padding: 8px 0 0 0; }

#footer a:link 		{ 
					color: #f0e1bf;
					text-decoration: none;
					}
#footer a:visited 	{ 
					color: #f0e1bf;
					text-decoration: none;
					}
#footer a:hover 	{ 
					color: #fff;
					text-decoration: underline;
					}
#footer a:active 	{ 
					color: #f00;
					}
					
#newsBox	{
			width: 303px;
			height: 206px;
			background-image: url(images/newsBox.jpg);
			background-repeat: no-repeat;
			float: right;
			margin: 7px 0 0 17px;
			}
			
#newsBoxText	{
				padding: 3px 26px 20px 20px;
				font-size: .9em;
				color: #fff;
				font-family: Arial, Helvetica, sans-serif;
				text-align: center;
				}
				
#newsBoxText a:link	{ 
					color: #fff;
					text-decoration: underline;
					}
#newsBoxText a:visited	{ 
						color: #fff;
						text-decoration: underline;
						}
#newsBoxText a:hover	{ 
						color: #ffc500;
						text-decoration: underline;
						}
#newsBoxText a:active 	{ 
						color: #ffea00;
						text-decoration: underline;
						}
				
					
.smallText	{
			font-size: .7em;
			}
			
.biggerText	{
			font-size: 1.5em;
			}
			
.pubTitle	{
			font-size: 1.3em;
			color: #6f435a;
			}

.linkList	{ line-height: 1.4em; }

.photoRight	{
			float: right;
			postion: relative;
			right: -10px;
			margin-left: 22px;
			width: 379px;
			}