html,body {
	height:100%;
	padding:0; 
	margin:0;
}
body {
	background: #ffffff; 
	color: #000;
	font-family: Tahoma, Arial;
	font-size: 12px;
	margin:0;
	line-height: 1.4;
}
#head {
	text-align: center;
	height:234px;
	background: url(images/bg_top.jpg) repeat-x;
	margin:0 auto;
}
#logo {
	padding:5px;
	height:103px;
	width:426px;
	margin:0 auto;
}
#flash {
	text-align: center;
	height:121px;
	width:800px;
	margin:0;
	background: #ffffff;
	margin:0 auto;
}
#stripe {
	height:21px;
	margin:0;
	background: #482124;
}
#stripe2 {
	height:20px;
	margin:0;
	background: #482124;
}
#menu_top {
	width: 800px;  
	height: 20px;
	margin: 0 auto;
	text-align:center;
}
#a {
	float:left; 
	width:105px;
	line-height:20px;
	color:#ffffff;
	background: #482124;
}
#address {
	float:left;  
	width:590px; 
	height:20px;
	line-height:20px;
	background:#D9C1BC;
}
#term {
	float:left; 
	width:150px;
	line-height:20px;
	color:#000000;
	background: #D9C1BC;
	border:0px solid #482124; 
	border-width:0px 0px 1px 0px; 
}
#term a, .term a:visited {
	display:block;
	padding-left:10px; 
	padding-right:10px;
	color: #000000;
	text-decoration: none;
}
#term a:hover, .term a:active {
	display:block;
    color: #ffffff;
	background: #482124;
	padding-left:10px; 
	padding-right:10px;
	text-decoration: none;
}
#news {
	float:left; 
	width:105px;
	line-height:20px;
	color:#000000;
	background: #482124;
}
#news a, .news a:visited {
	display:block;
	color: #ffffff;
	text-decoration: none;
}
#news a:hover, .news a:active {
	display:block;
    color: #000000;
	background: #D9C1BC;
	text-decoration: none;
}
#main {
	padding-top:0px;
	padding-bottom:0px;
	text-align:justify;
	width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#info {height:400px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_pullup.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#info h3 {margin-bottom:200px;}
/* style the outer div to give it width */
.up {
float:left;
width:110px;
height:20px;
}
/* remove all the bullets, borders and padding from the default list styling */
.up ul {
padding:0;
margin:0;
list-style-type:none;
}
.up ul ul {
width:110px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.up li {
float:left;
width:100px;
position:relative;
}
/* style the links for the top level */
.up a, .up a:visited {
display:block;
font-size:12px;
text-decoration:none; 
color:#000; 
width:110px; 
height:20px; 
border:0px solid #482124; 
border-width:0px 0px 1px 0px; 
background:#D9C1BC;  
padding-left:0px; 
padding-right:0px; 
line-height:20px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .up a, * html .up a:visited {
width:110px;
w\idth:110px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.up table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px; top:0px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.up ul ul {
visibility:hidden;
position:absolute;
top:20px;
left:0; 
width:110px;
}
* html .up ul ul {
}
/* style the second level links */
.up ul ul a, .up ul ul a:visited {
background:#D9C1BC; 
color:#000; 
height:auto; 
font-size: 11px;
line-height:1.4; 
padding:10px 10px; 
width:90px
/* yet another hack for IE5.5 */
}
* html .up ul ul a{
width:110px;
w\idth:110px;
}
/* style the top level hover */
.up a:hover, .up ul ul a:hover{
color:#fff; 
background:#482124;
}
.up :hover > a, .up ul ul :hover > a {
color:#fff;
background:#482124;
}
/* make the second level visible when hover on first level list OR link */
.up ul li:hover ul,
.up ul a:hover ul{
visibility:visible;
height:auto;
}
#info {height:400px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_pullup.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#info h3 {margin-bottom:200px;}
/* style the outer div to give it width */
.up2 {
float:left;
width:105px;
height:20px;
}
/* remove all the bullets, borders and padding from the default list styling */
.up2 ul {
padding:0;
margin:0;
list-style-type:none;
}
.up2 ul ul {
width:105px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.up2 li {
float:left;
width:100px; 
position:relative;
}
/* style the links for the top level */
.up2 a, .up2 a:visited {
display:block;
font-size:12px;
text-decoration:none; 
color:#fff; 
width:105px; 
height:20px; 
border:0px solid #fff; 
border-width:0px 0px 0 0; 
background:#482124;  
padding-left:0px; 
padding-right:0px; 
line-height:20px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .up2 a, * html .up2 a:visited {
width:105px;
w\idth:105px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.up2 table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px; top:0px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.up2 ul ul {
visibility:hidden;
position:absolute;
top:20px;
left:0; 
width:105px;
}
* html .up2 ul ul {
}
/* style the second level links */
.up2 ul ul a, .up2 ul ul a:visited {
background:#482124; 
color:#fff; 
height:auto; 
font-size: 11px;
line-height:1.4; 
padding:10px 0px; 
width:105px
/* yet another hack for IE5.5 */
}
* html .up2 ul ul a{
width:105px;
w\idth:110px;
}
/* style the top level hover */
.up2 a:hover, .up2 ul ul a:hover{
color:#000; 
background:#D9C1BC;
}
.up2 :hover > a, .up2 ul ul :hover > a {
color:#000;
background:#D9C1BC;
}
/* make the second level visible when hover on first level list OR link */
.up2 ul li:hover ul,
.up2 ul a:hover ul{
visibility:visible;
height:auto;
}
}.text_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #482124;
}

