/* CSS Document */

/* ----------- MAIN LAYOUT ----------- */
html {font-size: 101%}

body {font-size: 0.625em; background-color: #2d2ea4;}

h1, h2, h3, p, pre, label, ul, ol, dl, fieldset, address {margin: 0em 0 1em 0; padding: 0;}
p.last {margin-bottom: 2em;}
li, dd {margin-left: 5%; margin-bottom: 0.2em; padding: 0;}
fieldset {padding: .5em;}

blockquote {margin-top: 1em; margin-bottom: .5em;}

a, object {outline: 0;} /* FF removes dotted line around links */
a:link {text-decoration: underline;}
a:hover {text-decoration: none;}
a:visited {text-decoration: underline;}
a:visited:hover {text-decoration: none;}

img {border: 0;}

h1,h2,h3 {color: #2d2ea4;}
h1 {font-size: 1.5em;}
h2 {font-size: 1.2em;}
h3 {font-size: 1em;}
a {color: #000000;}

#container {
	position: relative;
	font: 1.2em Arial, Helvetica, Verdana;
	color: #000000;
	line-height: 1.5em;
	width: 778px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #FFFFFF;
}

#header {
	float: left;
	width: 778px;
	height: 128px;
	background: url(../images/header.gif);
}

#footer {
	float: left;
	width: 778px;
	background-color: #2d2ea4;
	text-align: center;
	color: #FFFFFF;
	/*background: url(../images/footer.gif);*/
}

#footer a {
	color: #FFFFFF;
}

#menu {
	float: left;
	width: 220px;
}

#menu a {
	display: block;
	font-size: 1.2em;
	height: 32px;
	padding-left: 42px;
	padding-top: 13px;
	background: url(../images/menu_lo.jpg);
}

#menu a:hover {
	background: url(../images/menu_hi.jpg);
}

#menu a.current {
	background: url(../images/menu_hi.jpg);
}

#content {
	float: left;
	width: 515px;
	padding: 20px;
}

img.right {
	float:right;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

img.left {
	float:left;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}

.left {
	text-align:left;
}
