body {
	background-color:		#f6e6d6;
	background-image:		url("img/bggrad1.png");
	background-repeat:		repeat-x;
	margin:					0px;
	background-attachment:	fixed;
	font-family: 			Helvetica, Arial, sans-serif;
	font-size: 				12px;
	font-style: 			normal;
	font-weight: 			normal;
	text-transform: 		normal;
	letter-spacing: 		normal;
	line-height: 			1.4em;		
}
* {
	font-family: 			Helvetica, Arial, sans-serif;
}
.topcontainer {
	display:				block;
	margin-right:			auto;
	margin-left:			auto;
	width:					986px;
	height:					150px;
	overflow:				hidden;
	background-repeat:		no-repeat;
	background-color:		white;
	border-left:			1px solid #e1ab76;
	border-right:			1px solid #e1ab76;
	
}
.topmenu {
	width:					600px;
	float:					right;
	height:					30px;
	background-color:		#d56b08;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;

}
.floatFix {
	clear:					both;

}
.menu {
	background-color:		#981b06;
	background-image:		url('img/menubg.png');
	width:					200px;
	height:					500px;
	margin-left:			10px;
	margin-bottom:			10px;
	margin-top:				10px;
	float:					left;
	-moz-border-radius:		5px;

}
* html .menu a {
	display:				block;
	margin-left:			10px;
	margin-top:				10px;
	color:					white;
	font-weight:			bold;
	text-decoration:		none;
	font-size:				10pt;
}
* html .submenu a {
	display:				block;
	margin-left:			10px;
	font-size:				9pt;
	color:					white;
	text-decoration:		none;
}
.menu > a {
	display:				block;
	margin-left:			10px;
	margin-top:				10px;
	color:					white;
	font-weight:			bold;
	text-decoration:		none;
	font-size:				10pt;
}
.submenu {
	margin-left:			10px;
	margin-top:				10px;
	margin-bottom:			10px;
}
.submenu > a {
	display:				block;
	margin-left:			10px;
	font-size:				9pt;
	color:					white;
	text-decoration:		none;	
}
* html .menu {
	margin-left:			5px;
}
* html .content {
	margin-right:			5px;
}
.content {
	width:					756px;
	margin-left:			10px;
	overflow:				visible;
	min-height:				10px;
	float:					right;
	margin-top:				10px;
	margin-right:			10px;
}
.container {
	background-color:		white;
	width:					986px;
	margin-left:			auto;
	margin-right:			auto;
	margin-bottom:			100px;
	border-left:			1px solid #e1ab76;
	border-right:			1px solid #e1ab76;
	border-bottom:			1px solid #e1ab76;		
}
.breadcrumbs {
	height:					22px;
	margin-left:			10px;
	margin-right:			10px;
	width:					966px;
	border-top:				5px solid #d52709;	
	background-color:		#dc954e;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}
.crumbs {
	margin-left:			10px;
	padding-top:			3px;
}
.crumbs a, .crumbs b {
	color:					#d52709;
	font-size:				11pt;
	font-weight:			bold;
	text-decoration:		none;
	margin-left:			10px;
}
* html .article {

}
.article {
	width:					245px;
	float:					left;
	margin-left:			10px;
	margin-top:				10px;
	height:					250px;
}
.article1st {
	margin-left:			0px;
}
.article img {
	margin-top:				10px;
	width:					245px;
	height:					80px;
	border-top:				4px solid #d52709;
}
.article p {
	margin-top:				4px;
	color:					#444444;
	font-size:				8pt;
	letter-spacing:			normal;
	margin-top:				10px;
}
.article h2 {
	font-size:				13pt;
	color:					#d56b08;
	margin-bottom:			5px;
	text-decoration:		underline;
	margin-top:				10px;
}
.headLink, a.headLink {
	margin-top:				10px;
	margin-bottom:			5px;
	font-size:				13pt;
	color:					#d56b08;
	text-decoration:		underline;
}
.readMore {
	color:					#d52709;
	font-size:				8pt;
	font-weight:			bold;
}
.mainContent h1 {
	margin-top:				0px;
	font-size:				17pt;
	font-weight:			bold;
	color:					#440a00;
}
.innerContent p {
	color:					#333333;
	font-size:				9pt;
	line-height:			1.45em;
	
}
.header {
	background-color:		#440a00;
	width:					966px;
	margin-left:			10px;
	margin-right:			10px;
	float:					right;
	height:					150px;
	overflow:				hidden;	
}
.header img {
	margin-left:			0px;
	margin-right:			0px;
	margin-top:				0px;
	margin-bottom:			0px;
	padding:				0px;
	display:				block;
}
.innerContent {
	color:					#333333;
	font-size:				9pt;
	line-height:			1.45em;	
	margin-bottom:			20px;
}
.innerContent h2 {
	font-size:				13pt;
	color:					#d52709;
	margin-top:				30px;
}
.innerContent h3,h4,h5,h6 {
	font-size:				10pt;
	color:					#d56b08;
}
.innerContent a {
	color:					#d52709;
}
.innerContent li {
	list-style-type:		square;
}

