/*General*/
body {
	margin: 15px 0 0 0;
	background-color: #003;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 31px;
	color: #CC0000;
	padding: 0 0 0 40px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #C00;
	font-weight: bold;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	margin: 15px 0px 5px 0px;
	padding: 3px 0px;
	font-style: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000033;
	border-bottom-color: #000033;
}
h3 {
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
p {
	font-size: 13px;
	margin: 5px 0 25px 0;
}
a:link {
	color: #003;
}
a:visited {
	color: #069;
}
a:hover {
	color: #069;
}
li {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px 0px 10px 30px;
	list-style-type: square;
}
ol {
	list-style-type: decimal;
	margin: 0px;
	padding: 0px 0px 10px 40px;
}
td {
	vertical-align: top;
}
.dropcap {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}

/*Structure*/

.table {
	width: 100%;
	background-color: #FF9;
	
}
.content {
	width: 100%;
}
#container {
	width: 100%;
	padding: 50px 0 0 20px;
}
.lside {
	width: 100px;
}
.rside {
	width: 100%;

}
img.floatLeft { 
	float: left; 
	margin: 0 10px 10px 0;
	border: 1px solid #003;
/*	border: 1px solid #C00;*/
}
img.floatRight { 
	float: right; 
	margin: 0 0 10px 10px;
	border: 1px solid #003;
/*	border: 1px solid #C00;*/
}
#textlinks {
	margin: 30px 0 0 0;
}
#textlinks p {
	font-size: 11px;
	line-height: 16px;
}
#smallprint {
}
#smallprint p  {
	font-size: 10px;
	text-align: left;
	padding: 10px 0;
	color: #666;
	border-top: 1px solid #003;

}
#smallprint a {
	color: #003;
}
#smallprint a:visited {
	color: #069;
}
#smallprint a:hover {
	color: #069;
}
/*Navigation*/

#navlist {
	padding: 0;
	margin: 0;
	width: 100%;
	border-right: 1px solid #006;
}
#navlist ul {
	margin: 0;
	padding: 0;
}
#navlist li{
	border-bottom: 1px solid #006;
	margin: 0;
	font-size: 12px;
	list-style: none;
	text-align: right;

}

#navlist li a {
	display: block;
	padding: 5px 5px 5px 10px;
	background-color: #FC6;
	color: #003;
	text-decoration: none;
	width: 100%;

}
#navlist a:hover, #navlist a:active {
	background-color: #003;
	color: #FFF;
}
html>body #navlist li a {
		width: auto;
		}
/*Table list*/
.tableList {
	border-top: 1px solid #003;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	margin: 0px 0px 0px 0px;
	font-style: normal;

}
.tableList td {
	border-bottom: 1px solid #003;
	padding: 3px 0px;
}
.alignr {
	text-align: right;
}
.tableSinglel {
	border-top: 1px solid #003;
	border-bottom: 1px solid #003;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	margin: 100px 0px 10px 0px;
	font-style: normal;
	padding: 3px 0px;

}
.tableSingler {
	border-top: 1px solid #006;
	border-bottom: 1px solid #003;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	margin: 100px 0px 10px 0px;
	font-style: normal;
	padding: 3px 0px;
	text-align: right;

}
.tablebg {
	background-color: #FFCC66;
}
.tablekey {
	background-color: #DBB994;
	font-weight: bold;
	text-transform: uppercase;
}