body
{
	background-color: #fff;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
}



#thetop
{
	width: 630px;
	margin-top: 10px;
	border: none;
}

#sidebar
{
	width: 230px;
	padding: 8px;
	margin-left: 770px;
	border: none;
}
hr
{
	clear: both;
}

a
{
	color: black;
	text-decoration: none;
	border-bottom: 1px black dotted;
}



#sidebar table.box.box2 tbody tr td.body ul li {
	list-style-type: none;
	text-align: left;
	text-indent: 0px;
}

#sidebar table.box.box2 tbody tr td.body ul {
	margin: 1px;
	padding: 0;
}

a:hover
{
	color: red;
	text-decoration: none;
	border-bottom: 1px blue dotted;
}

p
{
	margin: 10px;
	margin-bottom: 10px;
}

h1, h1 a
{
	margin: 0px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	line-height: 1em;
	border-color: white;
	border: none;
}

h2, h2 a
{
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1em;
	color: #999999;
	border-color: blue;
	border: none;
}

h1 a:hover, h2 a:hover
{
	border-bottom: 1px solid;
}

h3
{
	margin: 5px 0px 7px 0px;
	font-weight: bold;
	font-size: 13px;
}

#content table.box.box1 tbody tr td.body ul li {
	margin: 5px;
	padding: 3px;
	float: none;
}

h4
{
	margin: 0px 0px 20px 7px;
	font-weight: bold;
	font-size: 13px;
	color: #084A86;
}

#header
{
	position: relative;
	z-index: 9999;
	border: none;
	repeat: none;
	height: 240px;
}

#container
{
	position: relative;
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	padding-bottom: 0px;
	background-color: #E8E8E8;
	border: 1px #D7D7D7;
}

#content
{
	padding: 0px;
	float: left;
	width: 768px;
	border: none;
}

#footer
{
	position: relative;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	color: white;
	text-align: right;
	line-height: 1em;
	font-size: 10px;
	padding: 5px 20px;
	border: none;
}

ul.navTop
{
	position: absolute;
	top: 210px;
	left: 225px;
	height: 20px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	line-height: 1em;
	padding: 4px 4px;
	margin: 0px;
	border: none;
}

.navTop li
{
	float: left;
	list-style: none;
	margin-right: 20px;
	position: relative;
	height: 20px;
}

.navTop li ul
{
	position: absolute;
	top: 100%;
	left: 0px;
	width: 15em;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid white;
	background-color: blue;
	display: none;
}

table.othermwks {
	background-color: #E7E6E6;
	text-align: center;
	padding: 5px;
	width: 90%;
	border-bottom-style: dotted;
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-left: 5%;
	margin-top: 0;
}


table.highlights {
	text-align: center;
	padding: 5px;
	width: 90%;
	margin-left: 5%;
	margin-top: 20;
}


.navTop li a
{
	color: black;
	display: block;
	width: auto;
	font-weight: bold;
	text-decoration: none;
	border: none;
	padding: 2px;
}

