/* RESET.CSS */

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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: 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;
}

body {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top::0px;
	margin-left:0px:
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F99734;
	padding-left:10px;
	padding-top:10px;
	word-spacing:.1em;
	text-align:left;
}
a {
	font-size: 12px;
	color: #333333;
	font-variant: normal;
	font-weight: normal;
}
.borders .bottom_table a {
	font-variant: normal;
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	text-decoration: none;
	font-variant: normal;
}
a:visited {
	text-decoration: none;
	color: #333333;
	font-variant: normal;
}
a:hover {
	text-decoration: none;
	color: #999999;
	font-variant: normal;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: #333333;
	font-variant: normal;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

.borders {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: inset;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
.bgtable {
	background-image: url(assets/bgslice.png);
	background-repeat: repeat-x;
}
.bottom_table {
	background-image: url(assets/bottom.png);
}
.left5 {
	padding-left: 5px;
	text-align: left;
	padding-right: 5px;
}
.form {
	font-size: 12px;
	text-align: left;
}
#container {
	width: 790px;
	margin:auto;
	border:#000000  thin solid;
	background-image:url(assets/top.png);
 	background-repeat: no-repeat;
	background-position: right top;
}
#header {
	position: relative;
	padding: 10px 0px 10px 0px;
	
}

#header h1 {
	margin: 0;
}

#header h1 a {
	display: block;
	width: 303px;
	height: 69px;
	margin: 0 20px;
	text-indent: -9999px;
	overflow: hidden;
	background-image:url(assets/logo.jpg);
}
#topnav{
margin: 0px 0px 10px 0px;

}


#topnav li {
	float: left;
	margin-right: 10px;
}

#topnav a {
	display: block;
	padding: 0px 5px 5px 5px;
}
p { margin: 10px 10px 10px 10px;
text-align:left;
}
#temp-top{
width:405px;
height:37px;
	background-image:url(assets/top.png);
 	background-repeat: no-repeat;
	background-position: right top;
}
