body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

body {
  background: #868686;
  color: #000000;
  font: 100% Verdana, Arial, Helvetica, sans-serif;	
  text-align: center;
}

/* links  */

a {
  color: #355D94;
  text-decoration: underline;
}
a:hover { color: #355D94; }

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {font-size:1em}

/* classes */

.error { color: red; }

/* page structure & layout */

#page {
  background: #f8fdfe;
  border: 1px solid #666666;
  margin: 0 auto;
  text-align: left;
  width: 880px;
}
#header {	
  background: #355D94;
  overflow: auto;
  position: relative;
}
#nav {
background:#eeeeee none repeat scroll 0 0;
font-size:13px;
}
#breadcrumb {
  background: #87BCD8;
  border-bottom: 2px solid #90C7E4;
  color: #4C7897;
  font-size: 1.2em;
  height: 46px;
  position: relative;
}
#info {
  background: #76AAC9; 
  border-bottom: 3px solid #93CCEA;
  color: #E4EEF4; 	
  font-size: 1.2em;
  line-height: 2.0em;	
  position: relative;
  padding: 20px 230px 20px 30px;
}
#content {
  float: left;
  font-size: 13px;
  line-height: 1.5em;
  padding: 0px;
  width: 619px;
  border-right:1px solid #DDDDDD;
}
#sidebar {
  float: right;
  font-size: 13px;
  line-height: 1.4em;
  padding: 5px;
  width: 250px;
}
#footer {
border-top:1px solid #DBDFE0;
clear:both;
color:#666666;
font-size:12px;
padding:10px;
}

/* header */

#header h1 {
float:left;
font-size:4em;
margin:20px 0 0 45px;
}
#header h1 a {
  color: #9ca9b7;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
  text-decoration: none;
}
#header h1 a:hover {color: #fff;}
#header p {
color:#FFFFFF;
font-size:14px;
padding:16px;
}

/* navigation */

#nav ul {
  display: inline;
}
#nav li {
  display: block;
}
#nav li a {
color:#000000;
display:block;
line-height:1em;
margin:0 1px;
padding:7px 20px;
text-align:left;
text-decoration:none;
}
#nav li a:hover,
#nav li a.current { 
	font-weight: bold; 
}

/* breadcrumb */

#breadcrumb a {
  color: #4c7897;
  text-decoration: none;
}

/* info */

#info a {
  color: #E4EEF4;
}

/* content */

#content h2 {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 0 0 17px 0;
  line-height:150%;
}
#content h2 a {
  color: #76aac9;
  text-decoration: none;
}
#content h2 a:hover {
  color: #7C90A1;
}
#content h3, #content h4 {
  background: none;
  border-bottom: 1px solid #dfe3e4;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
}
#content p {
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
#content ol {
line-height:1.8em;
list-style-type:decimal;
margin:0 30px 20px;
}
#content ul {
  line-height: 1.8em;
  margin: 0 30px 20px 30px;
}
#content ul li {
  line-height: 1.2em;
  list-style: square;
  padding-left: 2px;
}

/* secondary content */

#sidebar h2, #sidebar h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0 5px 0;
  padding: 7px 0 7px 0;
}
#sidebar p { margin: 0 0 10px; }
#sidebar ul {
  margin: 7px 0 20px 20px;
}
#sidebar ul li {
  line-height: 18px;
  list-style: square;
}	
#sidebar a {
  color: #4B798B;
}
#sidebar a:hover { color: #231f20; }

#sidebar ul ul {
	margin: 0px;
}
#sidebar ul ul li {
	padding-left: 10px;
	font-size: 12px;
}

/* footer */

#footer p {
  line-height: 1.5em;
  margin-top: 15px;
  text-align: center;
}
#footer a {
  color: #aaa;
  text-decoration: underline;
}

/* misc */

a img { border: none; }
acronym { cursor: help; }
blockquote {
line-height:1.5em;
margin:0 10px 20px;
padding:0 10px;
}
.hide { display: none; }
.show { display: inline; }

hr {
	border: 0px none;
	background: #dddddd;
	height: 1px;
	margin:20px 0;
}

pre, code { font-size: 1.1em; line-height: normal; background: #eee; color: #444; }

/* classes */

.right, .left {
  background: #fff;
  border: 1px solid #e3e7e8;
  float: left;
  margin: .5em 12px 6px 0;
  padding: 6px;
}
.right {
  float: right;
  margin: .5em 0  6px 12px;
}
.left {
  float: left;
  margin: .5em 12px 6px 0;
}

/* comment */
.comment-form-body {
  width: 450px;
}

.sidebar-two {
	padding: 0px 15px;
}

.header-text {
	background: url(../../images/top-bar.gif);
	float:right;
	width:670px;
	height: 85px;
	overflow: hidden;
}
.home-content-top {
	background: url(../../images/home-main-back.png);
	border-bottom: 1px solid #dddddd;
}
.home-content-top ul {
	padding-top: 10px;
}
.home-content-top ul li {
font-family:arial;
font-size:20px;
font-style:italic;
font-weight:bold;
margin:10px 0;
color: #ffffff;
}
.home-content-top p {
font-family:arial;
font-size:15px;
letter-spacing:1px;
padding:0px 15px;
}
.home-content-bottom {
	padding: 20px;	
}
.page_content {
	padding: 20px;
}
.table-border td {
	border: 1px solid #000000;
}
