html {
	height:100%;
}

body {
	background:url(img/bg.jpg) repeat-x #001d3a;
	letter-spacing:1px;
	text-align:center;
	min-height:100%;
	height:100%;
	font-size:9pt;
}

form {
	margin:0;
}

input, select {
	vertical-align:middle;
	font-size:9pt;
}

div, a {
	border:0px solid red;
	margin:0;
}

img {
	border:0px;
	vertical-align: middle;
	margin-bottom: .25em;
	margin:5px;
}

#container {
	margin:0 auto;
	position:relative;
	width:987px;
	height:100%;
}
	
#topDiv {
	float:left;
	overflow:auto;
	width:987px;
	height:108px;
}
	
#Mlogo {
	position:absolute;
	width:98px;
	height:85px;
	left:14px;
	top:12px;
}
	
#banner {
	position:absolute;
	width:832px;
	height:85px;
	left:132px;
	top:12px;
}
	
.topLine {
	float:left;
	width:987px;
	height:1px;
	background:url(img/top_line.jpg);
}

.bottomLine {
	float:left;
	margin-top:10px;
	width:987px;
	height:1px;
	background:url(img/bottom_line.png);
}

#topTxt {
	float:left;
	margin-left:250px;
	font-family:"arial";
	font-size:9pt;
	text-align:center;
	height:10px;
	margin-bottom:5px;
}
	
#topTxt a {
	color:white;
	text-decoration:none;
}
	
#topTxt a:hover {
	color:yellow;
	text-decoration:none;
}

#bottomDiv {
	float:left;
	overflow:auto;
	width:100%;
	background:url(img/line01.gif);
	margin-top:5px;
	border:red 0px solid;
}

#bottomDiv2 {
	float:left;
	overflow:auto;
	width:100%;
	margin-top:5px;
	border:red 0px solid;
}

#leftDivBook {
	float:left;
	overflow:auto;
	width:185px;
	font-family:"arial";
	color:white;
	font-size:9pt;
	text-align:center;
	margin-bottom:25px;
}
	
#book {
	margin-top:10px;
	margin-bottom:10px;
}
	
#blank {
	height:18px;
}
	
.menuBg {
	float:left;
	text-align:left;
	position:relative;
	background:url(img/menu_bg_a.jpg);
	width:111px;
	height:15px;
	padding-top:3px;
	padding-left:25px;
	font-size:9pt;
	margin-left:20px;
	color:white;
	text-decoration:none;
	cursor:pointer;
	border:#001427 1px solid;
}

.menuBg:hover {
	background:url(img/menu_bg_b.jpg);
	color:yellow;
	border:yellow 1px solid;
}

.menuBg2 {
	float:left;
	text-align:left;
	position:relative;
	background:url(img/menu_bg2_a.jpg);
	width:111px;
	height:15px;
	padding-top:3px;
	padding-left:25px;
	font-size:9pt;
	margin-left:20px;
	color:white;
	text-decoration:none;
	cursor:pointer;
	border:#001427 1px solid;
}

.menuBg2:hover {
	background:url(img/menu_bg_b.jpg);
	color:yellow;
	border:yellow 1px solid;
}

#centerDiv {
	float:left;
	overflow:auto;
	width:590px;
	color:white;
	margin-left:7px;
	border:yellow solid 0px;
	text-align:left;
	position:relative;
}

#centerDiv2 {
	float:left;
	overflow:auto;
	width:776px;
	color:white;
	margin-left:7px;
	text-align:left;
	position:relative;
}

.centerDiv2 {
	float:left;
	overflow:auto;
	width:776px;
	color:white;
	margin-left:7px;
	text-align:left;
	position:relative;
}

.topic {
	font-size:11pt;
	margin:3px;
	font-weight:bold;
	float:left;
	width:535px;
	border:red 0px solid;
	padding-top:5px;
	padding-bottom:5px;
}

.topicBig {
	font-size:15pt;
	margin:3px;
	font-weight:bold;
	float:left;
	width:535px;
	border:red 0px solid;
	padding-top:5px;
	padding-bottom:5px;
}

