/*  attributes for all  */
body, h1, h2, h3, h4, h5, h6, p, div, img, a, address, b, i, u, sup, div, span, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
}

/*  tags  */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #1F9ADD;
	font-size: 13px;
	color: #333333;
}

a
{
	font-weight: normal;
	color: #1571A4;
	text-decoration: none;
}
a:hover
{
	color: #f28327;
	text-decoration: underline;
}

div#top
{
	position: relative;
	display: block;
	background: #FFFFFF url(../images/design/bg.gif) left top repeat-x;
	min-width: 900px;
	text-align: center;
}

div#header
{
	position: relative;
	display: block;
	width: 900px;
	height: 304px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/design/menushadow.gif) 212px 279px no-repeat;

}

div#topmenu
{
	margin: 8px 0 0 0;
	float: right;
	font-size: 11px;
}

img#logo
{
	position: absolute;
	display: block;
	border-left: 4px solid #FFFFFF;

}

img#topboat
{
	position: absolute;
	display: block;
	margin: 33px 0 0 580px;
}

div#bottom
{
	position: relative;
	display: block;
	background: #FFFFFF url(../images/design/footer.gif) right bottom no-repeat;
	min-width: 900px;
	text-align: center;
	padding: 0 0 10px 0;
}

div#container
{
	position: relative;
	display: block;
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
	background: url(../images/design/menushadow.gif) 212px -25px no-repeat;
	text-align: left;
}

div#leftmenu
{
	float: left;
	display: block;
	width: 180px;
	padding: 20px 60px 20px 10px;
}

div#evcv
{
	clear: both;
	display: block;
	padding: 1em 0 0 0;
}
div#evcv a
{
	color: #555555;
}
div#evcv img
{
	float: left;
	margin: 0 10px 0 0;
}
div#evcv div
{
	padding: 24px 0 0 0;
}

ul#mainmenu
{
	display: block;
	float: left;
	text-transform: uppercase;
}
ul#mainmenu ul
{
	text-transform: none;
}

ul#mainmenu li
{
	list-style-type: none;
	display: block;
	padding: 3px 0 3px 10px;
	border-bottom: 1px solid #CDE0EC;
	background: url(../images/design/bullet.gif) left 8px no-repeat;
}
ul#mainmenu ul li
{
	list-style-type: none;
	display: block;
	padding: 0;
	border: 0;
	background: none;
}
ul#mainmenu a
{
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	border: none;
	font-size: 12px;
}
ul#mainmenu a:hover
{
	text-decoration: underline;
}

ul#mainmenu ul a
{
	color: #f28327 !important;
	font-weight: normal;
	font-size: 11px;
}

.selected a
{
	color: #000000 !important;
}
.selected ul a
{
	color: #000000 !important;
}

div#content
{
	display: block;
	float: left;
	margin: -25px 0 0 0;
	padding: 0 6px 0 0;
	width: 640px;
	overflow: hidden;
	text-align: justify;
}

div#content h1, div#content h2, div#content h3
{
	clear: both;
    font-size: 20px;
    font-weight: normal;
    margin: 1.4em 0 0.8em 0;
	color: #000000;
}
div#content h1
{
	text-transform: uppercase;
}

div#content strong
{
	font-weight: bold;
	color: #000000 !important;
}
div#content p
{
	margin: 0 0 1em 0;
}
div#content img
{
	margin: 0 1em 1em 0;
}
div#content ul
{
	list-style-type: square !important;
	display: block;
	margin: 0 0 1em 0;
}
div#content li
{
	margin: 0 0 0 1.5em;
	vertical-align: top;
}

div#footer
{
	position: relative;
	display: block;
	min-width: 900px;
}
div#footer p
{
	display: block;
	padding: 8px 10px 10px 0;
	color: #FFFFFF;
	text-align: right;
	font-size: 0.7em;
}
div#footer a
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
div#footer a:hover
{
	border-bottom: 0;
}

.bullet
{
	background: url(../images/design/bullet.gif) left center no-repeat;
	padding: 0 0 0 20px;
}
.simple
{
	border: 0 !important;
}

.money {
	display: block;
	text-align: right;
	font-size: 1.75em;
	font-weight: normal;
	color: #558800;
	margin: -.5em 0 1em 0;
}
.money span
{
	font-weight: normal;
	font-size: 0.75em;
	color: #666666;
}
.money sup {
	font-size: 0.50em;
	margin-left: -5px;
}

