* {
	margin: 0;
	padding: 0;
}
body {
	background: #CCCCCC;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}


/* wrapper */
div#wrap {
	width: 980px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}

/* header & nav */
div.header {
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 55px 0px 40px 10px;
}
div#logo {
	background-image: url(images/smllogo.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding: 55px 0px 40px 10px;
}

div#nav {
	background: #416C9C;
	background-image: url(images/navbg.jpg);
	background-repeat:repeat-x;
	height: 50px;
	border-bottom: 1px solid #416C9C;
	border-top: 1px solid #325277;
}

div#nav ul {
	float:left;
	margin:0;
	padding: 0px 0px 0px 10px;
}

div#nav ul li {
	display:block;
	float:left;
}
div#nav ul li a {
	float:left;
	border:none;
	padding: 16px 10px 0px 10px;
	height:35px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:0.8em;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}
div#nav ul li a:hover {
	color:#CCCCCC;
	background-color:#333399;
}

/* headers */
h1 {
	font-size: 42px;
	padding-left: 10px;
	text-align: left;
}
h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #000d75;
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
}
h2 {
	text-align: left;
	font-size: 32px;
	padding: 0 0 10px 10px;
	color: #cc0000;
	font-family: Times New Roman, Times, serif;
}
h3 {
	text-align: left;
	font-size: 30px;
	padding: 0 0 10px 10px;
	color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 1.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #cc0000;
	letter-spacing: -1px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #cc0000;
	font-weight: normal;
	letter-spacing: -1px;
}



/* element defaults */
p {
	margin-bottom: 20px;
	line-height: 1.7em;
	font-size: 0.95em;
	color: #333333;
}
ul {
	padding: 0 0 20px 35px;
	list-style: none;
}
code {
	border: 1px solid #dddddd;
	color: #666666;
	display: block;
	padding: 10px;
	margin: 10px 0;
}

/* default forms */
fieldset {
	border:none;
	display:block;
	padding:0;
	margin:0;
}
fieldset legend {
	color:#cc0000;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:0.9em;
	font-weight:bold;
	margin:0 0 0 10px;
}
form {
	margin:0;
	padding:7px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
form input, form textarea, form select {
	border:1px solid #dddddd;
	padding:4px;
}
form optgroup {
	font-style:normal;
}
form input:focus, form textarea:focus {
	border:1px solid #839afb;
	background-color:#b4dcfd;
}
form label {
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
form input.formbutton {
	font-weight:bold;
	background-color:#030d95;
	color:#ffffff;
	padding:5px 10px;
}

/* default tables */ 
table {
	width: 100%;
	margin-bottom: 10px;
}
table tr th, table tr td {
	padding: 5px 10px; 
}
table tr th {
	background: #000d75 none repeat-x scroll bottom left;
	color: #ffffff;
	border-top: 2px solid #666699;
}
table tr td {
	border-bottom: 1px solid #dddddd;
}


/* default links */
a, a:visited { 
	color: #000d75;
} 
a:hover { 
	color: #283039; 
}
	

/* centeral page */
div.page {
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
div.page ul {
	font-size: 0.95em;
	color: #333333;
}
div.page ul li {
	padding: 2px 0;
}
div.page p {
	text-align: justify;
	font-family: Helvetica, Arial, sans-serif;
	color: #444444;
}

/* content */
div.page-wrap {
	background-color: #ffffff;
	padding: 20px 10px 20px 10px;
	clear: both;
	width: auto;
	height: auto;
}

div.content {
	background-color: #ffffff;
	float: left;
	width: 610px;
	padding-right: 20px;
}
div.contentfull {
	background-color: #ffffff;
	float: left;
	width: 910px;
	padding-right: 20px;
}

/* sidebar */
div.sidebar {
	padding-left: 20px;
	float: left;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
}
div.sidebar p { 
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 40px;
}
div.sidebar ul {
	margin: 0 0 40px 0;
	padding: 0;
}
div.sidebar ul li {
	padding: 5px 0;
}

/* footer */
div.footer {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 100px 0px 50px;
}
/* misc classes */
.clear {
	clear: both;
}

.hs {
color:#000;
}

.show {
line-height:25px;
text-align:center;
border:1px dotted #ccc;
margin-top:10px;
}

.hide {
display:none;
}

#d0,#d2,#d4 {
border-color:#900;
}

#d1,#d3 {
border-color:#090;
}

.left
{ float: left;
  width: auto;
  margin-right: 10px;}

.right
{ float: right; 
  width: auto;
  margin-left: 10px;}

.center
{ display: block;
  text-align: center;
  margin: 20px auto;}


