/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.htmlarea {
	border: 1px solid #ccc;
}

html, body {
	height: 100%;
}

body {
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	background-color: #fff;
	font-size: 0.8em; 
	color: #2a4491;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.8em;
	margin-top: 20px;
}

h2 {
	font-size: 1.4em;
	color: #42ad49;
	margin: 10px 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

textarea, select {
	border: 1px solid #ccc;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	padding: 2px;
}

textarea {
	width: 244px;
	height: 111px;
}

.textbox {
	border: 1px solid #ccc;
	width: 244px;
	padding: 2px;
}

#page {
	width: 760px;
	margin: auto;
	text-align: left;
	position: relative;
	height: 100%;
}

#container {
	width: 760px;
	min-height: 100% !important;
	float: left;
	background: url(../images/containerbg.png) top repeat-y;
}

#nav {
	float: left;
	width: 140px;
	padding: 0px 17px;
	color: #fff;
	background: url(../images/navbg.png) top no-repeat;
	font-size: 0.8em;
}

#nav ul {
	padding: 80px 0px 70px 0px;
	margin-left: 0px;
}

#nav li {
	margin-bottom: 20px;
	font-size: 1.2em;
}

#nav a {
	color: #fff;
	font-weight: bold;
}

#nav a:hover, #nav .on {
	text-decoration: underline;
}

#content {
	width: 535px;
	float: right;
	padding: 40px 0px 10px 0px;
}

#text {
	float: left;
	width: 410px;
	padding-top: 20px;
}

#content ul {
	margin-left: 20px;
}

#content li {
	list-style: disc;
	margin-bottom: 5px;
}

#images {
	float: right;
	width: 86px;
	padding-top: 10px;
}

.big {
	font-size: 1.2em;
}

table {
	border: 1px solid #ccc;
}

td {
	padding: 5px 10px;
	border: 1px solid #ccc;
}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0px 20px 20px 0px;
}

.rightpic {
	float: right;
	margin: 0px 0px 20px 20px;
}

.verify {
	border: 1px solid #ccc;
	position: relative;
	top: 6px;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

.msg {
	color: #fff;
	font-weight: bold;
	background-color: red;
	padding: 5px;
}