* {
 	margin:0;
 	padding:0;
 	border:0;
}

.struct, .hidden {
 	display:none;
}

.clear {
 	clear:both;
}

.center {
 	text-align:center;
}

body {
 	font-size:12px;
 	font-family:Arial,Helvetica,sans-serif;
 	background-color:#0099ff;
 	text-align:center;
}


#page {
 	width:900px;
 	background-color:#fff;
 	text-align:left;
 	margin:0 auto 0 auto;
 	border-style:solid;
 	border-width:0 1px 0 1px;
 	border-color:#333;
 	color:#333;
 	
}


#header, #content, #footer {
 	clear:both;
 	float:none;
}

#header {
 	padding:20px;
 	height:105px;
 	background-color:#039;
 	color:#fff;
 	background-image:url(../images/header_bg.gif);
 	background-repeat:no-repeat;
 	background-position:right top;
}

#footer {
 	margin-top:3em;
 	background-color:#ff3300;
 	color:#fff;
 	padding:10px;
}

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

#sidebar {
 	float:right;
 	width:280px;
}

#supportlist {
 	height:300px;
 	overflow:auto;
 	padding:10px;
 	margin-bottom:1em;
}

#supportlist li {
 	margin-bottom:0.3em;
}

#supportlist .odd {
 	color:#000;
}
#supportlist .even {
 	color:#333;
}



h1, h2, h3 {
 	font-family:Impact,sans-serif;
 	font-weight:normal;
 	color:#ff3300;
}

#header h1 {
 	font-size:3.5em;
 	color:#fff;
}

h2 {
 	font-size:2em;
}

h3 {
 	font-size:1.6em;
}

#content h3 {
 	margin-top:1em;
 	margin-bottom:0.5em;
}

ul, li {
 	list-style:none;
}

a {
 	text-decoration:none;
 	color:#039;
}

a.ext , a.download {
 	background-image:url(../images/link.png);
 	background-repeat:no-repeat;
 	background-position:0 2px;
 	padding-left:18px;
 	display:block;
}

#footer a {
 	color:#fff;
}

a.int {
 	color:#ff3300;
}


.chapter {
 	margin:20px;
}

A.chapter {
	COLOR: #fff;
	font-weight:bold;
}
.box {
 	background-color:#039;
}

p {
 	line-height:1.6em;
}



#content .chapter {
 	margin-bottom:3em;
}

#sidebar .chapter h3 {
 	background-color:#ff3300;
 	color:#fff;
 	padding:5px;
}

#content p {
 	margin-bottom:1em;
}


.intro {
 	font-weight:bold;
 	font-size:1.1em;
 	color:#039;
}


.topiclist li {
 	margin:1em 1em 2em 1em;
}	

.topiclist h4 {
 	font-weight:bold;
 	font-size:1.2em;
 	color:#333399;
 	margin:1em 0 0.5em 0;
}

.topiclist p {
}

.topiclist em {
 	color:#ff3300;
 	font-style:normal;
 	font-weight:bold;
 	display:block;
}

.linklist li {
 	margin:0.5em 0 0.5em 0.5em;
}


#signform {
 	padding-bottom:2em;
}

#signform p {
 	color:#fff;
 	padding:10px;
 	font-size:0.9em;
}

fieldset {
 	margin:0.5em;
}

fieldset label {
 	display:block;
 	font-weight:bold;
 	color:#fff;
}

.input {
 	background-color:#eee;
 	border:solid 1px #fff;
 	width:90%;
 	
}

.button {
 	background-color:#ff3300;
 	color:#fff;
 	padding:2px;
 	font-weight:bold;
 	border:solid 1px #fff;
 	-moz-border-radius: 2px;
}

.alert {
 	background-color:#ff3300;
 	padding:5px;
 	color:#000;
}