.topic1 {
	font-size:11pt;
	margin:3px;
	font-weight:bold;
	float:left;
	width:295px;
	border:red 0px solid;
	padding-top:5px;
	padding-bottom:5px;
}

.imgRight {
	float:right;
	margin:10px;
}

.content {
	padding-top:5px;
	padding-left:40px;
	font-size:9pt;
}

.content2 {
	padding-left:10px;
	font-size:9pt;
}

.blog_header {
	padding-top:5px;
	padding-left:40px;
	padding-bottom:5px;
	font-size:9pt;
}

.blog_footer {
	padding-top:5px;
	font-size:9pt;
	text-align:center;
	text-decoration:none;
}

.blog_footer a {
	color:white;
	text-decoration:none;
}

.blog_footer a:hover {
	color:yellow;
	text-decoration:none;
}

.newCatForm {
	float:left;
	clear:both;
	text-align:left;
	vertical-align:bottom;
	font-size:9pt;
	padding:5px;
	color:white;
}

.newCatTitle {
	float:left;
	text-align:left;
	padding-top:5px;
	font-size:9pt;
	width:70px;
}

.newCatInput {
	float:left;
	text-align:left;
	font-size:9pt;
}

.newCatSubmit {
	float:center;
	clear:both;
	text-align:center;
	vertical-align:bottom;
	font-size:9pt;
	padding:5px;
}

.newDrawForm {
	float:left;
	clear:both;
	text-align:left;
	vertical-align:bottom;
	font-size:9pt;
	padding:5px;
	color:white;
}

.newDrawTitle {
	float:left;
	text-align:left;
	padding-top:5px;
	font-size:9pt;
	width:70px;
}

.newDrawInput {
	float:left;
	text-align:left;
	font-size:9pt;
}

.newDrawSubmit {
	float:center;
	clear:both;
	text-align:center;
	vertical-align:bottom;
	font-size:9pt;
	padding:5px;
}


.form {
	width:570px;
	float:left;
	clear:both;
	text-align:left;
	vertical-align:bottom;
	font-size:9pt;
	padding:5px;
}

.form2 {
	width:756px;
	float:left;
	clear:both;
	text-align:center;
	vertical-align:bottom;
	font-size:9pt;
	padding:5px;
}

.formTitle {
	width:70px;
	float:left;
	text-align:left;
	padding-top:5px;
	font-size:9pt;
}

.formTitle2 {
	width:90px;
	float:left;
	text-align:left;
	padding-top:5px;
	font-size:9pt;
}

.formInput {
	
	float:left;
	text-align:left;
	font-size:9pt;
}

.formError {
	margin-left:10px;
	float:left;
	text-align:left;
	padding-top:5px;
	font-size:9pt;
	color:#DDDDDD;
	font-weight:bold;
}

.formSubmit {
	float:center;
	clear:both;
	text-align:center;
	vertical-align:bottom;
	font-size:9pt;
	padding:5px;
}

.moreInfo {
	float:right;
	font-size:9pt;
}
	
.moreInfo a {
	color:#7e7e7e;
	text-decoration:none;
}
	
.moreInfo a:hover {
	color:yellow;
	text-decoration:none;
}
	
#line01 {
	float:left;
	width:580px;
	height:1px;
	background:#193c5a;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:4px;}
	
#line03 {
	float:left;
	width:760px;
	height:1px;
	background:#193c5a;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:4px;}

#line04 {
	float:left;
	width:570px;
	height:1px;
	background:#193c5a;
	margin-bottom:10px;
}

#centerDiv02 {
	float:left;
	width:292px;
	color:white;
	margin-left:7px;
	border:yellow solid 0px;
	text-align:left;
	position:relative;
}


.imgLeft {
	float:left;
	margin:0;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:10px;
}

.topic2 {
	font-size:11pt;
	margin:3px;
	font-weight:bold;
	float:left;
	width:245px;
	border:red 0px solid;
	padding-top:5px;
	padding-bottom:5px;
}

#centerDiv03 {
	float:left;
	width:292px;
	color:white;
	margin-left:7px;
	border:yellow solid 0px;
	text-align:left;
	position:relative;
}

.topic3 {
	font-size:11pt;
	margin:3px;
	font-weight:bold;
	float:left;
	width:250px;
	border:red 0px solid;
	padding-top:5px;
	padding-bottom:5px;
}

