/* Screen version */
/* CSS by Matias Vangsnes @ 125.cc */

h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
div,
body,
ul,
li,
fieldset {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

body {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

div.whole {
	width: 960px;
	margin-left: auto;
	margin-right: auto;

}

h1 {
	display: none;
}

a {
	color: #006E99;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.left li a,
div.middle li a {
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}


div.left li a:hover,
div.middle li a:hover {
	background-image: url(../img/licur.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

div.left li a.cur {
	color: #000000;
	background-image: url(../img/licur.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

div.middle ul {
	margin-left: 15px;
}

h2, h5 {
font-size: 13px;
margin-top: 10px;
/*margin-left: 13px;*/
}

h3 {
font-size: 38px;
letter-spacing: 1px;
margin-bottom: 10px;
line-height: 40px;
}

h2, h3, h5 {
text-transform: uppercase;
font-weight: normal;
}

p {
line-height: 22px;
margin-bottom: 10px;
}

div.middle h4 {
margin-top: 25px;
margin-bottom: 5px;
}

div.left ul {
margin-top: 10px;
}

div.middle ul {
margin-bottom: 15px;
}

div.left ul li,
div.middle ul li,
div.right ul li {
margin-bottom: 5px;
}

h4,
div.top ul li a {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}
div.top {
	margin-bottom: 20px;
/*	margin-top: 25px;*/
	height: 79px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
/*	background-color: #F9F9F9;*/
}

div.top ul {
	float: left;
	margin-left: 210px;
}

div.top ul li {
	float: left;
	list-style: none;
	display: inline
}

div.top ul li a {
	float: left;
	color: black;
	font-size: 11px;
	margin-left: 15px;
	margin-top: 58px;
	margin-right: 15px;
	padding-bottom: 4px;
}

div.top ul li a:hover,
div.top ul li a.cur {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF5B01;
	text-decoration: none;
}

/*img {
	padding-bottom: 7px;
	padding-top: 7px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
}*/

div.left {
	float: left;
	width: 200px;
	min-height: 200px;
	margin-bottom: 15px;
}

div.middle {
	float: left;
	margin-left: 25px;
	width: 510px;
	min-height: 209px;
	margin-bottom: 15px;
}

div.right {
	float: left;
	width: 200px;
	margin-left: 25px;
	min-height: 209px;
	margin-bottom: 15px;
}

div.right h5,
div.left h2 {
	margin-top: 13px;
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #4C7FB5;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;

}
div.left h2 {
	border-bottom-color: #FF5B01;
}
div.bottom {
	clear: left;
	width: 510px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

img {
	margin-bottom: 15px;
}

table td, table th {
	border: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4C7FB5;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: top;
}

table th {
	border-bottom-width: 3px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

table {
	border-collapse: collapse;
	width: 100%;
	border: none;
	margin-bottom: 20px;
	margin-top: 10px;
}

table.menu td span {
	color: #666666;
	display: block;
}

fieldset {
	margin-top: 4px;
	margin-bottom: 15px;
	padding-top: 15px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4C7FB5;
	border-right-color: #4C7FB5;
	border-bottom-color: #4C7FB5;
	border-left-color: #4C7FB5;
}

label {
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 10px;
}

input[type=text] {
	width: 240px;
}

div.tmp {
	font-size: 36px;
	padding-left: 80px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}
