/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	background: url(Images/background.gif);
	text-align: justify;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #000000;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #000000;
}

h3 {
	font-size: 1.3em;
	padding-top: .4em;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a {
	color: #666565;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 700px;
	height: 169px;
	margin: 0px auto;
        text-indent: 20px;
	background: url(Images/page_top.png);
        background-repeat: no-repeat;
	border: none;
	border-top: none;
        margin-bottom: 0px;
}

#header * {
	text-decoration: none;
}

#header h1 {
        position: absolute;
        float: left;
        width: 400px;
	font-size: 2em;
        padding-top: 100px;
	padding-left: 50px;
	color: #0e1399;
	font-family: urw chancery;
	font-style: italic;
}

#header h2 {
        position: absolute;
	float: left;
        margin-top: 20px;
	font-size: 1.6em;
}

#header a:hover {
        color: #0e1399;
        text-decoration: underline;
}

#balloon {
        position: absolute;
        width: 80;
        height: 130;
        margin-top: 10px;
        margin-left: -40px;
        
}
/* Content */

#PageBody {
	width: 700px;
	margin: 0 auto;
        margin-top: 0px;
	background: url(Images/page_body.png) repeat-y;
	border: none;
	border-top: none;
}

#PageBodyText {
	font-family: serif;
	font-size: 16px;
	padding-left: 80px;
	padding-right: 80px;
}
#PageBodyText h2 {
	font-weight: bold;
	font-size: 16px;
}

/* Footer */

#footer {
        width: 700px;
        height: 29px;
        margin: 0 auto;
        background-image: url(Images/page_footer.png);
	text-align: center;
	font-size: smaller;
}
