html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
#sidebar h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align: center;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	color: #FFF;
	padding-bottom: 10px;
	background-color: #000;
	letter-spacing: normal;
}
#main h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2.5em;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
}
#sidebar p {
	text-align: center;
	padding-bottom: 10px;
}
#main p {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#main .indenttext p {
	text-indent: 25px;
}
img.figure {
	padding: 10px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #000;
}

body {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 20px;
	margin-bottom: 0px;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center top;
}
#footer {
	background-image: url(/style_images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: left center;
	height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: center;
	margin-bottom: -10px;
	background-color: #FFF;
}

br.clear {
	clear: both;
}
#footer a {
	color: #FFF;
	font-size: 0.8em;
	text-decoration: none;
}
#footer a:hover {
	font-size: .8em;
	color: #F00;
	text-decoration: none;
}


#wrapper1 {
	background-color: #FFF;
	background-image: url(/style_images/sidebar_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#banner {
	background-image: url(/style_images/logo_bg.png);
	background-repeat: repeat-x;
	height: 193px;
	background-position: left bottom;
	background-color: #1d1d1d;
}
.articlelist li {
	list-style: none;
	background-image: url(/style_images/page_white_text.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-bottom: 10px;
	padding-left: 25px;
}
.author {
	font-size: .8em;
	font-style: italic;
}


html {
	background-color: #FFF;
	background-image: url(/style_images/overall_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#banner #logo {
	background-image: url(/style_images/logo2_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
}


#main {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 180px;
	background-image: none;
	background-repeat: repeat;
	background-position: left top;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
#nav {
	height: 25px;
	background-color: #324143;
	background-image: url(/style_images/nav_bg.png);
}

#banner img {
	position: relative;
	padding-left: 0px;
	float: none;
}
#logo {
	background-image: url(/style_images/logo2_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
}
#banner p img {
	float: none;
}
#sidebar {
	float: left;
	width: 180px;
	margin-top: 0px;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #900;
	margin-bottom: 0px;
	border-top-style: solid;
	display: inline;
}





*html #sidebar{
	display: inline;
}
.home {
	background-image: url(/style_images/house.png);
}
/* menu styles */
#jsddm {
	margin: 0;
	padding: 0
}

#jsddm li {
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial
}

#jsddm li a {
	display: block;
	text-decoration: none;
	border-right: 1px solid white;
	width: 100px;
	color: #EAFFED;
	white-space: nowrap;
	background-color: #324143;
	background-image: url(/style_images/nav_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}

#jsddm li a:hover {
	background-color: #24313C;
	background-image: url(/style_images/nav_hover.png);
	background-repeat: repeat-x;
}
#nav #jsddm .home a img {
	margin: 0px;
	padding: 0px;
}

		
#jsddm li ul {	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
}
		
#jsddm li ul li {
	float: none;
	display: inline;
}
			
#jsddm li ul li a {	
	width: auto;
	background: #A9C251;
	color: #24313C;
}
			
#jsddm li ul li a:hover {	
	background: #8EA344;
}

.float_right {
	float: right;
	border: 2px solid #666;
	padding: 10px;
	margin: 5px;
}

.float_left {
	float: left;
	border: 2px solid #666;
	padding: 10px;
	margin: 5px;
}

#main h3 {
	font-size: 1.5em;
	font-family: "Courier New", Courier, monospace;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}

.refrences li {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: .8em;
	list-style-position: outside;
	left: -25px;
	padding-left: 10px;
	margin-left: 30px;
	padding-right: 25px;
	padding-bottom: 10px;
}
.label {
	text-align: right;
	float: left;
	width: 8em;
	margin-right: 15px;
	background-color: #CCC;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

.figure img {
	border: 1px solid #666;
	padding: 10px;
}

.figure {
	float: right;
	width: 322px;
	margin: 15px 10px 5px 10px;
	text-align: center;
}

.figure p {
	color: #333;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #CCC;
	padding: 5px;
	border: 1px dashed #666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.checkmarks {
}
.checkmarks li {
	list-style: none;
	background-image: url(/style_images/tick.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-bottom: 10px;
	padding-left: 25px;
}
table {
	padding: 10px;
	width: 90%;
	margin-left: 35px;
	text-align: center;
}
.refrencetitle {
	background-color: #000;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.referencelist li {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 10px;
	border: 0px solid #000;
	font-size: .8em;
}

.photo img {
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #000;
}
