body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
	background-color:#FFFCEF;
	background-image: url(imgs/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

html {
	width: 100%;
	height: 100%;
}

#siteLeft {
	background-color:#FFFCEF;
	background-image: url(imgs/bg.gif);
	width: 670px;
	padding:0px;
}

#siteRight {
	width: 1px;
	background-image: url(imgs/bglinev.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#siteContact {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 25px;
	padding-bottom: 40px;
}

#mainMenu {
	height: 70px;
	padding-top: 175px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 325px;
	background-color: #99CCFF;
	margin-top: 100px;
	float: left;
	margin-right: -3px;
}

#mainMenu a:link, #mainMenu a:active, #mainMenu a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #C0AE64;
	text-decoration: none;
}

#mainMenu a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #E82B00;
	text-decoration: none;
}

#mainMenu .selected {
	color: #E82B00;
}


#siteBody {
	width: 800px;
	height: 20px;
	text-align: left;
	
}

#content {
	padding-top: 10px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 140px;
	text-align: left;	
}



#content p {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #4B2601;
	line-height: 16px;
}

#content ul {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #4B2601;
}

#content a:link, #content a:active, #content a:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #4B2601;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E82B00;
}

#content a:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #E82B00;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E82B00;
}



#content .pageTitle{
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #E82B00;
	font-weight: normal;
	margin-top:0px;
	padding-bottom: 5px;
}

#content .contentTitle{
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #E82B00;
	font-weight: normal;
}

#mainMenuItem {
	text-align: right;
}

#mainMenuItem a:link, #mainMenuItem a:active, #mainMenuItem a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #CEBC74;
	text-decoration: none;
	line-height: 12px;
}

#mainMenuItem a:hover {
	color: #4A2301;
}

#mainMenuItem .selected {
	color: #E82B00;
}




#mainSubmenuItem {
	text-align: right;
}

#mainSubmenuItem a:link, #mainSubmenuItem a:active, #mainSubmenuItem a:visited {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #E82B00;
	text-decoration: none;
	line-height: 12px;
}

#mainSubmenuItem a:hover {
	color: #4A2301;
}

#mainSubmenuItem .selected {
	color: #E82B00;
}


#specialSpace {
	border-width: 1px;
	border-style: dashed;
	border-color: #e4debd;
	background-color:#f7f4d4;
	padding-top: 8px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right: 10px;
	width:100%;
}

#specialSpace p{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #4B2601;
	margin-top:12px;
	margin-bottom:0px;
}


#specialSpace .contentTitle{
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #E82B00;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:5px;
}

#specialSpace ul {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #4B2601;
	margin-left: 28px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#specialBtn {
	text-align: center;
}

#specialBtn a:link, #specialBtn a:active, #specialBtn a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #E82B00;
	text-decoration: none;
	line-height: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #E82B00;
	
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
}

#specialBtn a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	line-height: 12px;
	background-color:#f7f4d4;
	border-style: solid;
}

.normalBtn {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #4B2601;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	padding-right: 1px;
	background-color:#ded692;
	border-color:#FFFFFF;
	border-width:1px;
}


.formInput {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #4B2601;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AC9C7A;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	background-color:#FFFCEF;
	padding-left:2px;
	padding-right:2px;
	padding-top:0px;
	padding-bottom:0px;
	width:100%;
}

.formTextarea {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #4B2601;
	line-height: 12px;
	border-width: 1px;
	border-style: dashed;
	border-color: #AC9C7A;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	background-color:#FFFCEF;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	width:94%;
}

#photoRight {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#photoLeft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}


#languagecontent {
	align: left;
	margin-left: 30px;
	margin-top: 10px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #4B2601;
	line-height: 16px;
}

#languagecontent a:link, #languagecontent a:active, #languagecontent a:visited {
	font-family: "Trebuchet MS";
	font-size: 14px;
	
	color: #E82B00;
	text-decoration: none;
}

#languagecontent a:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	
	color: #4B2601;
	text-decoration: none;

}

