/* Original CSS Code by JayKay - www.jameskoster.co.uk - modified by Smart - www.martinbest.co.uk - Feb/Mar 2005. */


body 	{
	background-color:#eeeeee;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	cursor:default;
	background-image:url(images/diagonal_lines.gif);
	}

h1 	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	color:#000000;
	border-bottom: 1px solid #eeeeee;
	padding-right:5px;
	padding-left:5px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:2px;
	}
	
p 	{
	line-height:15px;
	padding:12px;
	margin:5px;
	text-align:justify;
	}

ul li 	{
	list-style-image:url(images/bullet.gif);
	padding:1px;
	margin-right:1.5em;
	text-align:justify;
	}

table 	{
	width:85%;
	align=center;
	valign=middle;
	}

td	{
	vertical-align:middle;
	}

a 	{
	color:#333333;
	}

a:hover {
	color:#333333;
	border-bottom:1px solid #333333;
	}

a:visited {
	color:#333333;
	text-decoration:line-through;
	}

img.id 	{ 
	border: 1px solid #cccccc;
	padding:3px;
	margin:10px;
	float:right;
	}

.center {
	float:none;
	text-align:middle;
	}

input 	{
	background-color:#CCCCCC;
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #aaaaaa;
	border-bottom: 1px solid #eeeeee;
	}

acronym {
	font-variant:small-caps;
	cursor:help;
	border-bottom: 1px solid #cccccc;
	}


#container {
	width:600px;
	background-color:#FFFFFF;
	border: 1px solid #cccccc;
	margin:0 auto 0 auto;
	}

#menu 	{
	width:100%;
	background-color:#ffffff;
	border-bottom:1px solid #cccccc;
	padding-top:15px;
	padding-bottom:9px;
	text-align:center;
	}

#menu a {
	height:25px;
	padding:9px;
	background-color:#efefef;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin-right:0;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	margin:2px;
	background-image:url(images/shadow.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}

#menu a:hover {
	height:25px;
	padding:9px;
	background-color:#ffffff;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:1px solid #ffffff;
	margin-right:0;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	margin:2px;
	background-image:none;
	}

#menu .aactive {
	height:25px;
	padding:9px;
	background-color:#ffffff;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:1px solid #ffffff;
	margin-right:0;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	margin:2px;
	background-image:none;
	}

#header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:300%;
	color:#000000;
	padding:10px;
	text-align:center;
	background-image:url(images/headerbg.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #999999;
	margin-bottom:10px;
	}

#header a {
	color:#000000;
	text-decoration:none;
	}

#header a:hover {
	color:#000000;
	text-decoration:none;
	border:none;
	}

#footer {
	width:570px;
	padding:5px;
	background-color:#CCCCCC;
	color:#FFFFFF;
	}
