body {
	margin: 100px 0 0 0;
	padding: 0;
	background: url(../images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #3E3E3E;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}
h1.title {
        font-size: 38px;
	margin: 0px 0px 0px 20px;
}

h2.title {
        font-size: 24px;
        margin: 30px 0px 30px 0px;
}

p, ul, ol {
	margin: 0px 0px 10px 0px;
	text-align: justify;
	line-height: 26px;
	font-size: 11px;
}

#p.body {
        margin: 0px 0px 10px 0px;
        text-align: justify;
        line-height: 26px;
        font-size: 11px;
	padding-left: 20px;
}

p.head {
        margin: 0px 0px 0px 0px;
        text-align: justify;
        font-size: 11px;
        padding-left: 20px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #006b98;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

td {
        text-align: justify;
	font-size: 11px;
	padding-bottom: 5px;
}

#pic {
        text-decoration: underline;
}
	
img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#links a {
	padding-bottom: 5px;
	}

#header {
	width: 950px;
	height: 82px;
	margin: 0 auto 40px auto;
	background: url(../images/img03.gif) repeat-x left bottom;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	list-style: none;
}

#menu a {
	display: block;
	float: left;
	margin-left: 30px;
	padding: 7px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

#menu a:active {
	text-decoration: underline;
}

/* Submenu for Member Pages*/
#submenu {
        float: left;
	width:400px;
	padding-bottom:20px;
}

#submenu ul {
        list-style: none;
}

#submenu a {
        display: block;
        float: left;
        margin-left: 30px;
        padding: 7px;
        text-decoration: none;
        font-size: 13px;
        color: #68AAD7;
}

#submenu a:hover {
        text-decoration: underline;
}

#submenu a:active {
        text-decoration: underline;
}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 675px;
}

/* Member Area */

#memberArea {
	clear:both;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 225px;
	padding-left: 40px;
}

#sidebar h2 {
	margin-bottom: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/img03.gif) repeat-x left bottom;
	font-size: 16px;
}

.box1 {
	padding: 20px;
	background: url(../images/img05.gif) no-repeat;
}

#footer {
	padding: 30px 0 20px 0;
	background: #003448 url(../images/img09.gif) repeat-x;
	height: 20px;
}

html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 950px;
	margin: 0 auto;
	color: #FFFFFF;
	text-align: center;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #375C69;
}

#legal a {
	color: #476B77;
}

.seperator {
width:600px;
height:25px;
clear:both;
}

.col {
width:300px;
float:left;
text-align:center;
}

