@charset "utf-8";



* {

	margin: 0;

	padding: 0;

}

html {

	font-size: 100%;

}

body {

	margin: 0;

	padding: 0;

	font-family: Arial, Verdana, sans-serif;

	color: #333;

	font-size: 12px;

}



/* header */



#header {

	position: absolute;

	top: 0;

	width: 100%;

	height: 123px;

}



#header div.col_left img {



}



#header div.col_right {

	display: none;

}



/* main content */



#content {

	position: absolute;

	top: 123px;

	width: 100%;

}



/* home */



#home_welcome {



}

#home_welcome h1 {



}

#home_welcome div.wrapper {



}

#home_welcome div.wrapper * {



}

#home_welcome div.wrapper p {

	font-size: 14px;	

}



/* subpages */



#banner {

	display: none;

	height: 127px;

	margin: 0 0 30px 0;

}



#content div.col_left {

	display: none;

}



.col_right div.wrapper {



}



/* footer */



#footer {

	border-top: 1px solid #cccccc;

	margin: 8px 0 0 0;

	padding: 12px 0;

}



#footer p {

	font-size: 10px;

	color: #666;

	padding: 0 0 0 45px;

}

#footer p a {

	color: #666;

	text-decoration: none;

}

#footer p a:hover {

	text-decoration: underline;

}

#footer p span.spacer {

	padding: 0 7px;	

}

#footer p span#copyright {

	padding-left: 40px;	

}



/* common tags */



.clear {

	clear: both;

	height: 1px;

	display: block;

}

.largeText {

	font-size: 14px;

}



/* general tags */



h1 {

	font-size: 24px;

	padding: 0 0 15px 0;

	color: #000;

}

h2 {

	font-size: 14px;

	padding: 0 0 15px 0;

	color: #000;

}

h3 {

	font-size: 12px;

	padding: 0 0 15px 0;

	color: #000;

}

h4, h5 {

	font-size: 11px;

	padding: 0 0 15px 0;

	color: #000;

}



p {

	line-height: 150%;	

	padding: 0 0 15px 0;

}

ul {

	margin: 0 0 0 30px;

	padding: 0 0 15px 0;

	list-style: square;

}

ol {

	margin: 0 0 0 30px;

	padding: 0 0 15px 0;	

}

li {

	padding: 0 0 5px 0;

	line-height: 140%;

}

a {

	color: #666666;

	text-decoration: underline;	

}

a:hover {

	text-decoration: none;	

}