body{
}

#content{
	z-index: 3;
	position: absolute;
	margin-top:140px;
	left:0;
	right:0;
	width:100%;
}

#table{
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -492px;
	padding-bottom:30px;
}

#table tr td img{
	-moz-box-shadow:#AAA 2px 2px 10px;
	-webkit-box-shadow:#AAA 2px 2px 10px;
	margin-bottom:-20px;
}

td{
	font-family: Helvetica, Geneva, Arial;
	font-size: 13px;
	color: #666;
}

p{
	font-family: Helvetica, Geneva, Arial;
	font-size: 13px;
	color: #666;
	text-align: left;
}

li{
	font-family: Helvetica, Geneva, Arial;
	font-size: 13px;
	color: #666;
}

h1{
	font-family: Helvetica, Geneva, Arial;
	font-size: 22px;
	color: #AAA;
}

h2{
	font-family: Helvetica, Geneva, Arial;
	font-size: 16px;
	color: #566294;
	text-align: left;
}

h3{
	font-family: Helvetica, Geneva, Arial;
	font-size: 16px;
	color: #AAA;
	font-weight: normal;
	line-height: normal;
}

h4{
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #566294;
	font-size: 15px;
	line-height: normal;
}

#logo{
	height: 100px;
	width: 310px;
	z-Index:99;
	position: fixed;
	top:50px;
	left:50%;
	margin-left:-160px;
	display:block;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	background-color:#FFFFFF;
	text-align: center;
}

#header{
	height: 95px;
	width: 100%;
	left:0;
	right: 0px;
	top:0;
	z-Index:97;
	position: fixed;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	-moz-box-shadow:#EEE 2px 2px 10px;
	-webkit-box-shadow:#EEE 2px 2px 10px;
	background-color: #FFF;
}

#menu {
	position: fixed;
	top: 0;
	padding: 0;
	margin: 0;
	margin-right: -220px;
	right: 50%;
	z-index:100;
}

#footer{
	height: 25px;
	width: 100%;
	right: 0px;
	bottom:0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: center;
	font-family: Helvetica, Geneva, Arial;
	font-size: 12px;
	color: #AAA;
	padding-top: 10px;
	position:fixed;
	background-color: #FFF;
}

#footer a{
	font-family: Helvetica, Geneva, Arial;
	font-size: 12px;
	color: #AAA;
}


ul#nav {
	margin: 0;
	font-family: Helvetica, Geneva, Arial;
	font-size: 12px;
	text-transform: uppercase;
}
ul.drop a {
	display:block;
	color: #AAA;
	font-family: Helvetica, Geneva, Arial;
	font-size: 12px;
	text-decoration: none;
	 }
ul.drop, ul.drop li, ul.drop ul {
	list-style: none;
	padding: 0;
	background: #fff;
	color: #AAA;
	border-top-width: 0;
	border-right-width: 10px;
	border-bottom-width: 0;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
ul.drop { position: relative; z-index: 597; float: left; }
ul.drop li { float: left; line-height: 1.3em; vertical-align: middle; zoom: 1; padding: 5px 10px; }
ul.drop li.hover, ul.drop li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
	background: #F8F8F8;
}
ul.drop ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: -10px;
	z-index: 598;
	width: 195px;
	background: #fff;
	border-right-style: none;
	border-left-style: none;
	text-transform: none;
}
ul.drop ul li { float: none; }
ul.drop ul ul { top: -2px; left: 100%; }
ul.drop li:hover > ul { visibility: visible }

.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
