/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:12px Arial, Helvetica, sans-serif;
color:#666666;
background:#c4e4fc;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
padding:5px 0 0 0;
letter-spacing:-0.2px;
font-size:18px;
color:#00a3d9;
}

h2 {
padding:0px;
letter-spacing:-0.2px;
font-size:18px;
color:#575f61;
}

h3 {
font-weight:bold;
}
em{
font-style:italic;
}

p, ul, ol {
margin:0;
padding:5px 0 0 0;
}
p.error{
	color:red;
	padding:0;
	margin:0;
	font-size:10px;
}

ul, ol {
list-style:none;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

strong{
	font-weight:bold;
}

/***** Links *****/

a {
	color:#00a3d9;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}


/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
	font-size:11px;
	padding:1px 2px;
	border:1px solid #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
margin:0;
padding:0;
}

table.borderer{
	width:70%;
	border-bottom:1px solid black;
	border-right:1px solid black;
}
table.borderer td{
	border:1px solid black;
	border-bottom:none;
	border-right:none;
	padding:2px 1px;
}
table.borderer th{
	background:#cccccc;
	padding:2px 1px;
	border-right:none;
}



/***** Wrapper *****/

#wrap {
	position:relative;
	background:#c4e4fc url(/pic/background.jpg) top center no-repeat;
	width:1000px;
	padding-top:390px;
	margin:0 auto;
	margin-bottom:0px;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }


div.text li{
	padding-left:10px;
}