body {
background-image:url(images/logo-bg.jpg);
background-repeat:repeat-x;
background-color:#EFEBE1;
margin-top:0;
}

.logo {
background-image:url(images/logo-bg1.jpg);
background-repeat:repeat-x;
font-family:Arial;
font-size:11px;
color:#630;
word-spacing:1.2em;
}
.menu-bg {
	background-image:url(images/menu-bg.jpg);
	height: 94px;
	width: 850px;
}
.logo A:link {
    color: #630;
	text-decoration: underline;}
.logo A:visited {
	color: #630;
	text-decoration: underline;}
.logo A:active {
	color: #630;
	text-decoration: underline;}
.logo A:hover {	
	color: #630;
	text-decoration: none;}
.nav-title {
	font-family:Arial;
	font-size:12px;
	color:#fff;
	font-weight: bold;
	padding-top: 40px;
}
.menu {
	height: 30px;
	width: 348px;
font-family:Arial;
font-size:12px;
color:#fff;
padding-bottom:5px;
}

.menu A:link {
    color: #fff;
	text-decoration: none;}
.menu A:visited {
	color: #fff;
	text-decoration: none;}
.menu A:active {
	color: #fff;
	text-decoration: none;}
.menu A:hover {	
	color: #fff;
	text-decoration: underline;}


.content {
background-color:#FFF;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-right-color:#CCC;
border-bottom-color:#CCC;
border-left-color:#CCC;
}

.content-box {
padding-top:10px;
padding-bottom:10px;
margin-top:2px;
margin-bottom:10px;
border-top-width:1px;
border-top-style:solid;
border-top-color:#630;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#630;
font-family: Arial;
font-size: 12px;
text-align: justify;
}

.font12px {
font-family: Arial;
font-size: 12px;
text-align: justify;
}
.font11px {
font-family: Arial;
font-size: 11px;
padding-top:10px;
padding-right:2px;
}
.search-box {
	height: 234px;
	width: 349px;
    background-image:url(images/search-bg.jpg);
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.search-text {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.search-button {
	font-family: Arial;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	background-color: #ccc;
	border: 1px solid #fff;
	height: 25px;
	width: 140px;
}