#mainDiv {
	float:left;
	width:603px;
	border:0px red solid;
	margin-left:3px;
}

#mainDiv2 {
	float:left;
	width:789px;
	border:0px red solid;
	margin-left:3px;
}
	
#line02 {
	float:left;
	width:1px;
	height:218px;
	background:url(img/line02.gif);
	margin-left:3px;	
}

.cataTitle {
	float:left;
	position:relative;
	width:580px;
	background:#999999;
	color:white;
	text-align:left;
	font-size:9pt;
	padding-top:5px;
	padding-left:5px;
}

.catabg1 {
	float:left;
	position:relative;
	width:580px;
	background:#16304b;
	color:white;
	text-align:left;
	font-size:9pt;
	padding-top:5px;
	padding-left:5px;
}

.catabg1 a {
	text-decoration:none;
	color:white;
}

.catabg1 a:hover {
	text-decoration:none;
	color:yellow;
}

.catabg2 {
	float:left;
	position:relative;
	width:580px;
	background:#112438;
	color:white;
	text-align:left;
	font-size:9pt;
	padding-top:5px;
	padding-left:5px;
}

.catabg2 a {
	text-decoration:none;
	color:white;
}

.catabg2 a:hover {
	text-decoration:none;
	color:yellow;
}

.cataTitleB {
	float:left;
	position:relative;
	width:766px;
	background:#999999;
	color:white;
	text-align:left;
	font-size:9pt;
	padding-top:5px;
	padding-left:5px;
}

.catabgB1 {
	float:left;
	position:relative;
	width:766px;
	background:#16304b;
	color:white;
	text-align:left;
	font-size:9pt;
	padding-top:5px;
	padding-left:5px;
}

.catabgB1 a {
	text-decoration:none;
	color:white;
}

.catabgB1 a:hover {
	text-decoration:none;
	color:yellow;
}

.catabgB2 {
	float:left;
	position:relative;
	width:766px;
	background:#112438;
	color:white;
	text-align:left;
	font-size:9pt;
	padding-top:5px;
	padding-left:5px;
}

.catabgB2 a {
	text-decoration:none;
	color:white;
}

.catabgB2 a:hover {
	text-decoration:none;
	color:yellow;
}

.cataInput1 {
	float:left;
	position:relative;
	width:250px;
}

.cataInput2 {
	float:left;
	position:relative;
	width:150px;
}

.cataInput3 {
	float:left;
	position:relative;
	width:60px;
}

.cataInput4 {
	float:left;
	position:relative;
	width:60px;
}

.cataInput5 {
	float:left;
	position:relative;
	width:186px;
}

.cataInput6 {
	float:left;
	position:relative;
	width:40px;
}

.drawInput1 {
	float:left;
	position:relative;
	width:150px;
}

.drawInput2 {
	float:left;
	position:relative;
	width:350px;
}

.drawInput3 {
	float:left;
	position:relative;
	width:206px;
}

.drawInput4 {
	float:left;
	position:relative;
	width:40px;
}

.linkTitle {
	float:left;
	position:relative;
	width:766px;
	background:#999999;
	color:white;
	text-align:left;
	font-size:9pt;
	padding-top:5px;
	padding-left:5px;
}

.linkInput1 {
	float:left;
	position:relative;
	width:70px;
}

.linkInput2 {
	float:left;
	position:relative;
	width:620px;
}

.linkInput3 {
	float:left;
	position:relative;
	width:50px;
}

.blogTitle {
	float:left;
	position:relative;
	width:766px;
	background:#999999;
	color:white;
	text-align:left;
	font-size:9pt;
	padding-top:5px;
	padding-left:5px;
}

.blogSubject {
	float:left;
	position:relative;
	width:476px;
}

.blogWriter {
	float:left;
	position:relative;
	width:80px;
}

.blogDate {
	float:left;
	position:relative;
	width:200px;
}

.blogDate a {
	cursor:pointer;
}

#catalogue {
	float:left;
	width:583px;
	height:38px;
	margin-left:8px;
	background:url(img/cat.png);
	margin-bottom:10px;
}

