html, body {
	background-image: url(images/wall_blue.gif);
	background-repeat: repeat;
	background-position: center;
	margin:0;
	padding:0;
	text-align: center;
	height: 100%;
	width: 100%;
}
.p {
	margin:0px;
	padding:0px;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: top;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1B47B9;
}

p {
	padding-top:0px;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {
	border:0px;
}
div {
	margin:0px;
	padding:0px;
	font-family:verdana; font-size:12px;
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
a:link, a:visited{
	COLOR:inherit;
	text-decoration:inherit;
}

/* BODY */

#main {
	width:961px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3F7BAB;
	border-bottom-color: #3F7BAB;
	border-left-color: #3F7BAB;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

/* HEADER */

#DivHeader {
	width:100%;
	padding-top:0px;
	height:71px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	display:inline;
	text-align: center;
	vertical-align: top;
	background-image: url(images/top_bgimage.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#DivHeaderCenter {
	text-align: center;
	height: 69px;
	width: 961px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin: 0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3F7BAB;
	border-left-color: #3F7BAB;
}
#DivMenuHor {
	width:961px;
	padding:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	display:inline;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #5681DE;
	float: left;
	height: 32px;
	vertical-align: middle;
}

/* HORIZONTAL MENU */

#menuTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #1B47B9;
	margin-top: 8px;
}
#menuTop a:link, #menuTop a:visited {
	font-weight: bold;
	color: #1B47B9;
	text-decoration: none;
}
#menuTop a:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}

/* BODY CONTENT */

#DivBody {
	width:961px;
	padding-top:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	display:inline;
	min-height: 300px;
	text-align: left;

}

/* MENU LEFT */

#LeftMenuouterDiv {
	WIDTH: 200px; 
	height: auto; 
	POSITION: relative; 
	margin-top: 16px; 
	margin-left: 20px; 
	margin-right: 65px; 
	margin-bottom: 30px; 
	float: left;
}
#semiTransparentDiv {
	Z-INDEX: 1;
	WIDTH: 100%;
	POSITION: absolute;
	HEIGHT: 100%;
	BACKGROUND-COLOR: #1849b5;
	FILTER: alpha(opacity=27);
	-moz-opacity: .27;
	opacity: .27
}

/* MENU LEFT CONTENT NEW */

#MenuLeft{
	width: 100%;
	z-index: 2;
	position: relative;
}
#MenuLeft ul {
	WIDTH: 100%; 
	list-style:none;
	display:block;
	padding:0px;
	margin: 0px;
	float:none;
}
#MenuLeft li {
	list-style:none;
	border-bottom: solid 1px #000099;
	color: #000000;
	white-space:nowrap;
	padding:6px 2px 5px 16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;	
}
#MenuLeft li a:link, #MenuLeft li a:visited {
	text-decoration:none;
	color:#000000;
}
#MenuLeft li a:hover {
	color:#FFFFFF;
}


/* MENU LEFT CONTENT */

#menuLeftHeader {
	width: 100%;
	z-index: 2;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menuLeftHeader p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1946B5;
	margin-left: 16px;
	margin-top: 6px;
	margin-bottom: 5px;
}

#menuLeftSearch {
	width: auto;
	z-index: 2;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-left: 16px;
	margin-top: 16px;
	margin-bottom: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1946B5;
}
#textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	width: 160px;
	margin-bottom: 8px;
	border: 1px solid #1946B5;
	margin-top: 4px;
}

/* RIGHT COL */

#DivBodyRight {
	float: right;
	width: 676px;
	margin: 0px;
	min-height:200px;
}

/* SHOP */

#ShopouterDiv {
	WIDTH: 100%;
	height: 25px;
	POSITION: relative;
}
#semiTransparentDiv_shop {
	Z-INDEX: 1;
	WIDTH: 100%;
	POSITION: absolute;
	BACKGROUND-COLOR: #1B47B9;
	FILTER: alpha(opacity=20);
	-moz-opacity: .20;
	opacity: .2;
	height: 100%;
}
#ShopinnerDiv {
	z-index: 2;
	position: relative;
	text-align: left;
}

#ShopinnerDiv div {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1B47B9;
	text-align: left;
	width: auto;
	float: left;
	vertical-align: top;
}
#ShopinnerDiv #image {
	margin:0px;
	border: none;
}
#ShopinnerDiv font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:25px;
	color: #000000;
	margin-left: 8px;
	margin-right: 8px;
}
#ShopinnerDiv a:link, #ShopinnerDiv a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#ShopinnerDiv a:hover {
	color: #1B47B9;
	text-decoration: underline;
}
#ShopinnerDiv #right {
	border: none;
}

/* CONTENT RIGHT COL */

#DivBodyRight p {
	margin-right: 145px;
	margin-bottom: 8px;
	margin-top: 16px;
}

/* BOOK TABLE */

#BookouterDiv {
	WIDTH: 629px;
	height: auto;
	POSITION: relative;
	margin-top: 8px;
	float: left;
	border: solid 1px #1946B5;
}
#BookouterDiv  p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin-left: 12px;
	margin-right: 10px;
	margin-top: 14px;
	margin-bottom: 14px;
}

#semiTransparentDiv_book {
	Z-INDEX: 1;
	WIDTH: 100%;
	POSITION: absolute;
	HEIGHT: 100%;
	BACKGROUND-COLOR: #FFFFFF;
	FILTER: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .5
}
#BookTitleDiv {
	width: 100%;
	z-index: 2;
	position: relative;
	background-color: #B7C8EE;
	vertical-align: top;
	margin: 0px;
	height: 20px;
	border-bottom: solid 1px #1946B5;
	text-align: left;
	background-image: url(images/bullet_square.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#BookTitleTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #1946B5;
	margin-left: 33px;
	position: absolute;
	overflow: hidden;
	text-align: left;
}
#BookContentTable {
	z-index: 2;
	position: relative;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#BookInfo {
	width: 180px;
	height: 100%;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding: 0px;
	text-align: left;
	margin: 0px;
}
#BookImage {
	width: 180px;
	min-height: 100%;
	height: 100%;
	margin: 0px;
	float: left;
	padding: 0px;
	vertical-align: middle;
}
#BookImage img {
	margin-top: 12px;
	margin-bottom: 12px;
	border: 1px solid #1849B5;
}
#BookResume {
	width: 268px;
	height: 100%;
	float: right;
	padding: 0px;
	margin: 0px;
}
#BookResume a:link, #BookResume a:visited {
	font-weight:bold;
	text-decoration: underline;
}
#BookResume a:hover {
	text-decoration: none;
}
#footer {
	height: 20px;
	width: 100%;
}

