/* CSS Document */

body {
	background-color: #CFAF8B
	}


#container	{
	width: 700px;
	border: 1px solid #CCCCCC;
	margin: 10px 0px 0px 170px;
	background-color:#FFFFFF
	}
	
#text	{
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	padding: 10px;
	margin: 0px;
	line-height: 130%;
	width: 680px;
	background-color:#93A8C8;
	min-height: 300px;
	}

#menu	{
	position: absolute;
	left: 10px;
	top: 187px; 
	width: 150px;
	border: 1px solid black;
	margin: 0px 10px 10px 0px;
	background-color: #FFFFFF;
	padding: 5px
	}
	
#header	{
	background-image:  url("images/header_bg_large.gif");
	height: 162px;
	width: 700px;
	border-bottom: 1px solid #CCCCCC;
	background-repeat: no-repeat;
	}
	
#menu li	{
	padding: 4px 0px;
	vertical-align: middle;
	list-style-type: none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	margin: 0px
	}

	
a:link	{
	text-decoration: none;
	font-weight: bold
	}
	
a:visited {
	text-decoration: none;
	font-weight: bold
	}

#update {
	padding: 3px;
	border-left-width: thick;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #000000;
	background-color: #FFFFFF;
}

.heading {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #990000;
}

#footer {
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	border: 1px solid #CCCCCC;
	background-color:#93A8C8;
	width: 690px;
	margin-left: 170px
	}