body{
	margin: 0px;
	padding: 0px;
	background: #fafbe0;
	color: #333;
	font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size: small;
    /* intended value for better browsers */
}

html>body {
    font-size: small
	/* be nice to Opera */
}
	
#container {
	margin: 0px;
	padding: 0px;
	min-width: 800px;
	width:expression(document.body.clientWidth < 802? "800px": "auto" ); /* min-width for IE using javascript */
}
	
#header{
	margin: 0px;
	padding: 0px;
	position:relative;
}
	
#header h1{
	height: 80px;
	line-height: 80px;
	margin: 0px;
	padding-right: 20px;
	text-align: right;
	color: #fff;
	background: #451c1c url(../images/headerexp.jpg) no-repeat bottom left;
}
	
#wrapper{
	float:left;
	width:100%;
}

/* content
----------------------------------------------- */
	
div#content{
	margin: 0 25%;
	padding: 0 0 10px 0;
}
div#content1{
	margin: 0 0 0 25% ;
	padding: 0 0 0px 0;
}

#content p{
	margin: 0px;
	padding: 8px 25px 8px 20px;
	line-height: 150%;
	text-align: justify;
}

#content h2{
	margin: 0 20px;
	padding: 10px 25px 10px 100px;
	color: #8d0f18;
	background: url(../images/decoration_title.jpg) no-repeat center left;
}

#content strong{
	margin: 0px;
	padding: 5px;
	background: #ebeccd;
}

/* links list
----------------------------------------------- */
	
#links{
	float:left;
	width:25%;
	margin-left:-100%;
}	

#links h2 {
	margin: 0px;
	padding: 10px 15px;
	background: #333 url(../images/links_top.jpg) no-repeat top right;
	color: #fff;
}

ul.link_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#links ul.link_list li {
	margin: 0px;
	padding: 0px;
	background: #f5f5f5 url(../images/links_bg.jpg) no-repeat bottom right;
}
					
#links ul.link_list li a {
	margin: 0px;
	padding: 5px 15px 5px 15px;
	background: #f5f5f5 url(../images/links_bg.jpg) no-repeat bottom right;
	color: #6688bb;
	text-decoration: none;
	display: block;
}

*html #links ul.link_list li a {
	margin: 0px;
	padding: 5px 15px 5px 15px;
	height: 10px;
}
		
#links ul.link_list li a:hover {
	background: #fff url(../images/links_bg_hover.jpg) no-repeat bottom right;
	color: #333;
}

#links ul.link_list li span {
	margin: 0px;
	padding: 5px 15px 5px 15px;
	background: #f5f5f5 url(../images/links_bg.jpg) no-repeat bottom right;
	color: #808080;
	text-decoration: none;
	display: block;
}

*html #links ul.link_list li span {
	margin: 0px;
	padding: 5px 15px 5px 15px;
	height: 10px;
	background: #f5f5f5 url(../images/links_bg.jpg) no-repeat bottom right;
	color: #808080;
	text-decoration: none;
	display: block;
}

#links ul.link_list li.bottom {
	margin: 0px;
	padding: 0px;
	height: 31px;
	border: none;
	background: url(../images/links_bottom.jpg) no-repeat top right;
}

#links ul.link_list li.bottom p{
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 31px;
	float: right;
}

/* location
----------------------------------------------- */

#location {
	margin: 15px 0 0 0;
	padding: 25px 15px 60px 15px;
	color: #808080;
	background: url(../images/location_bg.jpg) no-repeat top left;
}

/* extra
----------------------------------------------- */
	
div#extra{
	float:right;
	width:25%;
	margin-left:-25%;
	background: url(../images/extra_bg.jpg) no-repeat bottom left;
}

div#extra ul{
	margin: 5px 15px;
	padding: 0px;
	list-style: none;
}

div#extra ul li{
	margin: 0px;
	padding: 3px 0;
}

div#extra ul.pdf li a{
	margin: 0px;
	padding: 1px 0 1px 23px;
	color: #6688bb;
	text-decoration: none;
	display: block;
	background: url(../images/icon_page.gif) no-repeat center left;
}

div#extra ul.local li a{
	margin: 0px;
	padding: 1px 0 1px 23px;
	color: #6688bb;
	text-decoration: none;
	display: block;
	background: url(../images/icon_link.gif) no-repeat center left;
}

div#extra ul.login li a{
	margin: 0px;
	padding: 1px 0 1px 23px;
	color: #6688bb;
	text-decoration: none;
	display: block;
	background: url(../images/icon_lock.gif) no-repeat center left;
}

div#extra ul.announcements li {
	margin: 0px;
	padding: 1px 10px 1px 23px;
	color: #808080;
	text-decoration: none;
	display: block;
	background: url(../images/icon_dot.gif) no-repeat top left;
}

div#extra ul li a:hover{
	text-decoration: underline;
}

div#extra span{
	font-size: smaller;
	color: #8F8F8F;
}

div#extra h3{
	margin: 0 15px;
	padding: 10px 0 5px 0;
	color: #8d0f18;
	background: url(../images/extra_underline.jpg) repeat-x bottom left;
}
	
/* footer
----------------------------------------------- */
	
div#footer{
	margin: 0px;
	padding: 0px 0 0 0;
	clear: both;
	width:100%;
	background: url(../images/footer.jpg) repeat-x top left;
}

div#footer ul {
	margin: 0px;
	padding: 5px 15px 5px 15px;
	text-align: center;
	list-style: none;
}

div#footer ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	color: #c1ad9e;
}

div#footer ul.fancy {
	margin: 0px;
	padding: 5px 15px 85px 15px;
	background: url(../images/decoration_footer.jpg) no-repeat center bottom;
	color: #999;
	list-style: none;
}

div#footer ul.fancy li {
	margin: 0px;
	padding: 0px;
	display: inline;
}


/* common
----------------------------------------------- */

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a{
	color: #6688bb;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:visited{
	color: #6688bb;
	text-decoration: none;
}

span.blue{
	color: #6688bb;
}

img.cover{
	margin: 10px 0 10px 20px;
	padding: 10px 10px 15px 10px;
	background: #EBECCD;
}