body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
abbr,acronym { border:0; }

a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #333333;
	letter-spacing: 0.2px;
	overflow: hidden;
}

h1, h2, h3, h4, h5 {
	color: #333333;
	clear: both;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 15px;
}
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }

ul, ol {
	list-style-type: square;
	margin: 0 0 20px 40px;
}
ol {
	list-style-type: decimal;
}

p img {
	float: left;
	margin: 6px 10px 10px 0;
}

pre, code {
	color: #555555;
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 20px 20px 20px;
}

blockquote {
	background: #f0f0f0;
	border-left: 5px solid #b0b0b0;
	font-style: italic;
	margin: 0 20px 20px 20px;
	padding: 4px 15px;
}

/* classes */
.clear {
	clear: both;
}
/* body */
body {
	background: #eaeaea url("body-bg0.jpg") repeat-x top;
	color: #333333;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.8;
}

/* container */
#container {
	margin: 0 auto;
	width: 960px;
}

/* header */
#header {
	background: url("header-l.png") no-repeat top;
	height: 100px;
	position: relative;
}
#headerLogo {
	margin-top: 5px;
	font-size:36px;
	font-weight:bold;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}
#headerLogo a {
	color: #ffffff;
}

#headerLogo2 {
	margin-top: 60px;
	font-size:14px;
	font-weight:bold;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}
/* main navigation */

#nav {
	border: 1px solid #006993;
	border-right: 0;
	float: right;
	list-style-type: none;
	margin: 28px 0 0 0;
	position: relative;
	height: 40px;
	width: auto;
	z-index: 50;
}
#nav li {
	border-right: 1px solid #006993;
	display: block;
	float: left;
	position: relative;
}
#nav li a {
	background: url("nav-bg00.png") repeat-x top;
	border-bottom: 1px solid #54bcdf;
	border-right: 1px solid #54bcdf;
	color: #003333;
	display: inline-block;
	height: 30px;
	padding: 9px 14px 0 14px;
}
#nav li a:hover, #nav li a.selected {
	background: url("nav-sele.png") repeat-x top;
	text-decoration: none;
}

/* content */
#content {
	background-color: #f8f8f8;
	clear: both;
	overflow: hidden;
	height: 100%;
}

/* leftColumn */
#leftColumn {
	background: #f8f8f8 url("column-s.png") repeat-y right;
	display: inline;
	float: left;
	width: 580px;
	padding: 20px 30px 20px 20px;
}

#pageTitle {
	border-bottom: 1px solid #e0e0e0;
	margin: -10px 0 20px 0;
	padding: 0 0 10px 0;
}

/* rightColumn */
#rightColumn {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	width: 290px;
	padding: 20px;
}

#rightColumn h2.title {
	background: url("sidebar-.png") no-repeat top left;
	color: #f8f8f8;
	height: 25px;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 3px 0;
	padding: 5px 0 0 10px;
}

.sidebarBox {
	margin-bottom: 20px;
	padding: 4px;	
}

/* side menu */
.sideMenu {
	list-style: none;
	margin: 0 0 20px 0;
}
.sideMenu li {
	background: url("line0000.gif") repeat-x bottom;
	display: block;
	padding: 0 0 3px 0;
}
.sideMenu li a {
	display: inline-block;
	padding: 4px 4px 4px 8px;
	width: 278px;
}
.sideMenu li a:hover {
	background-color: #f0f0f0;
	text-decoration: none;
}


/* content columns */
ul.columns {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	width: 100%;
}
ul.columns li {
	display: inline;
	float: left;
	width: 179px;
	margin: 7px;
}
ul.columns li h2 {
	background: #15374b url("column-t.png") repeat-x top;
	border: 1px solid #b0b0b0;
	font-size: 15px;
	font-weight: normal;
	height: 24px;
	margin: 0 0 6px 0;
	padding: 6px 10px 0 10px;
}
ul.columns li p {
	padding: 5px;
}

/* footer */
#footer {
	background: #15374b url("gradient.png") repeat-x top;
	padding-top: 10px;
}
#footerInner {
	margin: 0 auto;
	width: 960px;
}
#footer a {
	color: #f0f0f0;
}
#footer p {
	color: #d9d9d9;
}
#footer h3 {
	color: #99cccc;
	font-weight: normal;
}
#footer span {
	color: #99cccc;
}

/* footer columns */
#footer .column {
	background: url("footer-s.png") repeat-y right;
	display: inline; /* ie 6 */
	float: left;
	margin: 20px 0 20px 20px;
	padding-right: 20px; 
	width: 280px;
}
#footer .last {
	background: none;
}

/* footer unordered list */
#footer ul {
	border-top: 1px solid #1D485F;
	list-style: none;
	margin: 0;
}
#footer ul li {
	border-bottom: 1px solid #1D485F;
	margin-bottom: 4px;
}
#footer .column ul li, #footer ul li a {
	color: #d9d9d9;
}
#footer ul li a:hover {
	color: #eeeeee;
	text-decoration: none;
}
#footer ul li small {
	color: #99cccc;
}

/* footer copyright */
#copyright {
	background-color: #35647f;
	padding: 10px 0;
	overflow: hidden;
}
#copyright img {
	float: left;
	margin: 3px 0 0 20px;
}
#copyright p {
	color: #051a1a;
	float: left;	
	margin-left: 20px;
}
.form fieldset {
	background-color: #f1f1f1;
	border: 1px solid #b0b0b0;
	padding: 10px;
}

.form label {
	color: #333333;
	display: block;
}
.form label.required {
	font-weight: bold;
}
.form label:after {
	content: ":";
}

.form input, .form textarea {
	background-color: #ffffff;
	border: 1px solid #999999;
	display: block;
	margin-bottom: 10px;
	margin-top: 4px;
	padding: 6px;
	width: 50%;
}
.form .valid {
	background: #CCFFCC;
}

.form .invalid {
	background: #FFCCCC;
}

.form select {
	background-color: #ffffff;
	border: 1px solid #999999;
	margin-bottom: 10px;
	margin-top: 4px;
	padding: 6px;
}

.form input:focus, .form textarea:focus {
	background-color: #f5f5f5;
}

.form button, .form .submit {
	background-color: #666666;
	border: 1px solid #333333;
	color: #f0f0f0;
	padding: 6px;
	width: auto;
}
.form .submit:focus {
	background-color: #666666;
}

.form .long {
	width: 80%;
}
.news {
	display: block;
	margin-bottom: 5px;
	
}
.news h1 {
font-size:18px;
font-weight:bold;

	}
	
.news p img {
	border: 1px solid #999999;
	padding: 4px;
}

