/* Elements */

body {
	background: url(images/bg.png);
	text-align: left;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3333333;
}

img {
	border: 0px none;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 750px;
	height: 123px;
	margin: 0px auto;
	background: url(images/Logo.png);
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
}

/* Menu */

#menu {
	width: 750px;
	height: 36px;
	margin: 0px auto;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	background: url(images/Button.png);
	background-repeat: repeat x;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 125px;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0px;
	color:#FFFFFF;
}

#menu a:hover {
	font-weight: bold;
	background: url(images/ButtonHover.png);
	background-repeat: repeat x;
}

/* Content */

#content {
	background: #FFFFFF;
	width: 750px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
	border-left: 1px solid;
	border-right: 1px solid;
	list-style-image: url("images/bullet.gif");
}

#colOne {
	float: right;
	width: 730px;
	margin: 10px auto;
	padding: 10px;
}
#colTwo {
	float: left;
	width: 230px;
	margin: 10px auto;
	padding: 10px;
}

#colThree {
	float: left;
	width: 730px;
	margin: 10px auto;
	padding: 10px;
}

#content h2 {
	text-align: left;
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 14px;
	color: #636F57;
	background: url(images/title_tile.png);
	background-repeat: repeat x;
	border-top: 1px solid;
	border-left: 1px solid;
}

#content h3 {
	font-size: 12px;
	color: #6C6C6C;
	padding: 5px 0px 5px 5px;
	background: url(images/title_tile.png);
	background-repeat: repeat x;
}

#content a:hover {
	text-decoration: none;
	color:#636F57;
}

#content li {
	padding: 5px 0px 0px 0px;
}



/* Footer */

#footer {
	width: 750px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 20px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	background: url(images/footer.png);
	background-repeat: repeat x;
}

#footer p {
	margin: 0px;
	padding-top: 5px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
	text-decoration: none;
	color:#FFFFFF;
}