/* body elements */
body {
	margin: 0px;
	background: #154C84 url(../images/bg_main.gif) repeat-x top center; 
 
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A0D17;
}
a:link {
	color: #003673;
	text-decoration: none;
}
a:visited {
	color: #003673;
	text-decoration: none;
}
a:hover {
	color: #003673;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #D65D27;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 28px;
	color: #003673;
	font-size: 32px;
}
h1 a:link {
	text-decoration: none;
	color: #003673;
}
h1 a:visited {
	text-decoration: none;
	color: #003673;
}
h1 a:hover {
	text-decoration: underline;
	color: #003673;
}
h1 a:active {
	text-decoration: underline;
	color: #003673;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 45px;
	color: #2671B6;
	font-size: 45px;
	margin-top: 3px;
	margin-bottom: 3px;
}

img {
	border: none;
}



/* text */
.qu {
	color: #003673;
	font-weight: bold;
}
.top {
	font-size: 10px;
	background: url(../images/arrow_top.gif) no-repeat top left;
	display: block;
	padding-left: 15px;
	margin-top: 10px;
}
.quest {
	color: #2671B6;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	border-top: #ADC6E0 1px dashed;
}
.name {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	background-color: #215595;
	padding-left: 4px;
	padding-right: 4px;

}
A.name:link {
	color: #000000;
	font-size: 12px;
	background-color: #CEE3F3;
	font-weight: normal;
	text-decoration: none;
}
A.name:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #CEE3F3;
}
A.name:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #E59A78;
}
A.name:active {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #E59A78;
}

/* objects*/

#base {
	width: 820px;
	margin: 0px auto;
	position:relative;
	text-align: left;
	 
}
#header {
	width: 780px;
	height: 103px;
	margin-left: 20px;
	margin-top: 15px;
	text-align: left;
	background: url(../images/bg_header.gif) no-repeat top left;
	overflow: hidden;
}
	#header a {
		background: url(../images/presto_logo.gif) no-repeat top left;
		display: block;
        width: 390px;
        height: 76px;
		color: #ffffff;
		text-decoration: none;
        font-size: 12px;
        text-indent: -1000px;
        margin-left: 32px;
		margin-top: 20px;
	}
#menu {
	width: 780px;
	height: 35px;
	margin-left: 20px;
	text-align: left;
	background: url(../images/bg_menu.gif) no-repeat top left;
	overflow: hidden;
	padding-left: 29px;
}
#menu img{
	display: inline;
	margin-top: 6px;
}
#display {
	width: 780px;
	margin-left: 20px;
	text-align: left;
	background: #ffffff url(../images/bg_content.gif) no-repeat bottom center;
	min-height: 360px;
}
#content {
	width: 540px;
	text-align: left;
	background: url(../images/bg_corner.gif) no-repeat top right;
	min-height: 100px;
	padding-left: 30px;
	padding-right: 210px;
	padding-bottom: 1px;
	padding-top: 10px;
}
	#content img{
		margin-left: -30px;
}
#home {
	width: 780px;
	text-align: left;
	background: url(../images/bg_corner.gif) no-repeat top right;
}
#footer {
	width: 780px;
	margin-left: 20px;
	text-align: right;
	background: url(../images/bg_footer.gif) no-repeat top center;
	padding-top: 15px;
	padding-bottom: 15px;
}
	#footer p{
		font-size: 10px;
		color: #8FC6FF;
		margin-right: 15px;
	}
	#footer p a{
		font-size: 10px;
		color: #8FC6FF;
	}
#submenu {
	background: url(../images/bg_sub.gif) no-repeat top left;
	padding-top: 80px;
	position: absolute;
	left: 605px;
	top: 162px;
	width: 195px;
	min-height: 360px;
}
#sub {
	background: url(../images/bg_sub.gif) no-repeat top left;
	padding-top: 20px;
	position: absolute;
	left: 605px;
	top: 162px;
	width: 195px;
	min-height: 360px;
}

#language {
	background: none;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 170px;
	width: 20px;
}
#side {
	background: none;
	padding: 0px;
	position: absolute;
	left: 800px;
	top: 237px;
	width: 20px;
}
