body {
	font-family: "Times New Roman", Times, serif;
	background-color:#E2E2E2;
	margin-top:0px;
	padding-top:0px;
}

#page_container {
	background-color:#FFFFFF;
	color:#000000;
	width:1000px;
	height:100%;
}

div.title {
	background-color: #990000;
	background-image: url(../images/title_subtitle.png);
	background-position:bottom right;
	background-repeat: no-repeat;
	font-size:24px;
	color:#FFFFFF;
	height:300px;
	min-height:300px;
	text-align:left;
	width:1000px;
}

div.menu {
	background-color: #FFFFFF;
	height:30px;
	margin-top:10px;
	width:970px;
}

div.menu_item {
	height:20px;
	font-size:16px;	
	color:#000000;
	float:left;
}

div.menu_item_disabled {	
	height:20px;
	font-size:16px;
	color:#999999;
	float:left;
}

div.menu_item:hover {
	background-color:#990000;
	color:#FFFFFF;
}

a.menu{
	text-decoration:none;
	color:#000000;
	text-align:center;
}

div.separator {
	background-image:url(../images/separator.png);
	background-repeat:repeat-x;
	/* margin-left:10px; 
	   margin-right:10px; */
	padding-bottom:0px;
	margin-bottom:0px;
	height:6px;
	/* width:950px; */
	float:none;
	clear:both;
	font-size:6px;
}

#content {
	width:970px;
	background-color:#FFFFFF;
	margin-left:15px;
	margin-right:15px;
	margin-top:10px;
	margin-bottom:20px;
	clear:left;
}

div.sidebar {
	background-color:#E2E2E2;
	width:170px;
	font-size:14px;		
	float:left;
}

a.sidebar_item {
	text-decoration:none;
	color:#000000;
}

div.sidebar_item {
	margin-top:5px;
	margin-bottom:5px;
	width:100%;
	text-align:left;
}

div.sidebar_margin {
	padding-left:20px;
	width:100%;
}


div.sidebar_item_selected {
	background-image:url(../images/sidebar_selected.png);
	background-position:left;
	background-repeat:repeat-y;
	margin-top:5px;
	margin-bottom:5px;
	position:absolute;
	left:20px;
	top:0px;
	width:40px;
	height: 40px;

}


div.separator_sidebar {
	background-image:url(../images/separator_transparent.png);
	background-repeat:repeat-x;
	margin-left:15px;
	margin-right:10px;
	padding-bottom:0px;
	margin-bottom:0px;
	height:6px;
	width:125px;
	float:none;
	font-size:6px;
}

#home_content {
	margin-left:20px;
	margin-right:20px;
	font-size:14px;
}

td.book_sample_menu_item {
	background-image:url(../images/sample_menu_bar.png);
	background-repeat:repeat-y;
	background-position:left;
	width:10px;
}

div.pageborder_top_370{
	background-image:url(../images/pageborder_top_370.png);
	background-repeat:no-repeat;
	background-position:top;
	height:10px;
	float:none;
	clear:both;
}

div.pageborder_middle_370 {
	background-image:url(../images/pageborder_middle_370.png);
	background-repeat:repeat-y;
	background-position:top;
	padding-left:10px;
	padding-right:19px;
	float:none;
	clear:both;
}

div.pageborder_bottom_370{
	background-image:url(../images/pageborder_bottom_370.png);
	background-repeat:no-repeat;
	background-position:top;
	height:13px;
	float:none;
	clear:both;
}


div.pageborder_top{
	background-image:url(../images/pageborder_top.png);
	background-repeat:no-repeat;
	background-position:top;
	height:10px;
	float:none;
	clear:both;
}

div.pageborder_middle{
	background-image:url(../images/pageborder_middle.png);
	background-repeat:repeat-y;
	background-position:top;
	padding-left:18px;
	padding-right:38px;
	float:none;
	clear:both;
}


div.pageborder_bottom{
	background-image:url(../images/pageborder_bottom.png);
	background-repeat:no-repeat;
	background-position:top;
	height:10px;
	float:none;
	clear:both;
}



div.separator_home {
	background-image:url(../images/separator.png);
	background-repeat:repeat-x;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:0px;
	margin-bottom:0px;
	height:6px;
	float:none;
	
	font-size:6px;
}

a.home {
	text-decoration:none;
	color:#990000;
}	
a.home:hover {
	text-decoration:none;
	background-color:#990000;
	color:#FFFFFF;
}
a.black {
	text-decoration:underline;
	color:#000000;
}

a.black:hover {
	text-decoration:underline;
	color:#FFFFFF;
	background-color:#990000;
}

a img {
   border-style: none;
}        

p.red {	
	color:#990000;
	font-size:16px;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}

div#footer {
	background-color:#FFFFFF;
	height:40px;
	width:970px;
	clear:both;
}

div.footer_item {
	text-align:center;
	float:left;
	padding-left:15px;
}
a.footer {
	text-decoration:none;
	text-align:center;
	font-size:12px;
	height:14px;
	width:970px;
	color:#000000;
}

p.agbSubtitle{
	font-size:18px;
	font-style:oblique;

}
