* {
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: top;
}

body {
	background: #fff url(/images/bak.png) top repeat-x;
	text-align: center;
	margin-top: 15px;
}

table {
    margin: 0 auto;
	width: 750px;
}

h1, h2 {
	color: #305071;
}

p, ul, ol, .details td {
	font: 13px Tahoma;
}

q { color: white;} 

a {
	color: #193c61;
}

a:hover {
	text-decoration: underline;
}

.col1 {
	background: #193c61 url(/images/col1bak.png);
	width: 270px;
	text-align:center;
	color: #dee0e5;
}

.col1bot {
	background: #193c61 url(/images/line.png) top repeat-x;
}

.col2 {
	padding: 25px;
	padding-left: 20px;
}

.col2 h1 {
	border-bottom: 2px solid #ddd;
/*	margin-top: 25px;*/
	font: 20px Arial;
	letter-spacing: -1px;
}

.col2 h2 {
	font: 18px Arial;
	letter-spacing: -1px;
}

.col2 img {
	float: right;
	margin: 10px;
	clear: both;
}

.col2 h1, .col2 h2, .col2 p, .col2 ol, .col2 ul {
	margin: 10px 0;
}

.col2 ol, .col2 ul {
/*	margin-left: 25px;*/
}

.col2 li {
	margin: 5px;
	margin-left: 30px;
}

.news {
	background: #f3f5f7;
	border: 1px solid #c5ced7;
	padding: 0 10px;
}

.news h1, .news p {
	margin: 10px 0;
}

.footer {
	background: #f1f1f1 url(/images/bak.png) top repeat-x;
	height: 100px;
}

#footer {
	padding: 10px;
	padding-left: 20px;
	padding-bottom: 1px;
	font: 11px Tahoma;
}



#menu ul {
	list-style: none;
}

#menu {
padding: 0 10px;
}

#menu div {
	border-top: 1px solid #576178;
	border-bottom: 1px solid #1f2635;
width: 250px;
}

#menu li {
float: left;
clear: both;
}

#menu a {
	display: block;
/*	border-right: 1px solid #576178;
	border-left: 1px solid #1f2635;
	height: 16px;*/
	padding: 12px 15px;
	color: #dee0e5;
	text-decoration: none;
	border-bottom: 1px solid #576178;
	border-top: 1px solid #1f2635;
float: left;
clear: both;
width: 250px;
max-width: 220px;
	background: url(/images/menu.png);
	font: 13px Tahoma;
text-align:center;
}

#menu a:hover {
/*	border: 1px solid #576178;*/
	background: transparent;
	color: #fff;
	text-decoration: underline;
}

#menu a#active {
	background: #475470;
}

.path {
    margin-top: 5px;
	font: 10px Tahoma;
	padding: 1px 10px;;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background: #eee;
	background: #f3f5f7;
	border-top: 1px solid #c5ced7;
	border-bottom: 1px solid #c5ced7;
}

input {
	border: #777 solid 1px;
}

form {
	margin-left: 135px;
}

.details {
	width: 435px;
}

.details td {
	padding: 5px;
	background: #f3f5f7;
	border: 1px solid #c5ced7;
}
