/** General  **/

body {
	background:#cccc99;
	font:12px Tahoma,Arial,Verdana,sans-serif;
	line-height:1.2em;
	text-align:center;
	margin:10px auto 10px auto;
	padding:0;
}

#wrapper,.wrapper {
	background:transparent url(../images/backgrounds/page_bg.png) repeat-y;
	width:990px;
	text-align:left;
	margin:0 auto 0 auto;
	padding:0;
}

a {
color:#990066;
font-weight:bold;
text-decoration:none;
}

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

hr {
	width: 98%;
	background-color: #990066;
	text-align: center;
	height:1px;
}

#topbreak {
	background:transparent url(../images/backgrounds/topbreak_bg.png) repeat-y;
	width:990px;
	height:2px;
	}

#midbreak {
	background:transparent url(../images/backgrounds/midbreak_bg.png) repeat-y;
	width:990px;
	height:2px;
	}

#bottombreak {
	background:transparent url(../images/backgrounds/topbreak_bg.png) repeat-y;
	width:990px;
	height:2px;
	}

#contentbreak {
	background:transparent url(../images/backgrounds/topbreak_bg.png) repeat-y;
	width:990px;
	height:2px;
	}

h1 {
	color:#990066;
	font-size:1.8em;
	letter-spacing:-1px;
	margin:10px 0 10px;
	padding:0 2px 2px 5px;
}

h2 {
	color:#990066;
	font-size:1.6em;
	letter-spacing:-1px;
	margin:10px 0 10px;
	padding:0 2px 2px 5px;
}

h3 {
	color:#990066;
	font-size:1.4em;
	letter-spacing:-1px;
	margin:10px 0 10px;
	padding:0 2px 2px 5px;
}

h4 {
	color:#990066;
	font-size:1.0em;
	letter-spacing:-1px;
	margin:10px 0 10px;
	padding:0 2px 2px 5px;
}

p {
margin:0 10px 18px 10px;
}

img {
border:0;
margin:0 10px 18px 10px;
}

a img {
border:0;
}

#clear {
	clear:both;
}

/** Header  **/

#header {
	background:#990066 url(../images/backgrounds/header_bg.png) repeat-y;
	height:90px;
	width:990px;
	margin:0 0 0 0;
	padding:0px;
}

#timedate {
	font-size:0.9em;
	color:#cccc99;
	font-weight:normal;
	margin:0 5px 0 5px;
	padding:2px 2px 2px 2px;
	border:0;
	width:50%;
	float:left;
}

#toplinks {
	font-size:0.9em;
	color:#cccc99;
	font-weight:normal;
	margin:0 5px 0 5px;
	padding:2px 2px 2px 2px;
	text-align:right;
	border:0;
}

#toplinks a {
	color:#cccc99;
	font-weight:normal;
}

#toplinks a:hover,.active {
	color:#fff;
	font-weight:normal;
	text-transform:none;
	text-decoration:none;
}

#headernavwrap {
	background:#990066 url(../images/backgrounds/header_bg.png) repeat-y;
	margin:0;
	padding:0;
	width:990px;
	height:30px;
}

#menu {
	color:#404040;
	margin:3px auto 3px 140px;
	padding:0;
	width:735px;
}

/** content  **/

.content {
width:780px;
}

#content-wrapper {
float:right;
width:780px;
} 

.wrapper #content-wrapper {
float:right;
margin-left:-25em;/* IE: preserve layout at narrow widths */
}

.text-center {
text-align:center;
}

.textbold-center {
text-align:center;
font-weight:bold;
}

#col01 {
float:left;
text-align:left;
width:50%;
}

#col02 {
float:right;
text-align:left;
width:50%;
}

.col02 {
float:right;
text-align:left;
width:50%;
}

.image-caption {
text-align: center;
font:11px Tahoma,Arial,Verdana,sans-serif;
width:350px;
margin:10px auto 10px 220px;
}

ol{
list-style-type: disc;
}

li{
margin:10px 10px 10px 0;
}

#deflist {
	margin:10px 10px 10px 30px;
}

#deflist dt {
	width: 10em;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#deflist dd {
	margin-left: 10em;
	padding-top: 5px;
	padding-bottom: 5px;
}

