/* Begin Structure */

body {
	margin: 0px;
	padding: 0px;
	background: #fff url('../images/header-background.jpg');
	background-repeat: repeat-x;
	font-size: 16px;
	font-family: georgia, arial, tahoma, verdana, helvetica, sans;
}

#header {
	border-width: 0px;
	border-style: dotted;
	border-color: #000;
	width: 875px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: top center;
}

#language-instruct {
	color:#fff;
	border-width: 0px;
	border-style: dotted;
	border-color: #fff;
	width: 200px;
	position: relative;
	top: 5px;
	margin-left: auto;
	margin-right: 10px;
	font-size: 0.85em;
	text-align: right;
}

#content {
	width: 825px;
	padding: 0px 25px 0px 25px;
	background-image: url('../images/mod-bg.jpg');
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	border: #000 dotted 0px;
	
}

#content-top{
	background-image: url('../images/mod-bg.jpg');
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 875px;
	height: 25px;	
}

#content-bottom{
	background-image: url('../images/mod-bottom.jpg');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 875px;
	height: 25px;	
}
}

#footer {
	width: 845px;
	padding: 0px;
	font-size: 8px;
	text-align: center;
	border: #000 dotted 0px;
}
/* End Structure */




/* Begin Menu Styling */
#menu{
	width: 850px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	border-style: dotted;
	border-width: 0px;
	border-color: #000;
	position: relative;
	/*margin-left: auto;*/
	margin-right: auto;
	top: 147px;
}

#menu a {
	text-decoration: none;
	color: #000;
}

* {
	padding: 0; 
	margin:0
}

.dropdown {
	float: left;
	padding-right: 0px
}

.dropdown dt {
	/*width: 175px;*/
	height: 20px;
	border: 0px #b7a494;
	border-style: dotted dotted dotted dotted;
	padding: 8px;
	padding-right:16px;
	padding-left:16px;
	font-size: 18px;
	font-weight: normal;
	cursor: pointer;
	/*background: url(images/gray-open.gif);*/
	text-align: center;
}



.dropdown dt:hover {
	/*border: 4px #9c7f66;
	border-style: none none none none;*/
	background: url(../images/menu-hover.jpg);
	background-repeat: repeat-x;
}

.dropdown dd {
	position: absolute;
	overflow: hidden;
	width:210px;
	display: none;
	background: #fff;
	z-index: 200;
	opacity: 0;
}

.dropdown ul {
	width:210px;
	/*border: 2px solid #3d597e;*/
	list-style: none;
	border-top: none;
}

.dropdown li {
	display: inline;
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display: block;
	padding: 5px;
	color: #333;
	text-decoration: none;
	background: #d1dcea;
	width: 210px;
	font-weight: normal;
}

.dropdown a:hover {
	background: #a6b9d3;
	color: #000;
	font-weight:normal;
}

.dropdown .underline {
	border-bottom: 1px solid #3d597e;
}

/*End Menu Styling



/* Begin Text & Colors */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.clear{
}

img {
	border: 1px solid #aaa;
	background: #fff;
	padding: 5px;
}

img.clear {
	border: 0px;
	padding: 0px;
}

.img-left {
	float: left;
	margin: 0 15px 15px 0;
}

.img-right {
	float: right:
	margin: 0 0 15px 15px;
}

.img-center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
.center {
	text-align: center;	
}

.right {
	text-align: right;	
}

.left {
	text-align: right;	
}

.floatleft{
float:left;
text-align:left;
}

.floatright{
float:right;
text-align:right;
}

.clear{
clear:both;
}

.small{
font-size; 10px;
}

	
h1 {
	font-size:1.6em;
	color: #805f42;
}

h2 {
	font-size: 1.4em;
	color: #805f42;	
}

h3 {
	font-size: 1.2em;
	color: #805f42;
}

h4 {
	font-size: 1em;
	color: #805f42;
}

h5 {
	font-size: .8em;
	color: #805f42;
}


h6 {
	font-size: .6em;
	color: #805f42;
}


p {
	
}

a, a:visited, a:active {

	color: #3d597e;
	text-decoration: none;
	font-weight: bold;

}

a:hover {
	color: #666;
	border-bottom: 1px dotted #666;
	font-weight: bold;	
}


#language-instruct a, #language-instruct a:visited, #language-instruct a:active {

	color: #fff;
	text-decoration: none;
	font-weight: normal;

}

#language-instruct a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
	font-weight: normal;	
}
/* End Text & Colors */
