/*
Title:      Ki-Han master styles for screen media
Author:     Ki Han, kihan@iistix.com
Updated:    Aug 5 2005
Notes:		Hand-crafted by Ki-Han in Pleasanton, California.
*/

body
{ 
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #000000;
	background: #ffffff url(images/header.gif) repeat-x;
}

/* ---[ links ]------------------------------- */

a:link {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	}
a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom: none;
	}
a:hover {
	color: ffffff;
	text-decoration: none;
	background-color: #999999;
	border-color: #999999;	
	border-bottom-style: none;
	}

/* ---[ nav ]------------------------------- */

#container {
	position: relative;
	left: 50%;
	right: 50%; 
	width: 760px;
	margin-top: 21px;
    margin-left: -380px;
	padding: 0;	
	}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}
.header {
	font-family: Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
	color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: square;
}
.headerside {
	font-family: Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
	color: #cc1700;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: square;
}
.headerside1 {
	font-family: Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	color: #000;
	list-style-type: square;
}
.paddding10 {
	padding: 10px;
}
