/* 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;
}

body {
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	background-color: #fff;
	font-size: 0.8em; 
	color: #000;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

a {
	font-weight: bold;
	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: 294px;
	height: 111px;
}

.textbox {
	border: 1px solid #ccc;
	width: 244px;
	padding: 2px;
}

.button {
	cursor: pointer;
	border: none;
	background-color: #c21d2d;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

#container {
	width: 778px;
	padding: 0px 86px;
	height: 712px;
	margin: auto;
	margin-top: 20px;
	text-align: left;
	background: url(../images/bg.jpg) top no-repeat;
}

#email {
	position: relative;
	top: 370px;
	width: 778px;
	height: 35px;
	margin: auto;
}

#email a {
	display: block;
	width: 778px;
	height: 35px;
	text-indent: -9999px;
	background: url(../images/email.png) top no-repeat;
}

#email a:hover, #menu a:hover {
	background-position: bottom;
}

#menu {
	position: relative;
	top: 377px;
	left: -63px;
	width: 182px;
	height: 200px;
	float: right
}

#menu a {
	display: block;
	width: 182px;
	height: 200px;
	text-indent: -9999px;
	background: url(../images/mainmenu.png) top no-repeat;
}

#form {
	width: 600px;
	float: right;
	text-align: left;
	margin-top: 10px;
}

#form ul {
	margin: 10px 0px 10px 20px;
}

#form li {
	list-style: square;
	margin-bottom: 5px;
}

/* 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;
}