@charset "utf-8";
/* CSS Document */
/* DOCUMENT STYLES */

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
}


p{ 
font-size:10px;
margin:0px;}
body{
background-image:url(../images/gr_mgb_bg.gif);
background-repeat:repeat-x;
background-color:#362C22;
margin-top:0px !important;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
height:100%;}

h1{font-size: 24px;
color:#B79B1F;
margin-top:0px;
margin-bottom:5px;}
h4{font-size: 16px;
color:#B79B1F;
margin-top:0px;
margin-bottom:5px;}
h2{font-size: 28px;
color:#990000;
margin-top:0px;
margin-bottom:5px;}

.BookType1 {color: #FFFFFF;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;}
.BookTypeH1 {color: #7A0007;
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;}

.bodyTypeSet{
	font-size:12px;
	color:#FFFFFF;
	position: relative;
	height: auto;
	overflow: visible;
}
.style10 {
	font-size: 16px
}
.test{
	font-size:12px;
	color:#FFFFFF;
	position: relative;
	height: auto;
	width: auto;
}
.goldBullets{
color: #B79B1F;
font-size:12px;}

.YellowBullets{
color:#B79B1F;
font-size:14px;
font-weight:bold;}
.YellowBullets{
color:#FFFF99;
font-size:14px;
font-weight:bold;}

.Yellowtext{
color:#FFFF99;
font-size:14px;
font-weight:bold;}

.goldHeader {
font-size: 16px;
color: #B79B1F;
font-weight:bold;
}
.style7 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

.yellowHeader{
font-size:16px;
color:#FFFF99}

.goldHeader3 {
	font-size: 20px;
	color: #B79B1F;
	font-weight:bold;
	padding: 10px;
	;
}
.style8 {
	font-size: 18px;
	font-weight:bold;
	text-align:justify;
}
.style9 {
	color: #CE9B0D;
	font-size: 14px;
	font-weight:bold;
}
.style4 {font-size: 18px}
.style5 {
	font-size: 24px;
	color: #D2CE6F;
}

/*MAIN CONTAINERS*/
#MainContainer{
	width:802px;
	margin:0 auto;
	height:auto;
	background-repeat: no-repeat;
	background-color: #362C22;
}
#ThinMainContainer{
	width:802px;
	position:relative;
	margin:0 auto;
	background-image: url(../images/gr_mgb_spcr.gif);

}
#BodyContainer{
	width:745px;
	position:relative;
	margin:0 auto;
	height: auto;
}
#BodyFoot{
	width:802px;
	position:relative;
	margin:0 auto;
	background-image: url(../images/gr_mgb_foot.gif);
	height: 40px;
	clear: both;
}
#BodyLeft{
	width:400px;
	position:relative;
	margin:0px;
	float:left;
}
#BodyRight{
	position:relative;
	margin:0px;
	float:left;
	width: 345px;
}
