/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	background: #6E6E6E url(images/img1.jpg) repeat-x;
	margin: 0px;
	text-align: justify;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #333333;
}



a:link {
	color: #0000FF; text-decoration: none;
}

a:visited {
	color: #0000FF; text-decoration: none;
}

a:hover {	
	color: #84cfff; text-decoration: none;
}

a:active {
	color: #84cfff; text-decoration: none;
}
	


.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}
/* Header */

#header {
	width: 600px;
	height: 140px;
	margin: 0px auto;
	background: url(images/header.gif);
}

#header h1 {
	margin: 0px;
	padding: 85px 10px 5px 5px;
	font-size: 22px;
	font-style: oblique;
	letter-spacing: -.05px;
	text-align: right;
	color: #000080;
}

/* #header h2 {
	margin: 0;
	padding: .1em 0 0 60px;
	font-size: 16px;
	letter-spacing: -1px;
	color: #666666; */


#header a {
	text-decoration: none;

}

/* Menu */

#menu {
	width: 600px;
	height: 30px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	padding: 8px 0px;
	text-align: center;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background: #EEEEEE;
}

#menu a:hover {
	background: #84cfff;
	color: #ffffff;

}

/* Content */

#content {
	background: #FFFFFF;
	width: 600px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

#colOne {
	float: right;
	width: 360px;
	margin-top: 20px;
	padding-right: 20px;
}

#colTwo {
	float: left;
	width: 170px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#colNone {
	float: left;
	width: 560px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}



#content h1 {
	padding: 3px 0px 3px 4px;
	color: #173E68;
}

#content h2 {
	padding: 3px 0px 3px 4px;
	text-transform: uppercase;
	font-size: 15px;
	color: #2D2D2D;
	border-bottom: 1px dashed;
}

#content h3 {
	padding: 0px 0px 0px 3px;
	font-size: 14px;
	color: #515151;
}

#content h4 {
	padding: 0px 0px 0px 3px;
	font-size: 12px;
	color: #515151;

}

#content h5 {
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	color: #7A7A7A;
}

#content p {
	padding: 0px 0px 0px 3px;
	font-size: 12px;
	color: #7A7A7A;

}

#content li {
	padding: 0px 0px 0px 3px;
	font-size: 12px;
	color: #7A7A7A;

}


/* Footer */

#footer {
	width: 600px;
	margin: 0px auto;
	padding: 0px 0px;
	height: 51px;
	background: url(images/footer.gif);}

#footer p {
	margin: 0px;
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #7A7A7A;
}

#footer a {
	color: #515151;
}

#footer a:hover {
	color: #CC9900;
}