#deflist1 {
	margin:10px 10px 10px 20px;
}

#deflist1 dt {
	margin-left: 10px;
	width: 20em;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:bold;
}

#deflist1, img {
	margin: 0;
}

#deflist1 dd {
	margin-left: 20em;
	padding-top: 5px;
	padding-bottom: 5px;
}

#deflist1a {
	margin:10px 10px 10px 20px;
}

#deflist1a dt {
	margin-left: 10px;
	margin-right: 10px;
	width: 30em;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:normal;
}

#deflist1a, img {
	margin: 0;
}

#deflist1a dd {
	margin-left: 20em;
	padding-top: 5px;
	padding-bottom: 5px;
}

.hyphen {
	margin:10px 10px 10px 30px;
}

.hyphen dt {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.hyphen dd {
	margin-left: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
}

#alpha ol{
list-style-type: lower-alpha;
}

#alpha li{
margin:10px 10px 10px 0;
}

#num ol{
list-style-type: decimal;
}

#num li{
margin:10px 10px 10px 0;
}

.listnostyle ul{
list-style-type: none;
}

.listnostyle li{
margin:10px 10px 10px 0;
}

#nested ul{
list-style-type: decimal;
font-weight:bold;
}

#nested li{
margin:10px 10px 10px 0;
}

#nested li ul {
font-weight: normal;
list-style-type: lower-alpha;
}

#nested li ol {
font-weight: normal;
list-style-type: disc;
}

#logo ol{
list-style-image: url(../images/site_general/goe_badge_18.gif);
}

#logo li{
margin:10px 10px 10px 0;
}

.pinkfont {
color:#990066;
}

/** Footer  **/

#footer {
	height:80px;
	width:990px;
	background:#990066 url(../images/backgrounds/header_bg.png) repeat-y;
	margin:5px 0 0 0;
	padding:0px;
}

/* Sidebar */

#sidewrap {
	float: left;
	width: 200px;
}

#sidebar {
	float: left;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0 0 20px 20px;
	list-style: none;
}

#sidebar h2 {
	height: 25px;
	padding: 8px 10px 0 10px;
	border-bottom: 1px solid #454545;
	font-size: 1.6em;
}

#sidebarmessage {
	font-size: 11px;
	font-weight: normal;
}

#navigation{
	width: 190px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
	border: none;
}

.cat{
	width:179px;
	background-color: #990066;
	margin: 0px;
	padding: 4px;
	overflow: hidden;
	text-align: left;
	color: #CCCC99;
	font-weight: bold;
	border-left: 0px solid #92914A;
	border-right: 0px solid #92914A;
}

.side_header{
	width:192px;
	background-color: #990066;
	margin: 0px;
	padding: 4px;
	overflow: hidden;
	text-align: left;
	color: #CCCC99;
	font-weight: bold;
}

/** sidebar  **/

#image-logo {
	margin:3px 5px 3px 5px;
}

#image-sidebar {
	margin:3px auto 3px 35px;
}

#adobe-sidebar {
	margin:3px 50px 3px 50px;
}

#cd-sidebar {
	margin:3px 60px 3px 60px;
}

/** content  **/

#top {
	float:right;
	width:190px;
	height:500px;
	text-align:right;
	margin:0 5px 5px 0;
} 

.left {
float:left;
margin:0 10px 5px 10px;
}

.right {
float:right;
margin:0 0 4px 15px;
}

.box {
border:1px solid #990066;
color:#000;
line-height:1.4em;
padding:10px 10px 10px 13px;
margin:10px auto 10px 225px;
width:300px;
}

.box400 {
border:1px solid #990066;
color:#000;
line-height:1.4em;
padding:10px 10px 10px 13px;
margin:10px auto 10px 175px;
width:400px;
}

.boxitalic {
border:none;
font-style:italic;
color:#000;
line-height:1.4em;
padding:10px 10px 10px 13px;
margin:10px auto 10px 85px;
width:600px;
}

.box a {
color:#f0f0f0;
}

#formcol01 {
float:left;
text-align:right;
width:30%;
}

#formcol02 {
float:right;
text-align:left;
width:70%;
}


