/* general styles */

body {
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: center;
        background: url(../images/background.jpg) #336699 repeat-x;
        margin: 0px;
}

h1{
        font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
        font-size: 20px;
        color: #006B95;
		
}

h2 {
        font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #007AAC;
        margin: 0px;
}

/*-- RHS Banner -- */
h3 {
        font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
        font-size: 16px;
	   padding-top:11px;
	   text-align: center;
        color: #FFFFFF;
        margin: 0px;
}

h4{
	font-weight:bold;
	margin-top:3px;
	margin-left:0px;
	background-image: url(../images/heading.png);
	height: 54px;
	width: 550px;
	font-family: "Tahoma", Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
        line-height: 50px;
        color: #006B95;
	text-indent: 10px;
	text-align:left;

}

a {
        color: #FFFFFF;
}

a:hover {
        color: #006B95;
}

a:visited {
	color: #666666;
}

/* layout styles */

#container {
	height:100%;
	width: 800px;
	text-align: left;
	margin: 0 auto 0 auto;
	background: #C7D6E4;
	padding: 0 !important;
	line-height: normal;
           border-left: solid 1px #000000;
	   border-right: solid 1px #000000;
	   border-bottom: solid 1px #000000;

}

#banner {
	height: 290px;
	background: url(../images/logo.jpg) #C7D6E4 no-repeat;
}

#content {
	position:relative;
	margin: 0px 3px 3px 3px;
	padding: 0px 3px 3px 3px;
	background: #C7D6E4;
	height: 100%;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}


/* main nav */

#nav-section {
	clear: both;
	background-image:url(../images/nav.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 32px;
	padding: 4px 10px 2px 5px;
}

#nav-section ul {
        margin: 0;
        padding: 5px 10px 0 0;
}

#nav-section li {
        list-style-type: none;
        float: left;
        margin: 0px 2px 0 2px;
        padding-left: 12px;
        padding-right:12px;
        font:Arial, Helvetica, sans-serif;
        color:#FFFFFF;
        border-right: solid 2px #FFFFFF;
}

#nav-section a:link, #nav-section a:visited {
        font-weight: bold;
        text-decoration: none;
}

#nav-section a {
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: none;
}

#nav-section a:hover, #nav-section a:visited:hover {
	color: #80B3C9;
	font-weight: bold;
	text-decoration: none;
}


#rhs-banner {
	width:210px;
    padding:2px;
    color: #FFFFFF;
}

#rhs-heading {
	font-weight: bold;
	width:200px;
	height: 37px;
	background: url(../images/header.png) no-repeat;
}

#rhs-banner-nav-img {
    color: #FFFFFF;
	width:193px;
	padding-left:5px;
	
        background-color:#336699;
        border-width: 1px 1px 1px 1px;
        border-spacing: 0px;
        border-style: solid;
        border-color: #173E5A;
}

#rhs-banner-nav {
	color: #FFFFFF;
	width:193px;
	padding-left:5px;
	text-align:left;
        background-color:#336699;
        border-width: 1px 1px 1px 1px;
        border-spacing: 0px;
        border-style: solid;
        border-color: #173E5A;
}

#rhs-banner-nav ul {
        margin: 0;
        padding-left: 15px;
}

#rhs-banner-nav li {
        margin: 2px;
        
        
}

#rhs-banner-nav a:link, #rhs-banner-nav a:visited {
        font-weight: bold;
        text-decoration: none;
}

#rhs-banner-nav a {
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: none;
}

#rhs-banner-nav a:hover, #nav-section a:visited:hover {
	color: #80B3C9;
	font-weight: bold;
	text-decoration: none;
}

/* Footer */
#footer {
	clear: both;
	background-image:url(../images/nav.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 30px;
	padding: 0px 0px 0px 0px;
}

#footer ul {
        margin: 0;
        padding: 5px 10px 2px 2px;
}

#footer li {
        list-style-type: none;
        float: left;
        margin: 2px;
        padding-left: 12px;
        padding-right:12px;
        font:Arial, Helvetica, sans-serif;
        color:#FFFFFF;
        border-right: solid 2px #FFFFFF;
}

#footer a:link, #footer a:visited {
        font-weight: bold;
        text-decoration: none;
}

#footer a {
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: none;
}

#footer a:hover, #nav-section a:visited:hover {
	color: #80B3C9;
	font-weight: bold;
	text-decoration: none;
}

#bb {
 text-align: center;   
  font-size: 12px;
  color: #FFFFFF;
}

#bb a {
        color: #FFFFFF;
        text-decoration: none;
}

#bb a:hover, #nav-section a:visited:hover {
	color: #80B3C9;
	text-decoration: none;
}

/* Images */

img {
        border:none;
}

#rotator{border:0px;overflow:hidden;margin:0px;padding:0px;position: relative;text-align: center; width:105px;height:80px;}
#rotator img{border:1px solid #41021b; width:100px; text-align:center;}

.thumb {
        padding:1px;
	border: 1px solid #41021b;
}

.tableImage {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
}

