﻿{
	margin: 0px;
	padding: 0px;
}

img
{
border: 0px;
}


textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	font-weight: lighter;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #ffffff;
}

ol
{
margin-top: 10px;
}

p
{
	margin-top: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	margin-bottom: 0px;
}


h3 {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
}

h2 {
	color: #82c9de;
}

h1 {
	color: #29839C;
	font-size: medium;
}


h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #82c9de;
}


h3 {
	font-size: 1em;
}


ol {
	margin-left: 3em;
}


ul {
	margin-left: 3em;
}

a {
	color: #000000;
}

a:hover {
	border: none;
	text-decoration: none;
}

h3 a {
	border: none;
	text-decoration: none;
	color: #82c9de;
}

h2 a {
	border: none;
	text-decoration: none;
	color: #000000;
}

h1 a {
	border: none;
	text-decoration: none;
	color: #000000;
}

h3 a:hover {
	background: none;
	color: #FF0000;
}

h2 a:hover {
	background: none;
	color: #FF0000;
}

h1 a:hover {
	background: none;
	color: #FF0000;
}

hr {
	display: none;
}


#main
{
	width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
}


/* Header */

#header {
	width: 1000px;
	height: 175px;
}

/* Logo */

#logo {
	width: 101%;
	height: 120px;
	margin: 0 auto;
	text-align: left;
	background-image: url('../images/top.jpg');
}


#logo h1 {
	padding-left: 40px;
	color: #ffffff;
	padding-top: 30px;
	font-size: 24px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-left: 40px;
}


#logo a {
	color: #000000;
}

/* Page */

#page {
	border-color: #82C9DE;
	border-style: solid;
	width: 101%;
	margin: 0 auto;
}


/* Content */

#table   {
	width: 50%;
}
#content {
	float: left;
	width: 800px;
	min-height: 350px;
}

#content H2
{
	background: url("../images/menu.gif") repeat-x;
	height: 24px;
	width: 765px;
	font-size: 16px;
	color: #000000;
	padding-left: 20px;
	padding-top: 5px;
}

#content H2 a
{
color: #ffffff;
}

#content a:hover
{
color: #ff0000;
}

#content .entry
{
	padding: 10px;
	width: 763px;
	color: #000000;
}

/* Sidebars */

.sidebar {
	float: left;

}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

.sidebar {
}


.sidebar li {
	margin: 0;
}


#sidebar2 {
	width: 185px;
	margin-left: 20px;
	padding-left: 5px;
	min-height: 350px;
}

#sidebar2 h2 {
	background: url("../images/menu.gif") repeat-x;
	height: 24px;
	width: 163px;
	color: #000000;
	padding-left: 20px;
	padding-top: 5px;
	margin-top: 11px;
}

#sidebar2 ul {
	line-height: normal;
}

#sidebar2 li {
	padding: 5px;
	background: url("../images/img04.gif") repeat-x left bottom;
	font-size: .8em;
}

#sidebar2 a {
	border: none;
	font-size: 12px;
	padding-left: 10px;
}

#sidebar2 a:hover {
	border: none;
	padding-left: 10px;
	color: #FF0000
}

.back_title
{

}

#sidebar2 .top {
}
 


/* Footer */
#footer
{
	padding: 10px;
	height: 32px;
	background: url("../images/footer.gif") repeat-x;
	width: 990px;
	position: relative;
	bottom: -1px;
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #000000;
}

.chromestyle{
	width: 101%;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 650px;
	background: center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center;
	background-color: #FFFFFF;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #000000;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	font-size: medium;
	border-right-color: #82C9DE;
	border-right-style: solid;
}

.chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url("../Images/dropdown.gif") center center repeat-x; /*THEME CHANGE HERE*/
}


.chromestyle ul li a:hover{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url("../Images/dropdown.gif") center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
}



#floatMenu {
	position: absolute;
	top: 230px;
	left: 50%;
	margin-left: 325px;
	width: 160px;
}   
#floatMenu ul {   
margin-bottom:20px;   
}   
#floatMenu ul li a {
	display: block;
	border: 1px solid #82C6DE;
	background-color: #fff;
	border-left: 5px solid #82C6DE;
	text-decoration: none;
	color: #000;
	padding: 2px 2px 2px 20px;
}  

#floatMenu ul.menu1 li a:hover {   
    display: block;
	border: 1px solid #666;
	background-color: #fff;
	border-left: 5px solid #666;
	text-decoration: none;
	color: #000;
	padding: 2px 2px 2px 20px;
 
}  
 

#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}












#sb-wrapper{text-align:left;}












#sb-container{text-align:left;}
#sb-overlay{position:absolute;top:0;left:0;width:100%;margin:0;padding:0;}
#sb-container{position:absolute;top:0;left:0;width:100%;margin:0;padding:0;}
#sb-container{height:100%;display:none;visibility:hidden;z-index:999;}

body>
#sb-container{position:fixed;}
#sb-overlay{height:expression(document.documentElement.clientHeight+'px');}

#sb-container>
#sb-overlay{height:100%;}
#sb-wrapper{position:relative;}#sb-wrapper img{border:none;}
#sb-body{position:relative;margin:0;padding:0;overflow:hidden;border:1px solid #303030;}
#sb-body-inner{position:relative;height:100%;}#sb-content.html{height:100%;overflow:auto;}
#sb-loading{position:absolute;top:0;width:100%;height:100%;text-align:center;padding-top:10px;}

#sb-loading{background-color:#060606;}

#sb-body{background-color:#060606;}

#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}

#sb-title{position:relative;margin:0;padding:0;overflow:hidden;}

#sb-info-inner{position:relative;font-family:'Lucida Grande',Tahoma,sans-serif;line-height:16px;}

#sb-title-inner{position:relative;font-family:'Lucida Grande',Tahoma,sans-serif;line-height:16px;}

#sb-title-inner{height:26px;}

#sb-title{height:26px;}
#sb-title-inner{font-size:16px;padding:5px 0;color:#fff;}

#sb-info-inner{height:20px;}

#sb-info{height:20px;}
#sb-info-inner{font-size:12px;color:#fff;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;}
#sb-nav-close{background-image:url(../shadowbox/resources/close.png);background-repeat:no-repeat;}
#sb-nav-next{background-image:url(../shadowbox/resources/next.png);background-repeat:no-repeat;}
#sb-nav-previous{background-image:url(../shadowbox/resources/previous.png);background-repeat:no-repeat;}
#sb-nav-play{background-image:url(../shadowbox/resources/play.png);background-repeat:no-repeat;}
#sb-nav-pause{background-image:url(../shadowbox/resources/pause.png);background-repeat:no-repeat;}
#sb-counter{float:left;padding:2px 0;width:45%;}#
sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-family:'Lucida Grande',Tahoma,sans-serif;font-size:12px;padding:10px;text-align:center;}
div.sb-message a:visited{color:#fff;text-decoration:underline;}




div.sb-message a:link{color:#fff;text-decoration:underline;}




