body {
	background: #123;
    background-image: url(../../img/bgBody.png); background-repeat: repeat;
	color: #333;
	font-size: 11px;
    text-align: center;
	padding-bottom: 40px;
}

a {
	color: #fff;
	text-decoration: none;
}

.whitebox a{
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	padding: 20px 0 0;
	text-align: center;
}

p {
	border: 1px solid #666;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}

.container_12 {
	background: #fff url(../../img/12_col.gif) repeat-y;
	margin-bottom: 20px;
}

.container_16 {
	background: #fff url(../../img/mainbluebackground.jpg) repeat-y;
    padding-top: 10px;
}

.container_24 {
	background: #fff url(../../img/24_col.gif) repeat-y;
}

.graybar {
	background-image: url(../../img/graybar.jpg); background-repeat: repeat;
    height: 3px;
}

.navbar {
	background-image: url(../../img/navbarbackground35.jpg); background-repeat: repeat;
    margin:0px;
    padding:0px;
}

.navitems {
    width: 960px;
    text-align: left;
    margin:0px;
    padding:0px;
}

.top {
	background-image: url(../../img/topbackground.jpg); background-repeat: repeat;
    text-align: center;
    height: 79px;
}

.bottom {
    text-align: center;
    height: 38px;
}

.topimagelink {
    text-align: center;
}

.textblock {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: left;
    color: #fff;
    margin-bottom: 10px;
}

.whitebox {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: left;
    color: #000000;
    background-color: #ffffff;
    padding:10px;
    border: none;
    margin: 10px;
}

.photodescription {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: left;
    color: #fff;
    font-size: 14px;
    background-image: url(../../img/photodescriptionbackground.jpg); background-repeat: repeat;
    padding: 4px;
    margin-bottom: 2px;
}

.white {
    background: #fff;
}

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
    width: 960px;
	}
.menu ul{
	background-image: url(../../img/navbarbackground35.jpg); background-repeat: repeat;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
    width:auto;
	}
	.menu li{
		float:left;
		padding-right:4px;
        margin:0px;
        width:auto;
		}
	.menu li a{
		background-image: url(../../img/navbarbackground35.jpg); background-repeat: repeat;
		color:#ffffff;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 4px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background-image: url(../../img/navbarbackground35hover.jpg); background-repeat: repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url(../../img/sub_sep.gif) bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#2580a2 url(../../img/hover_sub.gif) center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}
