body {
	font-family: tebuchet ms, trebuchet, verdana, arial;
	background-color: #a6c5e5;
	color: #4d5969;
	text-align: center;
	background-image: url("/download/652/bg-grad.gif");
	background-repeat: repeat-x;		
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}


h1 {
	margin-top: 0px;
	font-size: 130%;
	color: #5a8ed1;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 100%;
}

ul {
	padding-left: 15px;
	margin-left: 20px;
	list-style-image: url(/download/657/li.jpg);
	list-style-type: circle;	
	margin-top: 10px;
}
li {
	margin-top: -3px;
	margin-bottom: 20px; 
}

p a {
	color: #8D0236;
	text-decoration: none;
}
p a:hover {
	color: #8D0236;
	border-bottom: 2px solid #333D47;
}

body #holder {
        position: relative;
	width: 802px;
	left: +0px;
/*	top: -2px; */
	margin: auto;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 0px;
	clear: left;
	text-align: left;
}

body #holder #main {
        position: absolute;
	width: 802px;
	padding: 0px;
	margin: auto;
	margin-top: 0px;
	text-align: left;

}

body #holder #main #header{
	height: 115px;
	background-image: url("/download/658/logo.jpg");
	background-repeat: no-repeat;
}

body #holder #main #mid{
	padding: none;
	clear: left;
	background-color: #dee6f3;
}

body #holder #main #menu{
	font-size: 110%;
	height: 30px;
	font-weight: bold;
	background: url(/download/659/menu-dark.gif);
	background-repeat: repeat-x;
	background-color: #131321;
	clear: both;
}

body #holder #main #menu a {
	overflow: hidden;
	background: url(/download/660/menu-light.gif);
	background-repeat: repeat-x;
	background-position: 0px -300px;
	height: 30px;
	display: block;
	float: left;
	text-decoration: none;	
}


body #holder #main #menu a:hover {
	background-position: 1px 0px;
}

body #holder #main #menu .highlight {
	background-position: 1px 0px;
}

body #holder #main #menu a .menuitem {
	width: 125px;
	height: 30px;
	margin: 0px;
	padding-top: 5px;
	text-align: center;
	border-right: 1px solid #155387;
	cursor: hand;
	text-decoration: none;
	color: white;
}

body #holder #main #footer{
	font-size: 90%;
	background-color: #dee6f3;
	padding: 10px 0px 5px 10px;
	background-image: url("/download/680/footer.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
}

.credits {
	margin: 10px;
	font-size: 90%;
}

/* general */


body #holder #main #mid #left{ 
	clear: left;
	float: left;
	background-color: white;
	padding: 20px;
	width: 500px;
}

body #holder #main #mid #right{ 
	float: left;
	width: 250px;
	margin: 0px 0px 0px 0px;
	clear: right;
}


/* homepage */



body #holder #main #mid #setsections {
	margin-top: 10px;
	padding: 0px;
        height:1%;
	background-image: url("/download/661/section-bg.gif");
	background-repeat: repeat-y;
	clear: both;		
}

.column {

	float: left;
	width: 262px;
}

body #holder #main #mid #setsections .column p {
  margin: 5px;
}
body #holder #main #mid #setsections .column ul {
  margin-right: 5px;
}
body #holder #main #mid #setsections .column .quote {
	margin: 10px 10px 20px 10px;
}

hr { 
 	clear: both;
	height: 1px;
	overflow: hidden;
}

.clear {
	visibility: hidden;
}


form {
	margin: 0px;
}

/* tables */

		table {
			width: 100%;
			font-size: 80%;
			color: #666;
			margin: 0;
			padding: 0;
			border-collapse: collapse;
			text-align: left;
		}
		
		caption {
			font-weight: bold;
			margin-bottom: 20px;
			text-align: left;
			text-transform: uppercase;
		}
		
		td {
			margin: 0;
			padding: 4px;
			border-bottom: 1px dotted #999;
		}
		
		td a {

			font-decoration: none;
			color: black;
		}
		td a:hover {
			color: #8D0236;
			text-decoration: underline;	
		}
		th {
			font-weight: normal;
			border-bottom: 1px dotted #999;
		}
		
		thead tr th {
			background-color: #999;
			padding:  2px 2px;
			color: #fff;
			font-weight: bold;
			border: 0;
		}
		
		tfoot tr th, tfoot tr td {
			background-color: transparent;
			padding:  2px 2px;
			color: #ccc;
			border-top: 1px solid #ccc;
		}
		
		tbody tr th {
/*			padding: 20px 10px; */
		}
		
		tr.odd {
			background-color: #F7F9FA;
		}
		
/*		tr:hover {
			background:#eee;
		}
		
		tr:hover td, tr:hover td a, tr:hover th a {
			color: #000;
		}
		
		tr:hover td a:hover, tr:hover th a:hover {
			background-color: #fff;
			border-bottom: 1px solid #ccc;
			border-top: 1px solid #ccc;
		}*/
/*
table { 
	width: 100%; 
	font-size: 80%;
}
caption { 
	text-align: right; 
	border-bottom: 1px dotted #999999; 
	padding: 0px; 
}
thead th { }
tfoot th { border-top: 1px dotted #999999; }
tfoot th { }
tfoot td { }
tbody td { }
tbody th { } */