.navTop li ul li
{
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.navTop li:hover ul
{
	display: block;
}

.navTop li:hover ul li, .navTop li:hover ul li a
{
	background-color: blue;
	color: white;
}

.navTop li:hover, .navTop li:hover a, .navTop li ul li:hover, .navTop li ul li:hover a
{
	background-color: white;
	color: blue;
}

.navTitleLeft, .navTitleRight
{
	background-image: url(../images/title_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	padding: 0px 10px;
	vertical-align: middle;
}

.navTitleRight
{
	background-color: white;
}

.box
{
	margin-bottom: 10px;
	width: 100%;
	table-layout: auto;
	empty-cells: show;
	border-spacing: 0px;
	border-padding: 0px;
	border: 1pt grey;
	background-color: white;
}



.body
{
	background-color: white;
	padding: 1px 10px;
}

.seperator
{
	margin: 0px;
	margin-top: 5px;
	line-height: 1px;
	border: none;
	background-color: blue;
}

.footLeft, .footRight
{
	height: 10px;
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px 10px;
	font-size: 9px;
	vertical-align: middle;
}

.footRight
{
	background-position: right bottom;
	text-align: right;
}

#sidebar .foot span, #sidebar .seperator
{
	display: none;
}


.box1 h2, .box1 h2 a
{
	border-color: grey;
}


.box2 h2, .box2 h2 a
{
	border-color: white;
}


.box2 .seperator
{
	display: none;
}

.box2 .foot span, .box2 .foot span a
{
	color: white;
	border-color: white;
}


.box3 h2, .box3 h2 a
{
	color: blue;
	border-color: blue;
}

.box3 .footLeft, .box3 .footRight
{
	background-image: url(../images/box1_foot_bg.gif);
}

.box3 .foot span, .box3 .seperator
{
	display: none;
}

.links .spacer
{
	background-color: transparent;
	height: 10px;
}

.paging a, .paging a:hover
{
	border: none;
}

.pagingRight
{
	text-align: right;
}

/* for mwks6 images on front page */
.mwks6 {
	float: right;
}


form * label
{
	display: block;
	float: left;
	width: 20%;
	text-align: right;
	padding-right: 5px;
	margin-top: 5px;
}

form * label.zemRequired
{
	font-weight: bold;
}

form * input[type=text], form * input[type=password], form * input[type=file], form * textarea, form * select
{
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	width: 75%;
}

form * input[type=radio], form * input[type=checkbox]
{
	display: block;
	float: left;
	margin-top: 5px;
	margin-left: 21%;
}

form * input[type=radio] + label, form * input[type=checkbox] + label, form * input[type=text] + label, form * input[type=password] + label, form * input[type=file] + label, form * input[type=button] + label, form * input[type=submit] + label, form * input[type=reset] + label, form * input + input
{
	display: block;
	float: left;
	margin-left: 0px;
	width: auto;
	text-align: left;
}

form * br
{
	clear: both;
}

.rssThumbFloat a
{
	border: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content p
{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;

}

#content .foot
{
	text-align: left;
	font-size: small;
	clear: both;
}

#content form * label
{
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 5px;
	color: black;
}

#content form * label.zemRequired
{
	font-weight: bold;
}

#content form * input[type=text], #content form * input[type=password], #content form * input[type=file], #content form * textarea, #content form * select
{
	display: block;
	float: left;
	margin-right: 5px;
	max-width: 138px;
}

#content form * input[type=submit]
{
	width: auto;
	display: inline;
	float: none;
	margin-left: 110px;
}

#content .report
{
	background-color: #E7E7E7;
	border-style: dotted;
	border-width: 1pt;
	margin: 4px;
}

* html content .report
{
	margin: -10px 0px 0px 0px;
}

html>body content .report
{
	margin: -10px 0px 0px 0px;
}

#content .report_top
{
	background-color: #DBD9FF;
	border-style: solid;
	border-width: 1pt;
	padding: 4px;
	margin: 4px;
}

.smd_slimbox
{
	float: left;
	width: 600px;
	margin: 1em 0;
	clear: both;
	list-style: none;
}

.smd_slimbox li
{
	width: 150px;
	height: 150px;
	float: left;
	margin: 1em auto;
	text-align: center;
}

.smd_slimbox img
{
	margin: 0 auto;
}

.smd_slimbox span
{
	float: left;
	width: 140px;
	padding: 2px 0 0 5px;
}

.smd_slimbox_nav
{
	clear: both;
	width: 500px;
	padding: 20px;
}

.smd_slimbox_prev
{
	float: left;
}

.smd_slimbox_next
{
	float: right;
}

.parathumb span
{
	float: right;
	clear: right;
	margin-top: 8px;
	margin-left: 1px;
	position: absolute;
}

#lbOverlay
{
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer
{
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading
{
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage
{
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink
{
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink
{
	left: 0;
}

#lbPrevLink:hover
{
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink
{
	right: 0;
}

#lbNextLink:hover
{
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom
{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink
{
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber
{
	margin-right: 71px;
}

#lbCaption
{
	font-weight: bold;
}

.report_category
{
	font-size: 12px;
	font-weight: bold;
	margin: 10px 10px 10px 10px;
	color: black;
	line-height: 200%;
}

.reptext
{
	margin: 0px 10px 0px 10px;
}

.category_download
{
	font-size: 12px;
	font-weight: bold;
	margin: -10px 0px 0px 7px;
	margin-bottom: 20px;
}

.newsletter
{
	background-color: silver;
	border: 1px dashed gray;
	margin: 0px 0px 30px 0px;
}

#content .report_top_category
{
	background-color: #FFCE3C;
	border-style: solid;
	border-width: 1pt;
	padding: 4px;
	margin: 8px;
}

.report_category_active
{
	padding: 4px;
	margin: 8px;
	color: white;
	background-color: #074A86;
	text-shadow: silver 1px 1px 3%;
	line-height: 160%;
}

.cat_head
{
	margin: 12px;
	font-weight: bold;
	font-size: 13px;
	color: #084A86;
	vertical-align: 12px;
}

.support_button
{
	width: 160px;
	align: center;
	margin: 0px 0px 0px 13px;
}

.each_report_head
{
	font-size: 11px;
	font-weight: bold;
	margin: -5px 5px 10px 1px;
	color: blue;
}

p.report_cats
{
	line-height: 30px;
}

#ie7up
{
	margin-bottom: 26px;
}

#ie6only
{
	margin-bottom: 26px;
}

.paypalzone
{
	background-color: #F2F2F2;
	border: 2px ridge orange;

}

#sidebar table.box.box2 {
	border: 1px solid #EFA119;
	border-top: 4px solid #EFA119;
}

img.boring 
{
	border: 0px;
	border-bottom-style: none;
}

#header a
{
	border-bottom: none;
}