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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}
/*******************************************************************************************************************/


#topNav {
	height: 150px;
	background-image: url(images/BG_topNav.gif);
	background-repeat: repeat-x;
}
#topNav #topNavPlaecer {
	width: 1000px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
}
#topNav #topNavPlaecer #logo img {
	margin-top: 20px;
	margin-left: 20px;
}
#topNav #topNavPlaecer #logo {
	float: left;
	width: 250px;
}
#topNav #topNavPlaecer #mainNav {
	float: left;
	width: 750px;
	height: 150px;
}
#topNav #topNavPlaecer #mainNav ul {
	list-style-type: none;
	height: 50px;
	margin-top: 50px;
	margin-left: 40px;
}
#topNav #topNavPlaecer #mainNav ul li {
	float: left;		
}
#topNav #topNavPlaecer #mainNav ul li a {
	background-image: url(images/navSeperator.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	margin-right: 40px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	text-decoration: none;
}



#topNavFront {
	height: 110px;
	background-color: #000;	
}
#topNavFront #topNavPlaecer {
	width: 1000px;
	height: 110px;
	margin-right: auto;
	margin-left: auto;
}
#topNavFront #topNavPlaecer #logo img {
	margin-top: 20px;
	margin-left: 20px;
}
#topNavFront #topNavPlaecer #logo {
	float: left;
	width: 250px;
}
#topNavFront #topNavPlaecer #mainNav {
	float: left;
	width: 750px;
	height: 110px;
}
#topNavFront #topNavPlaecer #mainNav ul {
	list-style-type: none;
	height: 50px;
	margin-top: 50px;
	margin-left: 40px;
}
#topNavFront #topNavPlaecer #mainNav ul li {
	float: left;		
}
#topNavFront #topNavPlaecer #mainNav ul li a {
	background-image: url(images/navSeperator.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	margin-right: 40px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	text-decoration: none;
}






#mainContent {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}


#mainContentFront {
	background-image: url(images/BG_mainContentFront.gif);
	background-repeat: repeat-x;
	height: 100%;
	
}
#mainContentFront td {
	padding-right: 5px;
}
#mainContentFront #setCenter {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#mainContentFront #cu3er-container {
}
#mainContentFront h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #000;
}
#mainContentFront h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #000;
}
#mainContentFront h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #000;
}
#mainContentFront p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}




#mainContent #leftContent {
	float: left;
	width: 250px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 70px;
}
#mainContent #rightContent {
	float: left;
	width: 710px;
	padding-top: 30px;
	padding-left: 40px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}

#mainContent #leftContent ul li {
	width: 250px;
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 10px;
	font-size: 14px;
	background-image: url(images/subNavSeperator.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 20px;
}
#mainContent #leftContent ul li a {
	text-decoration: none;
	color: #000;
}
#mainContent #leftContent h1 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #000;
}
#mainContent #rightContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #000;
}
#mainContent #rightContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #000;
}
#mainContent #rightContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #000;
}
#mainContent #rightContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footer h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: right;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
}
#space {
	clear: both;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

