/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	background-color: #BBCFD2;
}

#wrapper {
	text-align: center;
 	margin: 0 auto;
	width: 770px;
}

ul, li, h1, h2, h3, p {
	 margin: 0px;
	 padding: 0px;
}

a {
	text-decoration: none;
	color: #999999;
}

h1 {
	color: #5A818F;
	font-size: 22px;
	margin-top: 15px;
	margin-left: 15px;
}

h2 {
	color: #5A818F;
	font-size:  18px;
	margin-bottom: 10px;
}

h3 {
	color: #5A818F;
	font-size:  14px;
	margin-bottom: 10px;
}


#header {
	width: 770px;
	height: 224px;
	background-image: url(public/images/header.jpg);
}

#headersmall {
	width: 770px;
	height: 224px;
	background-image: url(public/images/header.jpg);
}

.GTediton
{
	padding: 0px;
	margin: 0px;
	border-color: #FF0000;
	border-style: dashed;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}

p {
	margin: 15px;
}

img 
{
	border: none;
}

#navigation {
	width: 770px;
	height: 36px;
	background-image: url(public/images/navigation_bg.gif);
}

#navigation ul {
	text-align: left;
	padding-left: 28px;
	padding-top: 15px;
}

#navigation ul li {
	display: inline;
	list-style-type: none;
	color: #668286;
	}
	
#navigation ul li.divider {
	padding-right: 2px;
	padding-left: 2px;
	}

#navigation ul li a, #navigation ul li a:visited {
	color: #668286;
	font-weight: bold;
	font-size: 12px;
}

#navigation ul li a:hover, #navigation ul li a.selected {
	color: #415052;
}

#content {
	text-align: left;
	border-top: 1px #BBCFD2 solid;
	width: 770px;
	background-image: url(public/images/content_bg.gif); 
}

#contentinner {
	padding-left: 13px;
}

#contentleft {
	float: left;
	width: 372px
}

#contentright {
	float: left;
	width: 372px;
}

#contentright img {
	margin-right: 20px;
}
#contentfull {
	margin-left: 17px;
}

#footer {
	text-align: left;
	border-top: 1px #BBCFD2 solid;
	width: 744px;
	height: 28px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFFFFF;
}

#clear {
	clear: both;
}