/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}


/* frantsi */
ul li  {
	list-style: disc;
	list-style-position: inside;
}

ol li {
	list-style: decimal;
	list-style-position: inside;
}

body, html {
    font-family: Verdana, Arial;
    font-size: 12px;
	text-align: left;
}

#frontpage {
	position: relative;
}

#frontpageWrapper {
	text-align: left;
	margin: auto;
	width: 350px;
	margin-top: 110px;
}

#frontpage .stepin {
	position: absolute;
	left: 180px;
	top: 240px;
}

.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

.contentLeft {
	float: left;
	width: 400px;
}

.contentRight {
	float: right;
	text-align: center;
	margin-left: 20px;
}

.contentLeft444 {
	width: 444px;
	float: left;
}

.contentLeft300 {
	float: left;
	width: 300px;
}

.contentRight300 {
	float: right;
	margin-left: 20px;
}

.contentRight310 {
	float: right;
	margin-left: 20px;
}

.contentFull {
	width: 700px;
}

a {
	color: #007ea9;
	text-decoration: underline;
}

a:hover {
	color: #01698c;
}

h1 {
	text-transform: uppercase;
	font-size: 12px;
	color: #007ea9;
	font-weight: bold;
}

h1, p {
	margin-bottom: 1em;
}

.dolphin {
	display: table;
	width: 350px;
	height: 230px;
	background: transparent url(../images/dolphin.png) no-repeat left top;
}

.dolphinText {
	font-family: Arial;
	color: #007ea9;
	margin: 70px auto auto 40px;
	font-size: 14px;
	width: 100px;
	padding: 0px;
	border: 0px none;
}

.dolphinText th{
	height: 100px;
	vertical-align: middle;
	text-align: center;
}

#frontpage .dolphin {
	background: transparent url(../images/dolphinfp.png) no-repeat left top;
}

#frontpage .dolphinText {
	font-size: 20px;
}

.caption {
	font-size: 10px;
	text-align: left;
	font-style:italic;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.width150 {
	width: 150px;
}

.marginr10 {
	margin-right: 20px;
}

.marginl10 {
	margin-left: 20px;
}

.centeralign {
	text-align: center;
}

.leftalign {
	text-align: left;
}

table.template {
	width: 100%;
	border: 0px none #FFFFFF;
}