#catalogue2 {
	float:left;
	width:583px;
	height:38px;
	margin-left:8px;
	background:url(img/cat2.png);
	margin-bottom:10px;
}

.catabgA {
	float:left;
	position:relative;
	width:580px;
	min-height:18px;
	background:#16304b;
	color:white;
	text-align:left;
	font-size:9pt;
	padding-top:5px;
	padding-left:20px;
}
	
.catabgB {
	float:left;
	position:relative;
	width:580px;
	min-height:18px;
	background:#112438;
	color:white;
	text-align:left;
	font-size:9pt;
	padding-top:5px;
	padding-left:20px;
}
	
.icon2 {
	position:absolute;
	left:5px;
	top:5px;
	margin:0;
	padding:0;
}

.cataTopic {
	float:left;
	position:relative;
	width:545px;
}

.cataTopic2 {
	float:left;
	position:relative;
	width:445px;
}

.cataPic {
	float:left;
	position:relative;
	width:100px;
	top:-2px;
}

.number {
	float:left;
	position:relative;
	width:30px;
}
	
#advDiv {
	float:right;
	width:186px;
	border:0px red solid;
	text-align:center;
	font-size:9pt;
	color:white;
}

.toggle {
	cursor:pointer;
}

#subscribed {
	text-align:center;
	border:0;
	margin:0;
	width:400px;
	height:332px;
	overflow:hidden;
}
	
#subscribed img {
	margin:0;
	padding:0;
}
	
.radioTxt {
	position:relative;
	width:20px;
	float:left;
	text-align:left;
	padding-top:5px;
	font-size:9pt;
}

.radioTxt2 {
	position:relative;
	width:35px;
	float:left;
	text-align:left;
	padding-top:5px;
	font-size:9pt;
}

.money {
	width:480px;
	float:left;
	text-align:left;
	padding-top:5px;
	font-size:9pt;
}

.radioTxt {
	position:relative;
	width:20px;
	float:left;
	text-align:left;
	padding-top:5px;
	font-size:9pt;
}

.formInput2{
	float:left;
	text-align:left;
	font-size:9pt;
	width:580px;
}

.formInputError{
	float:left;
	text-align:left;
	font-size:9pt;
	width:580px;
	color:yellow;
}

.formInput3{
	float:left;
	text-align:left;
	font-size:9pt;
	width:580px;
}

.lb{
	float:left;
	width:500px;
	text-align:left;
	height:20px;
}

.c2{
	float:left;
	overflow:hidden;
	width:250px;
	border:0px red solid;
	}
	
.c3{
	float:left;
	overflow:hidden;	
	width:100px;
	border:0px red solid;
	line-height:20px;
	}	


.c4{
	float:left;
	overflow:hidden;	
	width:300px;
	border:0px red solid;
	}	
	
.other{
	width:250px;
	}
	
.other2{
	width:150Px;
	margin:5px;
	}
	
.other3{
	width:400px;
	margin:5px;
	}
		
.other4{
	width:40px;
	margin:5px;
	}
	
#copyright {
	clear:both;
	color:white;
	font-size:9pt;
	padding-top:5px;
	padding-bottom:5px;
}

#copyright hr {
	clear:both;
	width:580px;
	border:1px #193c5a solid;
}

.comment {
	font-size:9pt;
}

.comment a {
	color:white;
	text-decoration:none;
}

.comment a:hover {
	color:yellow;
	text-decoration:none;
}

#cataPic {
	padding:0;
	float:left;
	margin-bottom:10px;
	text-align:center;
}

#cataPic img{
	margin:3px;
}

.draw{
	width:570px;
	clear:both;
	text-align:center;
	font-size:9pt;
	color:white;
	border:1px #193c5a solid;
	min-height:150px;
	margin:0 auto;
	overflow:auto;
}

.drawDesc{
	padding:10px;
}

.drawPrizePic{
	float:left;
	width:160px;
	height:100%;
	text-align:center;
	font-weight:bold;
	padding:10px;
}

.drawPrizeDesc{
	float:left;
	width:367px;
	height:100%;
	text-align:left;
	padding:10px;
}

.spacer{
	width:100%;
	height:20px;
	clear:both;
}