body {
	margin: 20px 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
	color: #006699;
}

h3 {
	font-size: 1.2em;
	margin: 0;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #006699;
	text-decoration: none;
	font-weight: bolder;
}

a:hover {
	color: #797979;
	font-size: 12px;
}

a:visited {
text-decoration: none;
	color: #999999;
}

a:focus{
text-decoration: none;
	color: #000099;
}

li {
	color: #006699;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	list-style-type: disc;
	list-style-position: outside;
}

li a:link {
	border-bottom: 1px dotted #000000;
	color: #006699;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

li a:hover {
	border-bottom: 1px solid #000000;
	color: #99ccff;
	font-size: 16px;
	text-decoration: none;
}

img.float {
	float: left;
	margin: 5px 15px 10px 0;
	border: 5px solid #000000;
}

/* Header */

#header {
	width: 750px;
	height: 160px;
	margin: 0 auto;
	padding: 10px;
	background-color: #aebacc;
	background-image: url(images/img3.jpg); 
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

#header * {
	padding: 0;
	float: left;
	text-decoration: none;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header h1 {
	padding: 128px 0 0 18px;
	font-weight: bold;
}

#header h2 {
	padding: 128px 0 0 0;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
	background: #FFFFFF url(images/img2.gif) repeat-x;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aebacc;
	border-right-color: #aebacc;
	border-bottom-color: #aebacc;
	border-left-color: #aebacc;
}

#colOne {
	float: left;
	width: 170px;
	margin-right: -20px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: -30px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

#colTwo {
	float: left;
	width: 450px;
	margin-right: 10px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 40px;
}

#colThree {
	float: left;
	width: 1px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#colThree ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

/* Footer */

#footer {
	padding: 14px;
	text-align: center;
	font-size: 12px;
}

#footer * {
	color: #ffffff;
}
