/* CSS Document */

body{
	font-size:67.5%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
	color:#000000;
	margin:0;
	padding:0;
	background:#222222;
	/*background-image:url(images/bkgd.jpg);
	background-repeat:repeat-x;
	border:1px dashed #CCCCCC;*/

}
/*div {
border:1px dotted #cccccc;
}*/

p{
	padding:0 30px;
}

#content h1, #content h2, #content h3, #content h4{
	padding:0 30px;
	line-height:150%;

	}
	
h5{
padding-left:30px;
line-height:150%;
color:#660000;
font-size:140%;
}


a:link{
	color:#990000;
	text-decoration:underline;
}

a:visited{
	color:#8e6565;
}

a:hover{
	color:#CCCCCC;
	text-decoration:none;
}

.pushleft{
	padding:20px 30px;
}

.floatleft{
	float:left;
}

.floatright{
	float:right;
}

#pagewrap{
	height:100%;
	width:1254px;

}

#container{
    width:1200px;
	margin:0 auto;
	background-color:#FFFFFF;
	background-image:url(images/full_back.jpg);
	background-repeat:repeat-y;
}



#topstripe{
	height:1300px;
	width:1254px;
	margin:0 auto;
	background-image:url(images/stripe_back.png);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}


#topstripe2{
	width:1190px;
	margin:0 auto;
	background-image:url(images/stripe_back.png);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}


#mainwrap{
	width:800px;
	float:left;
	background-color:#FFFFFF;
}


#mainwrap2{
	width:800px;
	margin:0 auto;
	border-right:2px solid #CCCCCC;
	border-left:2px solid #CCCCCC;
	background-color:#FFFFFF;
} 

#content{
	border-top:15px solid #CCCCCC;
	clear:both;
}

#header{
	height:75px;
	clear:both;
	width:100%;
	border-bottom:15px solid #CCCCCC;
}

#header a:link{
	color:#666666;
	text-decoration:none;
}

#header a:visited{
	color:#666666;
	text-decoration:none;
}

#header a:hover{
	color:#CCCCCC;
	text-decoration:none;
}


#header h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:3.0em;
	padding:10px 0 0 30px;
	float:left;
	margin-right:70px;
}

#header li{
	float:left;
	margin:35px 20px 0;
	list-style:none;
	font-size:1.5em;
	}

#header image{
	float:left;
	margin:15px 20px 6px 0;
}

#footstripe{
	background-image:url(images/foot.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:650px;
}



#book{
	width:430px;
	margin:0;
	float:left;
}
#book h2, #book h3{
padding-left:30px;
line-height:150%;
color:#660000;
}

#book h1{
padding-left:20px;
line-height:80%;
color:#660000;
margin-bottom:0;

}

.nopad{
padding:0 10px;
}

#homecopy{
	width:300px;
	margin:0;
}
#flashbox{
width:500px;
height:100px;
margin-left:200px;
}

#homemainpic{
	width:345px;
	float:right;
	margin-top:40px;
	}
	
#homemainpicALERT{
	width:350px;
	float:right;
	margin-top:10px;
	}
	
#left_col{
float:left;
width:225px;
	height:100%;
	background:#222222;
	background-image:url(images/left_200w.jpg);
	background-repeat:repeat-y;
	background-position:right;
	border-right:2px solid #CCCCCC;
}

#right_col{
float:right;
width:225px;
	height:100%;
	background:#222222;
	background-image:url(images/right_200w.jpg);
	background-repeat:repeat-y;
	background-position:left;
	float:right;
	border-left:2px solid #CCCCCC;
}

#right_col2{
float:right;
width:225px;
	height:100%;
	background:#222222;
	background-image:url(images/right_200w.jpg);
	background-repeat:repeat-y;
	background-position:left;
	float:left;
	border-left:2px solid #CCCCCC;
}
.clear{
clear:both;
}