a:link, a:visited, a:active {
	color				:	#c66;
	text-decoration		:	none;
	font				:	100 10pt sans-serif;
}
a:hover {
	color				:	#333;
}
body {
	background-image	:	url('siteimages/bgint.gif');
	background-color	:	#333;
	padding 			:	0px;
	font				:	100 10pt sans-serif black;
}
.container {
	width				:	850px;
	background-color	:	#FAFAFA;
	border-style		:	solid;
	border-width		:	1px;
	border-color		:	#B9B9B9;
	padding				:	0px;
	margin				:	0px;

}
.top {
	height				:	20px;
	background-image	:	url('siteimages/topbg.gif');
	background-repeat	:	repeat-x;
}
.header {
	height				:	200px;
	background-image	:	url('headers/rotator.php');
	background-repeat	:	no-repeat;
}
div.nav {
	height				:	40px;
	background			:	#FAFAFA;
}
ul.nav {
	float				:	left;
	width				:	100%;
	padding				:	0;
	margin				:	0;
	list-style-type		:	none;
	background			:	#eee url(siteimages/topbg_grey_100.gif);
}
a.nav {
	color				:	#666;
	font				:	900 10pt sans-serif;
	float				:	left;
	text-decoration		:	none;
	background			:	#eee url(siteimages/topbg_grey_100.gif);
	padding				:	0.2em 1.5em;
	
	border-top			:	0px solid #fff;
	border-left			:	0px none #fefefe;
	border-right		:	0px solid #fefefe;
	border-bottom		:	0px solid #eee;
}
a.nav:visited {
	color				:	#666;
	font				:	900 10pt sans-serif;
	float				:	left;
	text-decoration		:	none;
}
a.nav:hover {
	color				:	#c66;
	background			:	#eee url(siteimages/topbg_red_100.gif);
	
	border-top			:	0px solid #c66;
	border-left			:	0px solid #c66;
	border-right		:	0px solid #999;
	border-bottom		:	0px solid #999;
}li.nav {
	display				:	inline
}
.content {
	padding				:	0px;
	width				:	650px;
	border-right-style	:	solid;
	border-right-width	:	1px;
	border-color		:	#B9B9B9;
	min-height			: 	1000px;
}
.title {
	background-image	:	url('siteimages/topbg.gif');
	background-repeat	:	repeat-x;
	background-position	:	bottom;
	background-color	:	#FAFAFA;
	font-size			:	26pt;
	font-family			:	serif;
	color				:	black;
	padding-left		:	10px;
}
.date {
	text-align			:	right;
	font-size			:	8pt;
	font-family			:	sans-serif;
	color				:	#666;
	padding				:	5px;
}
.name {
	font-size			:	10pt;
	font-family			:	sans-serif;
	font-weight			:	700;
	color				:	darkgray;
	border-style		:	none;
	border-width		:	1px;
	padding				:	5px;
	margin-top			:	10px;
	margin-left			:	40px;
	margin-right		:	40px;
	margin-bottom		:	40px;
}
.description {
	font-size			:	10pt;
	font-family			:	sans-serif;
	color				:	darkgray;
	border-style		:	none;
	border-width		:	1px;
	padding				:	5px;
	margin-top			:	10px;
	margin-left			:	40px;
	margin-right		:	40px;
	margin-bottom		:	40px;
}
.comment {
	text-align			:	right;
	font-size			:	8pt;
	font-family			:	sans-serif;
	color				:	#996666;
	text-decoration		:	none;
	padding				:	10px;
}
.msgContainer {
	padding				:	20px;
	font				: 	100 10pt sans-serif;
}
.msgRow {
	border-bottom		:	1px solid #ccc;
}
.msgDate {
	font				: 	100 8pt sans-serif;
	color				:	#999;
	text-align			:	right;
}
.msgName {
	font				: 	900 10pt sans-serif;
	color				:	#c66;
	padding-left		:	20px;
}
.msgText {
	font				: 	100 10pt sans-serif;
	color				:	#000;
	padding-left		:	20px;
}
.msgTextbox {
	font				: 	100 10pt sans-serif;
	color				:	#333;
}
textarea {
	font				: 	100 10pt sans-serif;
	color				:	#333;
	border				:	1px solid #333;
}
.msgEven {
	background-color	:	#FFF;
}
.msgOdd {
	background-color	:	#EEE;
}
.bottom {
	height				:	20px;
	background-image	:	url('siteimages/footer.gif');
	background-repeat	:	no-repeat;
	background-position	:	top right;
}
.side {
	width				:	190px;
	float				:	right;
	background-color	:	#FAFAFA;
}
.boxoff {
	border				:	1px solid #999;
	background-position	: 	left top;
	background-image	:	url(siteimages/textboxshadow_off.png);
	background-repeat	:	no-repeat;
}
.boxon {
	border				:	1px solid #933;
	background-position	: 	left top;
	background-image	:	url(siteimages/textboxshadow_on.png);
	background-repeat	:	no-repeat;
}
.hiddenPic {
	display				:	none;
}