/* Mint Chocolate Chip - (c) 2006 andrewstrojny.com */

/* You may use this CSS and use its techniques in your own projects, but keep in mind the unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright (c) 2006 Andrew Strojny */

/* Enjoy! */


/* ----- Structure and Layout ----- */

body {
	text-align : center;
	background: url('../images/bg.png') top repeat-x;
	background-color: #000000;
	min-width : 770px ;
	}

#wrapper {
	width : 770px;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	}

#header {
	padding-top: 10px;
	}

#maincontainer {
	float: left;
	width : 770px;
	background: url(../images/Middle.gif) repeat-y;
	}

#padding {
	clear: both;
	padding: 5px 0 0 0;
	}

#content {
	float: left;
	width: 420px;
	padding: 0 0 0px 35px;
	}

#content_wide {
	float: left;
	width: 700px;
	padding: 0 0 0px 35px;
	}

#newsbox {
	float: right;
	padding: 5px 0 0 0;
	}

#innernews {
	width: 220px;
	margin: 0 35px 0 0;
	padding: 10px 10px 10px 10px;
	background: #EEEEEE;
	border: 1px solid #999999;
	}

/* ----- Navigation -----  */

#nav {
	float: left;
	padding: 0 0 2px 15px;
	margin: 0;
	}

#navinner {
	float: left;
	width: 739px;
	height: 31px;
	background: #5A75B3;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	}

#nav ul {
	margin: 0;
	padding: 0 0 0 27px;
	list-style: none;
	}

#nav li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	}

#nav li a {
   font-size: 1em;
	float: left;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 2px 8px;
	font-weight: bold;
	text-decoration: none;
	color: #F1F7EE;
	}

#nav li a:hover {
	color: #FFFFFF;
	background: #435F9F;

	}

#nav li a.active {
	color: #FFFFFF;
	background: #435F9F;
	}


/* ----- Typography ----- */

body {
	font: small Tahoma, Sans-serif;
	line-height: 1.4em;
	color: #000000;
	}

h1 {
   padding-top: 3px;
	font-size: 1.1em;
	color:#BE5C42
	}

h2 {
	font-size: 1.1em;
	color: #BE5C42;
   padding-bottom: 0px;
	}

h3 {
	font-size: .9em;
	font-style:italic;
	color: #BE5C42;
   padding-bottom: 0px;
	}

#innernews p {
	font-size: .8em;
	line-height: 1.2em;
	}

/* ----- Links ----- */

a {
	font: small Tahoma, Sans-serif;
	color: #000000;
	}

a:visited {
	color: #000000;
	}

a:hover {
	color: #000000;
	}

#footer a {
	color: #333333;
	font-size: 1.1em;
	text-decoration: none;
	}

#footer a:visited {
	color: #333333;
	font-size: 1.1em;
	text-decoration: none;
	}

#footer a:hover {
	color: #422100;
	font-size: 1.1em;
	text-decoration: underline;
	}



/* ------ Footer ----- */

#footer {
	text-align: center;
	clear:both;
	font-size: .8em;
	color: #666666;
	}


/* ----- Additions ----- */

u {
	margin-left: 8px;
	font-size: 1em;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

