/* green:green | gold:gold | grey:#888 */

/* * {margin:0;padding:0;border:none;text-align:left;}

html {display:block;width:100%;margin:0 auto;text-align:center;} */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

body {
	width:100%;
	margin:0 auto;
	font-size:100%;
	font-family:Calibri, Helvetica, Arial, Sans-serif;
	line-height:1.3em;
	color:#333;
	text-align:left;
	background:#888; /* url("graphics/bg-body.jpg") #ccc repeat-x fixed; */
}

a:link, a:visited {
	color:blue;
	text-decoration:underline;
}
	
a:hover {
	color:red;
	text-decoration:none;
}
	
a:link.imagelink, a:visited.imagelink, a:hover.imagelink {
	border:0;
}

a:link.noborder, a:visited.noborder, a:hover.noborder {
	color:#fff;
	text-decoration:none;
	border-bottom:0;
}

p, h1, h2, h3 , h4, h5, h6 {
	padding:10px 0px 5px 0px;
}

h1, h2, h3, h4, h5, h6 {
	color:#333;
	line-height:1em;
}
	
h1 {
	font-size:1.6em;
	font-weight:normal;
}

h2 {font-size:1.3em;}
h3 {font-size:1.2em;}
h4 {font-size:1.1em;}
h5 {font-size:1em;}
h6 {font-size:0.8em;}

fieldset {
	border:solid 1px #ccc;
	padding:20px;
}

legend {
	padding:0px 20px;
	font-size:16pt;
	color:#e14920;
	line-height:20pt;}

li {
	list-style:disc outside;
	margin-left:15px;
}

ol li {
	list-style:decimal outside;
	margin-left:25px;
}
#formcontact {
	padding:10px;
	border:1px solid white;
	background:#003082;
	text-align:left;
	width:420px;
}

.form_field {
	background:#fdfdfd;
	border:solid 1px #dcdcdc;
	margin:3px 0px;
}

textarea {
	background:#fdfdfd;
	border:solid 1px #dcdcdc;
}

input.button_red {
	padding:3px 5px;
	font-size:1.4em;
	font-weight:bold;
	background:#fcc;
	border:solid 1px red;
	color:#733;
	text-align:center;
}

input.button_green {
	padding:3px 5px;
	font-size:1.4em;
	font-weight:bold;
	background:lime;
	border:outset 2px #6f8;
	color:#052;
	text-align:center;
	}

form div {
	text-align:left;
	clear:left;
}
	
label {
	float:left;
	margin-right:5px;
	width:150px;
	font-size:1em;
	text-align:right;
}

/* green:green | gold:gold | grey:#888 */

#container {
	position:relative;
	margin:0 auto;
	width:930px;
	/* border: solid 1px #eee;
	border-top:0;
	border-bottom:0; */
	background:url("graphics/bg-container.jpg") #eee no-repeat bottom left;
}
	
#head {
	width:100%;
	margin:0 auto;
	text-align:left;
	z-index:-1;
}

#head #logo {
	width:930px;
	height:130px;
	z-index:-1;
}

#head #pagetitle {font-size:0.8em;display:none;visibility:hidden;}

#today {
	position:absolute;
	top:78px;
	right:5px;
	font-size:11px;
	color:#eee;
}

#page {
	display:block;
	margin-top:0;
}
	
#page #content {
	float:left;
	padding:5px 20px 20px 20px;
	width:670px;
	z-index:99;
}

#content table {
	margin:10px;
	border:solid 1px #fff;
}

#content table .align_l {
	text-align:left;
}

#content td {
	padding:5px;
	text-align:center;
	border:0;
	border-bottom:solid 1px #fff;
}

#content tr.noborder td {
	border-bottom:0;
}

#content table.floatleft-top5 {
	float:left;
	margin:10px 0px 10px 10px;
	padding:0;
	width:310px;
}

#content td h2 {
	font-size:12pt;
	color:red;
}

#page #menu {
	float:right;
	display:block;
	width:220px;
	height:680px;
	padding-top:50px;
	font: 14pt 'comic sans ms', Verdana, Arial, Sans-Serif bold;
	line-height:16pt;
	text-align:center;
	background:url("graphics/bg-menu.jpg") #eee no-repeat top right;
	z-index:100;
}

#page #menu a:link, #menu a:visited {
	clear:left;
	display:block;
	margin:0px 8px;
	padding-left:20px;
	width:auto;
	height:30px;
	color:blue;
	text-decoration:none;
	z-index:110;
}

#page #menu-whl a:link, #menu-whl a:visited {
	color:green;
}
	
#page #menu a:hover {
	color:red;
	text-decoration:none;
	/* background:url("graphics/link-underline.png") no-repeat bottom center; */
}
	
#page #menu a:link.active_link, #menu a:visited.active_link {
	color:#333;
	text-decoration:none;
	background:url("graphics/link-underline.png") no-repeat bottom center;
}

#page #menu .adsense {
	margin-top:100px;
}

#page .adsense-txt {
	margin:20px;
}

#page #footer {
	clear:both;
	display:block;
	width:100%;
	margin:0;
	padding:2px 0px;
	background:black;
	font-weight:normal;
	font-size:9pt;
	text-align:center;
	color:#eee;
	z-index:101;
}
	
#page #footer a:link, #footer a:visited {
	color:#eee;
	text-decoration:none;
}
	
#page #footer a:hover {
	color: #eee;
	text-decoration:none;
	border:0;
}
	
#page #footer img {
	clear:left;
	margin-top:5px;
}

.newsflash {
	border-bottom:dashed 1px #fff;
}


.heading {
	color:violet;
	font-size:13pt;
	font-weight:bold;
	/* text-transform:capitalize; */
}

.ns {
	position:absolute;
	font-family:verdana,sans-serif;
	font-size:1em;
	display:none;
}

.align_l {text-align:left;}
.align_c {text-align:center;}
.align_r {text-align:right;}
.align_j {text-align:justify;}
.align_t {vertical-align:top;}
.align_m {vertical-align:middle;}
.align_b {vertical-align:bottom;}

.img_l {margin:0px 10px 10px 0px;}
.img_r {margin:0px 0px 10px 10px;}

/* green:green | gold:gold | grey:#888 */

.related-box {
	float:right;
	margin-left:10px;
	margin-top:5px;
	padding:10px;
	border-right:solid 1px #fff;
	border-bottom:solid 1px #fff;
	background:url("graphics/bg-container.jpg") #f9f9f9 no-repeat 30% 70%;
}

.adsense-in-content {
	float:left;
	margin-right:15px;
	margin-top:5px;
	width:260px;
	height:260px;
}

.txt {font-size:1em;}