/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;	font-size:10pt;	color:#333333;
	background-color:#EEEEEE;
}

/*	Layout Rules:
		Page Bordering
		Main Content Padding
*/
.box {
	width:780px;	background-image:url(images/box_bg.png);
	margin:10px auto;
}
	.box h1.top {
		width:780px;	height:14px;	margin:0px;	padding:0px;
		background-image:url(images/box_top.png);	text-indent:-2000px;
	}
	.box .bottom {
		width:780px;	height:14px;	margin:0px;	padding:0px;
		background-image:url(images/box_foot.png);
	}
	.box h1.top, .box .bottom {	font-size:1px;	clear:both;	}
	
.blogtop {color:#CC0000; font-size:24px;	margin:40px 0px 40px 40px; }

.content { 	margin:0px auto; padding:0px; width:760px;	}

	#header {background:url(images/3squares.png) no-repeat right bottom;	}
	
	#nav { 	background: url(images/nav_bg.png) repeat-x; 
			margin:6px;	padding:3px;	list-style:none; height:26px;
			}
	#nav ul { margin: 0 0 0 190px;	}
	#nav li {	display:inline;	width:100px;	margin:12px;	 }
	#nav a	{ color:#999999; font-weight:bold;	font-size:	13pt;	text-decoration:none;	}
	#nav a:hover {color:#333333;	}

#main {
	margin:12px 212px 12px 24px;
	/*background: url(images/logo_bg.png) no-repeat right bottom; */
}

.leftbar {	width:154px;	float:right;		margin:12px 6px; padding-left:12px;
			border-left: 1px solid #999999;	height:340px;
			text-align:center;}

	
/*	General Style Rules
		Rules specifying how the headings etc look.
*/
h1, h2, h3 {	color:#333333;	}
h1 { 	font-size:13pt;		color:#CC0000;}
h2 {	font-size:11pt;	color:#666666; padding-top:12px;}
h3 {	font-size:10pt;		font-weight:bold;	color:#666666;}

a { color:#FF9000;	color:#0033CC;	}
a:hover { text-decoration:underline;	}



.cb { clear:both; }

.copy { color:#666666; font-size:8pt;	text-align:center;}

/*
	Image Rules
*/

.fl {	float:left;	margin:2px 12px 2px 2px;	}
.fr {	float:right;	margin:2px 0px 2px 16px;	}

.img {border:none;	}

.style1 {
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
}
.style2 {color: #666666}

.folio img {margin:6px;	border:1px solid #CCCCCC;	}

.folio2 img{margin: 0px 6px;	}