

* {
	padding:0;
	margin:0;
}

body {
	color: #666666;
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.83em;
	margin:20px auto;
	width:760px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, 
fieldset, address { margin:1em 0;}

h1 {font-size:1.67em;}

h2 {font-size:1.2em;}

h3 {font-size:1.2em;}

h4 {font-size:1em;}

li, dd { margin-left:5%; }

fieldset { padding: .5em; }

a {
	color: #CC0000;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#header {
	background-color: #FFFFFF;
	width:760px;
	clear:both;
}

#title {
	color:#CC0000;
	background-color:#FFFFFF;
	font-size:3em;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	float:left;
}

#nav {
	padding:2px 0px 2px 0px;
	margin:0 0 5px 0;
	width:760px;
	clear:both;
}

#nav a {
	color: #ffffff;
	background-color:#CC0000;
	font-weight:bold;
	text-decoration:none;
	padding:4px 20px 4px 20px;
}

#nav a:hover {
	background-color:#DD0000;
	text-decoration:none;
}

#content {
	border-top:1px solid #CCCCCC;
	width:760px;
	clear:both;
}

#maincontent {
	font-size:1.0em;
	padding:0px 5px 0px 0px;
	width:550px;
	border-right:1px solid #CCCCCC;
	float:left;
}

#sidecontent {
	font-size:0.83em;
	padding:5px 0px 0px 0px;
	width:195px;
	float:right;
}

.divider {
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

}

#gogfloright {
        float: right;
        text-align: right;
        width: 270px;
}

#gogfloleft {
        float: left;
        text-align: left;
        width:340px;
}

#gogfloleftsm {
        float: left;
        text-align: left;
        width:260px;
}

.gogleft {
        float: left;
        margin-right: 1.0em;
}

.goright {
        float: right;
}

#gogcenter {
        text-align: center;
}

#footer {
	color: #FFFFFF;
	background-color:#CC0000;
	font-size:80%;
	line-height:1.5em;
	width: 760px;
	clear:both;
}

#footer a {
	  color: #FFFFFF;
	  background-color: #CC0000;
	  text-decoration: none;
	  font-weight: bold;
	  }

#footer a:hover {
	  text-decoration: underline;
	  }
	  
	  .author {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
}

.author a:link {
color: #666666;
text-decoration: underline;
font-weight:normal;
}

.author a:visited {
color: #666666;
text-decoration: underline;
font-weight:normal;
}

.author a:hover {
color: #666666;
text-decoration: underline;
font-weight:normal;
}

.author a:active {
color: #666666;
text-decoration: underline;
font-weight:normal;
}

#copyrightdesign {
	color:#FFFFFF;
	background-color:#CC0000;
	padding:5px 0px 5px 20px;
	width: 580px;
	float:left;
}

#footercontact {
	color:#FFFFFF;
	background-color:#CC0000;
	padding:5px 0px 5px 50px;
	width:110px;
	float:right;
}