*, html {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial, Times New Roman;
}
body {
	background: black;
	margin: 0px auto;
	width: 1000px;
	color: #fff;
}

a, a:visited {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
	color: #000066;
}


#divContainer {
	position: relative;
	margin: 0px auto;
	width: 1000px;
}

#divFlagContainer {
	position: absolute;
	right: 0px;
	top: 40px;
}

#divTopBannerContainer {
	padding: 3px;
	text-align: center;
	height: 77px;
}




#divContentLeft {
	position: absolute;
	width: 8px;
	height: 558px;
	background: url('images/content_left.png') top left no-repeat;
}
#divContentMain {
	position: absolute;
	left: 8px;
	width: 990px;
	height: 455px;
}
#divContentRight {
	position: absolute;
	left: 998px;
	width: 2px;
	height: 558px;
	font-size: 1px;
	background: white;
}
#divContentTop {
	width: 990px;
	height: 272px;
	background: url('images/top_content_background.png') top repeat-x;
}
#divContentMiddle {
	width: 990px;
	height: 4px;
	background: #de00d1;
	font-size: 1px;
	line-height: 1px;
}
#divContentBottom {
	 width: 990px;
	 height: 280px;
	 background: url('images/bottom_content_background.png') left repeat-y;
	 border-bottom: 2px white solid;
}


#divMenu {
	position: absolute;
	left: 2px;
	top: 8px;
	height: 20px;
	width: 996px;
	text-align: right;
	padding-right: 10px;
}
.divMenuLinks {
	color: black;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.divMenuLink:hover {
	text-decoration: underline;
}


#divGrayMenu {
	position: absolute;
	left: 2px;
	top: 28px;
	height: 20px;
	width: 996px;
	background: black;
	font-size: 13px;
	z-index: 5;
   filter:alpha(opacity=30);   /* Internet Explorer       */
   -moz-opacity:0.3;           /* Mozilla 1.6 and below   */
   opacity: 0.3;               /* newer Mozilla and CSS-3 */
   font-family: Verdana, Arial, Times New Roman;
}
#divGrayMenuLinks {
	position: absolute;
	left: 2px;
	top: 28px;
	height: 20px;
	width: 996px;
	font-size: 13px;
	color: white;
	text-align: right;
	padding-right: 10px;
	z-index: 5;
}
.grayMenuLinks, .grayMenuLinks:visited {
	text-decoration: none;
	color: white;
	font-size: 13px;
	font-weight: bold;
}
.grayMenuLinks:hover {
	text-decoration: underline;
	color: white;
}




#divContent {
	width: 870px;
	height: 279px;
	color: #000;
}





#divFooterContainer {
	text-align: right;
}






.formLabel {
	text-align: right;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Times New Roman;
}
.formField {
	width: 300px;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Times New Roman;
}

.text {
	color: black;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Times New Roman;
}









.bookTitle, .Title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: black;
	padding-bottom: 4px;
}




.divThumb {
	width: 132px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	float: left;
}


.news_homepage {
	font-size: 14px;
	list-style: none;
}
.news_homepage A {
	font-size: 14px;
	list-style: none;
}
