/* RESET BROWSER STYLES */

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

blockquote, q { quotes: "" ""; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

caption, th, td { font-weight: normal; text-align: left; }

em { font-style: italic; }

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0pt none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0pt;
	outline-color: invert;
	outline-style: none;
	outline-width: 0pt;
	padding: 0pt;
	vertical-align: baseline;
}

strong { font-weight: bold; }

table { border-collapse: separate; border-spacing: 0pt; }

form { margin: 0; padding: 0; }

form label { cursor: pointer; }

/* CLEARFIX FOR BOXMODEL */

.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}


a { text-decoration: none; color: #3399cc; }

a:hover { color: #000000; text-decoration: underline; cursor: pointer; }

body {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
}

h1 { font-size: 3em; }

h1, h2, h3, h4, h5, p, ul { margin-bottom: 10px;
line-height:25px; }

h2 { font-size: 2.4em; }

h3 { font-size: 1.8em; }

h4 { font-size: 1.4em; }

ul li { margin-left: 15px; margin-bottom: 5px; }

small {
	font-size: 11px;
}

.main {
	border-top: solid 4px #cc0000;
	text-align: center;
}

.container, .footer-container {
	width: 840px;
	margin: 0 auto;
	text-align: left;
}

.footer {
	text-align: center;
	border-top: solid 2px #666;
	padding: 17px 0;
	background: #222;
	color: #6f6f6f;
	font-size: 11px;
}

.footer a {
	color: #fff;
}

.container {
	margin: 45px auto;
}

.page-header {
	background: url(../images/border1.gif) left bottom repeat-x;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}

.left {
	display: block;
	float: left;
}

.right {
	display: block;
	float: right;
}

.page-func {
	position: absolute;
	right: 0;
	bottom: 15px;
}

.page-func a {
	color: #adad33;
	font-style: italic;
	text-decoration: underline;
}

.footer-left {
	float: left;
	padding-right: 20px;
	border-right: solid 1px #2e2e2e;
	margin-right: 20px;
}

.footer-center {
	float: left;
}

.footer-right {
	float: right;
	text-align: right;
}

.selectbox {
	background: #333333;
	margin-top: 6px;
	border: none;
	padding: 3px;
}
