@charset "utf-8";
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: bottom;
	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;
}


#divarea {
	background-color:#;
	width: 1024px;
	height:700px;
	padding: 20px 20px;
	margin-right: auto;
	margin-left: auto;
		
}
body {
	font-family: Arial, Helvetica, sans-serif,;
	font-size: 12px;
	background-color: #ffffff;
	padding:20px 0 0 0;
	color: #808080;
	width: 100%;
	background-repeat:repeat;
}

#header {

	}
	
#navlogo {
	float: left;
	background-color:;
	width: 225px;
	height:40px;
	margin-right: ;
	margin-left: ;
	text-align: left;
}
#nav {

	float: right;
	text-align:right;
	background-color:;
	width: 600px;
	height: 33px;
	margin-right: ;
	margin-left: ;
	padding-top: 7px;
}


#sidebar {
	float: left;
	width: 100%;
	text-align:left;
	padding: 0px;
	background-color:;
	margin-right: auto;
	margin-left: auto;
	height: 0px;
}


#bodycontent {
	padding-right: auto;
	padding-left: auto;
	width: 100%;
	height: ;
	background-color: ;
	margin-right: auto;
	margin-left: auto;
}
#divContentArea {
	float: left;
	width: 100%;
	height: 100%;
	color: #666;
	background-color: ;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
}


#footer {
	background-color: #eee;
	font-size: 9px;
	width: 100%;
	float:right;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}

img {
	border-right-width: ;
	border-top-color: #;
	border-right-color: #;
	border-bottom-color: #;
	border-left-color: #;
}

iframe {
	background-color: #eee;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height:690px;
}



p{
color:#000;
}

a{
	color:#555;
}

a:hover{
	color:#ff0000;
}

