
body {
     background-color: White;
     color: #454545;
     padding: 0px;
     border: 0px;
     margin: 0px;
     font-family: Arial;
     font-size: 11px;
     background-image: url('../images/bg.jpg');
}
img {
     border: 0;
}
p {
     text-align: justify;
     margin: 0;
     padding: 12px 0 0 0;
}

th {
     background-color: #084d9e;
     color: White;
     font-weight: normal
}
h2 {
     margin: 0;
     padding: 0 0 10px 0;
     font-size: 13px;
     font-weight: bold;
}
a {
     color: #454545;
     font-weight: bold;
     text-decoration: none;
}
a:hover {
     text-decoration: underline;
}
#wrapper {
     width: 716px;
     height: 100%;
     margin: auto;
}

#header {
     width: 716px;
     height: 185px;
     background-image: url('../images/header.jpg');
}

#content {
     width: 716px;
     height: 488px;
     background-image: url('../images/contentbg.jpg');
     background-repeat: no-repeat;
}

#credits {
     width: 716px;
     margin: auto;
     background: url('../images/bottom.jpg');
     text-align: center;
     color: #014e9e;
     color: White;
     padding: 10px 0;
}
#credits a {
     color: #014e9e;
     color: White;
     font-weight: normal;
}
ul {
     margin-top: 5px;
     margin-left: 10px;
     padding-top: 0;
     padding-left: 0;
}
li {
     list-style: none;
     background-image: url("../images/bullet.jpg");
     background-repeat: no-repeat;
     background-position: 0px 5px;
     padding-left: 10px;
}

#gallcontent {
     width: 400px;
     height: 488px;
     background-image: url('../images/contentbg.jpg');
     background-repeat: no-repeat;
}

#frame {
    padding-right:15px;
    width:100%;
    height:360px;
overflow:scroll;
}
.tbl {
    /*background:white;*/
    width:100%;
}

.basic  {
border:0px solid #EEE;
	padding:5px;
	width:350px;
	position:relative;
margin-top:0px;
	margin-left:0px;
	z-index:2;
}
.basic div {
	background-color:transparent;
}

.basic p {
	margin-bottom : 5px;
	border: none;
	text-decoration: none;
	margin-top: 5px;
	padding: 10px;
}
.basic a {
    margin-top:-35px;
padding:5px;
	background:none;
	color:#014e9e;
	border:0px solid #FFF;
	cursor:pointer;
	font-weight:bold;
        width:100px;
}
.basic a:hover {
	background:#b8d9fb;
text-decoration:none;
}
.basic a.selected {
	/*background:#b8d9fb;*/
}


/*#basic-accordian{
	border:0px solid #EEE;
	padding:5px;
	width:350px;
	position:relative;
margin-top:0px;
	margin-left:0px;
	z-index:2;
}

.accordion_headings{
	padding:5px;
	background:none;
	color:#014e9e;
	border:0px solid #FFF;
	cursor:pointer;
	font-weight:bold;
        width:100px;
}

.accordion_headings:hover{
	background:#b8d9fb;
}

.accordion_child{
	padding:5px;
}

.header_highlight{
	background:none;
}

.tab_container *{
	float:left;
	width:100px;
}
*/
