@charset "utf-8";
/* CSS Document */

body {
	text-align:center; /* Hack for IE5/Win */
	background-color: #FBFBFB; /* light gray outside content box */
	background-position:top left;
	background-repeat:no-repeat;
}
h1{
	height:35px;
	text-align:left;
	color:#FFFFFF;
	font-size:32px;
	font-family:"Courier New", Courier, monospace;
	margin-bottom:25px;
}
.content {
	width: 800px; 
	margin:20px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	border: 1px solid #aaa;
	background-color: #eee; /* white background within content box */
}
.menu {
	color:#FFFFFF;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:40px 0 16px 22px;
	margin:0px;
	line-height:16px;
	background-image:url(images/header.jpg);
	/*background-position:right;
	background-image:url(images/logo_new.gif);*/
	background-repeat:no-repeat;
}
.pages{
	margin:20px 20px;
	width: 760px;
	border-style:solid;
	border-color:#000000;
	border-width:0px;
	background-image:url(images/white_bk.gif);
}
a {
	cursor:pointer;
}
.background {
	background-image:url(images/bkgrnd.jpg);
	background-repeat:no-repeat;
	margin:0px;
}
.thumbnail{
	float: left;
	margin: 5px 9px 5px 0px;
}
.t_title{
	color:#006600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-top:15px;
	margin-bottom:0px;
}
.pagebody{
	padding-left: 10px;
	padding-top:55px;
	text-align:left;
}
.intro{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000066;
}
.preview{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000066;
	padding-left:35px;
}
.row{
	width:733px;
	float:left;
}
img{
	border:0px;
}