
/* Global Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {margin:0; padding:0;}

body {
	background-color:#fff; 
	color:#000; 
	font-size: 75%; 
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html>body {font-size: 12px;}

small, cite {font-size: 0.8333em; line-height: 1.8em;}
blockquote {font-size: 1.1em; line-height:1.4em; margin:1em 2em;}
ul {margin: 1em 1.8em;}
ol {margin: 1em 1.8em;}
li {line-height:1.8em;}
dl {margin:2em 1em}
dt {margin-top:1em; font-size:1.1em;}
dd {text-indent:4em;}
fieldset {padding:1em;}
th {padding:0.4em;}
td {padding:0.2em;}

p {font-size: 1em; line-height: 1.4em; margin: 0 0 1.6em 0;}
strong {font-weight:bold;}

/* =HEADINGS
- - - - - - - - - - - - - - - - - - - - - */
h1 {display:none;}
h2 {
	font-size: 2em;
	font-weight:normal; 
	line-height: 1em; 
	margin-top: 8px; 
	margin-bottom: 0.6em; 
	color:#000;
}
h2 span {color:#666; font-weight:bold;}
h3 {
	font-size: 1.4em; 
	font-weight:normal; 
	line-height: 1em; 
	margin-top: 0.8em; 
	margin-bottom: 0.8em; 
	color:#000;
} 
h4 {
	font-size: 1.1667em; 
	font-weight:bold;
	line-height: 1.286em; 
	margin-top: 1.8em; 
	margin-bottom: 0.6em; 
	color:#000;
}
h5 {
	font-size: 1em;
	line-height:0.8em;
	font-weight:bold;
	margin-top:0.8em;
	margin-bottom: 0.2em;
}


/* =LINKS
- - - - - - - - - - - - - - - - - - - - - */
a img {border:none;}
a:link {text-decoration:underline;}
a:visited {text-decoration:underline;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

h3 a:link {text-decoration:underline;}
h3 a:visited {text-decoration:none;}
h3 a:hover {text-decoration:underline;}

/* =LAYOUT
- - - - - - - - - - - - - - - - - - - - - */
.hide {display: none;}

#wrap {
	text-align: left;
	background-color:#fff;
}

#header {
	margin: 0 auto;
	background:url(images/header.jpg) no-repeat top center;
	width: 770px;
	height: 105px;
	color: #fff;
	font-weight: bold;
}
#header h2 {
	padding: 20px 0;
	margin: 0;
	color: #fff;
}

#content {
	text-align:left;
	margin: 0 auto;
	width:770px;
	padding:20px 0;
	background: url(images/blue_03.gif) repeat-y;
	overflow: hidden;
}
#leftC {float:left; margin-left:20px; margin-right:20px; width:400px;}
#rightC {float:left; width:300px; text-align:left;}

#content2 {
	text-align:left;
	margin: 0 auto;
	width:770px;
	padding:20px;
	overflow: hidden;
}
#content2 h2 {
	padding: 3px;
	background: #000;
	color: #fff;
	width:100%;
}

/* =FORMS
- - - - - - - - - - - - - - - - - - - - - */
div.input{margin:0;padding:5px;}
div.input label{margin:0;padding:0;float:left;width:500px;}
div.input input{margin:0;padding:0;}


/* =MISC
- - - - - - - - - - - - - - - - - - - - - */
div.clear{clear:both;}
.center{text-align:center;}