* {
	margin: 0;
	padding: 0;
}

body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object {
	border: 0;
}

body { 
	padding: 0; 
	background: #fff url('../images/bg.jpg') repeat-x; 
	font: 0.9em/1.5 'Helvetica', 'arial', sans-serif; 
	color: #303030; 
	text-align: center;
}

/* Links */
a {
	color: #146ca4;
}

a:link {
	color: #146ca4;
}

a:hover {
	color: #1ea0f4;
	text-decoration: none;
}


h1, h2, h3 {
	margin: 15px 0 7px 0;
}

h1 { 
	font-size: 200%;
}

h2 {
	font-size: 140%;
	font-weight: normal;
}

h3 {
	font-size: 110%;
	border-bottom: 1px solid #ddd;
}


#layout { 
	width: 820px; 
	margin: 0 auto; 
	text-align: left; 
}

/* Header */
#header { 
	position: relative;
	background: #24516e;
	margin-bottom: 20px;
}

#logo {
	font-family: 'Helvetiva', 'arial', 'Trebuchet MS', lucida, sans-serif;
	position: relative; 
	overflow: hidden; 
	width: 340px;
	height: 108px;
	font-size: 245%;
	margin: 0;
	padding-left: 38px;
	line-height: 108px;
	text-align: left;
	color: #fff;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#logo span {
	color: #676767;
	font-weight: bold;
}

#logo a:hover span {
	color: #fff;
	font-weight: bold;
}

#navigation{
	position: absolute;
	left: 235px;
	line-height: 83px;
	display: block;
	height: 108px;
	width: 560px;
	top: 0;
	text-align: right;
	font-size: 80%;
}

#navigation ul li{
	display: inline;
}

#navigation li a {
	color: #cacaca;
	padding: 50px 10px;
	text-decoration: none;
}

#navigation a:hover {
	color: #fff;
}

/* Content */
#main {
	padding: 0 37px;
	padding-bottom: 10px;
	font-size: 1.1em;
	text-align: justify;
}

/* Footer */
#footer {
	background: #24516e;
	color: #b1b1b1;
}

#footer a{
	color: #b1b1b1;
}

#footer-inside {
	width: 746px; 
	margin: 0 auto; 
	text-align: left; 
	padding: 26px 0;
}

#footer-inside p {
	margin-top: 0;
	margin-bottom: 0;
}

#copyright {
	float: left; 
	width: 300px;
}

#dont-delete-this{
	margin: 0 0 0 323px;
	text-align: right;
}

p { 
	margin: 4px 0 22px 0;
	line-height: 24px;
	font-size: 95%
}

.content p {
	color: #fff;
	margin-top: 10px;
}

/* Tables */
table {
	margin: 15px 0;
	border: 1px solid #cdcdcd;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	width: 100%;
}

th { 
	text-align: center;
	font-weight: bold; 
	border: 1px solid #cdcdcd;
}

th, td {
	padding: 4px 6px;
	border: 1px solid #cdcdcd;
}

tr.table-top {
	background: #e5e5e5;
	font-weight: bold;
}

ul, ol {
	display: block;
	margin: 15px 0px 15px 40px;
}

li {
	display: list-item;
}

ul li a {
	text-decoration: underline;
}

hr {
	display: block;
	height: 1px;
	margin: 10px 0;
	padding: 0;
	border: 0 solid #CCC;
	background: #CCC;
	color: #CCC;
}

.indent {
	margin-left: 20px;
} 

.noscreen { 
	display: none;
}

