@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

img.borderimage{
	border: solid 4px #CC0000;
}

img.bordersmall{
	border: solid 1px #CC0000;
}

body {
	background: #FFFFFF;
	color: #303030;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	}

h1, h2, h3 {
	color: #CC0000;
	letter-spacing: -1px;
}

h1 {
	font-size: 30px;
}

ul, ol {
	margin-bottom: 2em;
	text-align: justify;
	line-height: 150%;
}

p {
}

ul {
	list-style-position: inside;
}

ol {
	list-style-position: inside;
}

a {
	color: #FF0000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
}

img.right {
}

.tn img {
	border: 8px solid #F5F5F5;
}

hr {
	display: none;
}

/* Logo */

#logo {
	width: 941px;
	height: 255px;
	margin: 0 auto;
	display: none;
}

#logo h1 {
	float: left;
	padding: 70px 37px 0 0;
	height: 54px;
	background: url(../images/img02.gif) no-repeat 100% 63px;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: -2px;
}

#logo h2 {
	float: right;
	padding: 98px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
  

#menu {
	margin: 0 auto;
	width: 200px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	height: 20px;
	margin-top: 5px;
	padding: 8px 10px 2px 12px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #b10000;
	background: #FFFFFF url(../images/menu1.gif) no-repeat;
}

#menu a:hover {
	height: 20px;
	margin-top: 5px;
	padding: 8px 0px 2px 12px;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	background: #CC0000 url(../images/menu2.gif) no-repeat;
}

/* Page */

#bg {
	background: none;
}

#page {
	width: 100%;
	margin: 0 auto;
}

/* Content */

#content { 
	text-align: left;
	float: right;
	padding: 0 45px 25px 10px;
}

/* Sidebar */

#sidebar {
	display: none;
	float: left;
	width: 200px;
	padding: 0px 0px 25px 13px;
}


/* Footer */

#footer {
	padding: 25px 0px;
	font-size: 12px;
	clear:  both;
	color: #000000;
	text-align: center;
}
#footer img{
	display: none;
}
#footer a {
	color: #FFFFFF;
}
.footertable{
	width: 900px;
	display: table;
	margin: auto 0px;
}

#content table {
	clear: both;
}
#GetData_Title{
	font-weight: bold;
	color: #b10000;
	margin-top: 15px;
}
#mainimg{
	margin-top: 10px;
}
.ImgGalBox{
	margin-top: 10px;
}
.ImgGalBox img{
	border: 1px solid #b10000;
}

