* {
	padding: 0px;
	margin: 0px;
	}

body {
	font-family: Arial;
	font-size: 9pt;
	background: url(images/bg.gif) repeat-x 0px 80px;
	}

td {
	font-size: 10pt;
	}
	
p {
	padding-bottom: 8px;
	}

ul,ol {
	margin-left: 25px;
	margin-bottom: 10px;
	}
	
li {
	padding-bottom: 2px;
	}
	
img {
	border: 0px;
	}
	
#page {
	margin: auto;
	width: 810px;
	background-color: #ffffff;
	}

#splash {
	height: 65px;
	background: url(images/logo.gif) no-repeat bottom right;
	margin-bottom: 15px;
	}

#header {
	height: 190px;
	background: url(images/header.jpg) top no-repeat;
	padding-top: 10px;
	}
	
#header #menu {
	text-align: center;
	height: 16px;
	}

#menu ul {
	margin: 0px; 
	}
	
#menu li {
	list-style-type: none;
	display: inline; 
	padding: 0px 9px;
	border-right: 1px solid #8d8e90;
	}

#menu li a {
	color: #8d8e90;
	font-size: 11px;
	text-decoration: none;
	}
	
#menu li a:hover {
	color: #be4289;
	}

.sub_menu {
	border: 2px solid #0097ad;
	background: #e5f4f6;
	padding: 2px 15px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	margin-right: 5px;
	}
	
#sidebar {
	float: right;
	width: 165px;
	padding-right: 50px;
	}
	
#sidebar .box {
	margin-bottom: 15px;
	width: 165px;
	height: 112px;
	}

#sidebar .box div {
	padding: 8px;	
	}
	
#sidebar .box div .line {
	margin: 5px 0px;
	border-top: 1px dashed #91872c;
	width: 100px;
	padding: 0px;
	}
	
#content {
	margin-right: 237px;
	margin-left: 32px;
	padding: 15px;
	background: url(images/content_bg.gif) repeat-y;
	}

#content p, #content ul li, #content ol li, #content td {
	color: #626262;}
	
.content_image {
	padding: 0px 5px 5px 0px;
	}
	
.gray {
	color: #626262;
	}

.black {
	color: #000000;
	}
	
.light_gray {
	color: #b0b0b0;
	}

.blue {
	color: #0991d2;
}
	
.pink {
	color: #bf2e81;
	}
	
.bold {
	font-weight: bold;
	}
	
.white {
	color: #ffffff;
	}
	
.dotted {
	border-bottom: 2px dotted #000000;
	margin-bottom: 8px;
	}
	
.big {
	font-size: 12pt;}
	
.small {
	font-size: 9px;}
	
.underline {
	text-decoration: underline;}

.nolink {
	text-decoration: none;}
	
.space {
	line-height: 150%;}
