/* CSS Document */

body {
	text-align: center; /* For Internet Explorer */
	background-image: url(graphics/body_graphics/body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #111111;
	padding: 0px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}

#container {
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
}

#left_body {
	float: left;
	width: 510px;
	padding-left: 20px;
}

#left_body p, #right_body p, #left_body ol {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

#left_body p a, #left_body p a:visited, #left_body p a:active, #left_body ul li a, #left_body ul li a:visited, #left_body ul li a:active , #left_body ol a, #left_body ol a:visited, #left_body ol a:active {
	color: #ffcc33;
	text-decoration: none;
}

#left_body p a:hover, #left_body ul li a:hover, #left_body ol a:hover {
	color: #FFD85E;
	text-decoration: underline;
}

#left_body blockquote {
	background-color: #424242;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	text-align: left;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#left_body h1 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
}

#left_body h2 {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}

#left_body h3, #right_body h3 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px; 
	margin-bottom: -1em;
}

#left_body ul li {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
	margin-left: -20px;
}

#left_body a img, #left_body a:visited img, #left_body a:active img, #left_body a:hover img {
	border: none;
}

#right_body {
	float: right;
	width: 210px;
	padding-left: 20px;
	padding-right: 30px;
	text-align: left;
}

#right_body img {
	float: right;
	display: inline;
}


.latest_news {
	font-style: italic;
}

#block_menu{
	width: 200px;
	font-size: 12px;
}

#block_menu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#block_menu li a {
	display: block;
	padding: 3px 0px;
	padding-left: 10px;
	width: 200px;
	text-decoration: none;
	color: #FFFFFF;
}

* html #block_menu li a{ /*IE only */
	width: 200px; /*IE 5*/
	w\idth: 200px;
}

#block_menu li a:hover {
background-color: #004B8F;
border-left-color: #FFFFFF;
}

#block_menu div.menutitle{
color: #FFFFFF;
padding: 1px 0px;
padding-left: 0px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sponsors {
	margin-top: 20px;
}

.members h3{
	margin-top: -3px;
}

.members img, .members img a, .members img a:hover, .members img a:active, .members img a:visited {
	border: 1px;
	border-color: #FFFFFF;
	border-style: solid;
}

.members ul {
	padding-bottom: 20px;
}

.members img a, .members img a:visited, .members img a:active {
	border: solid;
	border-color: #FFFFFF;
}

.members h3 a, .members h3 a:visited, .members h3 a:active {
	color: #ffcc33;
	text-decoration: none;
}

.members h3 a:hover {
	color: #FFD85E;
	text-decoration: underline;
}

.sponsors h3{
	margin-top: -3px;
}

.sponsors p {
	padding-bottom: 1px;
}

.sponsors img, .sponsors img a, .sponsors img a:hover, .sponsors img a:active, .sponsors img a:visited {
	border: 0px;
	border-color: #FFFFFF;
	border-style: solid;
	margin-top: -20px;
}

.sponsors ul {
	padding-bottom: 20px;
}

.sponsors img a, .sponsors img a:visited, .sponsors img a:active {
	border: solid;
	border-color: #FFFFFF;
}

.sponsors h3 a, .sponsors h3 a:visited, .sponsors h3 a:active {
	color: #ffcc33;
	text-decoration: none;
}

.sponsors h3 a:hover {
	color: #FFD85E;
	text-decoration: underline;
}

#footer {
	margin-top: 80px;
	margin-bottom: 20px;
}

#footer p {
	color: #191919;
}

.new {
	font-weight: bold;
	color: #FF0000;
}

.pic {
	border: solid;
	border-width: 10px;
	border-color: #FFFFFF;
}

/* For Gallery */
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	border: 10px solid white;
    cursor: pointer; /* opera */
	cursor: url(highslide/graphics/zoomout.cur), pointer;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

label {
	text-align: left;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-sze: 12px;
	margin-left: 5px;
}

form {
	text-align: left;
}

.previousteam {
	padding-bottom: 40px;
}

.borderwhite {
	border-color: #FFFFFF;
}

#bannerAd{
	visibility:visible;
}
