/**********************************/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background-color: #8FC1E2;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p  {
	line-height: 22px;
	padding: 0px 5px 0px 5px;
}


a {
	text-decoration: none;
}

a:hover {
	COLOR:  #FFD700;
}

hr {
    clear:both;
//    display: block;
    border: 0;
    border-top: 1px dotted green;
    margin: 1px auto;
    padding: 0; 
    width:90%;
}

ul {
	margin: 0 0 10px 0;
	list-style-type: square;
}
ul li {
	list-style-type: square;
	line-height: 22px;
	margin: 3px 0 3px 25px;
}

textarea {
	border: solid silver 1px;
    padding:10px;
    font-size: 1.5em;
}
  

#container {
	height: auto;
	width:99%;
	width:1200px;
	margin: 1px auto 5px auto;
	background-color:#F8F9FB;
	border-radius:10px 10px 10px 10px;
}

.more {
	font-style: italic;
	width: 90px;
	float: right;
	text-align: right;
	

}
.tableToppers {
	width: 100%;
	text-align: center;
}

.image {
	border: solid grey 1px;
	padding: 1px;
	margin-bottom: 10px;
}
.notice {
	color: #9FF;
	padding: 5px 10px 5px 10px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	background-color: #1762AB;
	margin: 5px 0 5px 0;
}


#header {
	height: 145px;
	background-repeat: no-repeat;
	background-image: url(../images/header.png);
    background-position: 10px 20px ;
    background-color:azure;
    border-radius: 5px 5px 0 0;
}

#header #headLeft{
	clear: none;
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	height: 115px;
}

#header #headRight{
	float: right;
	margin: 60px 15px 0 0;
	width: 250px;
}

#header
#headRight .topNav
{
	margin-top:-30px;
	text-align: center;
	height: 30px;
	width:100%;
}

#headRight .topNav a{
	font-size:80%;
    
}

#headRight .topNav a:hover{
	color:#FF6600;
}



#headRight .topNav img {
    height:25px;
    padding-bottom:10px;
}

#header #headRight .topNav td{
	padding: 0;
	vertical-align: middle;
	width: 70px;

}

#header #navbar{
	width: 100%;
    margin: 0 0 15px 0;
    clear: both;
    padding: 0;
    height: auto;
    background-color: #31708F;
    float: left;
   	
    
}

ul.MenuBarHorizontal a {
    font-size:1.2em !important;
}

ul.MenuBarHorizontal a:hover {
	color: #FFD700 !important;
	  background-color: #31708F !important;
}

ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color:#FFD700 !important;
    font-size: 1.2em;
    
}

#contents {
	line-height: 20px;
	min-height:550px;
	width: 100%;
	padding: 0 10px 0 10px;
}

#contentsTop  {
	margin: 0;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
#contentsTop table {
	width: 100%;
	margin: 0;
	padding: 0;
}
#contentsTop table td {
	padding: 0;
	margin: 0;
}


#pageHead  {
	font-size: 1.3em;
    color: #31708F;
    font-weight: bold;
    line-height: 50px;
    padding: 10px;
    margin-bottom: 20px;
}

#pageContents  {
	margin: 0 auto;
	
	line-height: 1.5;
	width: 98%;
	color: #156363;
}

#pageContents .heading2{
	color: #9FF;
	font-weight: bold;
	border-bottom: dotted 1px;
	margin: 20px 0px 5px 0px;
	display: block;
	text-transform: uppercase;
	border-bottom-color: #0062C4;
}


#pageContents p.anthom{
	font-size: 20px;
	line-height: 40px;
}

#pageContents  .imageLeft {
	padding: 1px;
	margin: 5px 20px 5px 5px;
	border: dotted grey 1px;
	background-color: #9FF;
}
#pageContents .imageRight {
	padding: 1px;
	margin: 5px 5px 5px 20px;
	border: dotted grey 1px;
	background-color: #9FF;
}

#currImage{
    vertical-align:middle; 
    text-align:center; 
    clear:both; 
    padding: 5px; 
    margin: 0 auto;
}

#submit, #Cancel{
    margin: 5px;
	font-weight: bold;
	padding:10px;
	min-width:100px;
    cursor:pointer;
}

.tableAllLeft  {
	margin: 0 auto 0 auto;
	background-color: #E4ECF1;
	border: 0;
	width: 100%;
	font-size:.9em;
}
.tableAllLeft tr .title   {
	text-align: center;
	font-weight: bold;
	border: 0;
	padding: 4px 0 10px 0;
	background-color: #0053A4;
}
.tableAllLeft tr th  {
	background-color: cadetblue;
	padding: 10px;
	color: #FFF;
	text-align:left;
	font-size:1.1em;
}
.tableAllLeft tr td  {
	padding: 8px 2px 8px 5px;
	border: dotted #0063C6 1px;
	vertical-align: top;
	text-align: left;
}
.tableAllLeft tr td ul li {
	margin-left: 20px;
	list-style-type: square;
	padding: 4px 0 4px 0px;
}

.tableSiteMap  {
	width: 100%;
	margin: 0 auto 0 auto;
	color: #FFC;
	background-color: #0058B0;
	border: 0;
}
.tableSiteMap tr th  {
	background-color: #0052A4;
	text-align: left;
	padding: 5px 0 5px 5px;
	color: #FFF;
}
.tableSiteMap tr td  {
	padding: 0 5px 0 10px;
	border: dotted #0063C6 1px;
	font-size: 11px;
	vertical-align: top;
}
.tableSiteMap tr td ul li {
	margin-left: 20px;
	list-style-type: square;
	padding: 0;
}
.tableSiteMap tr td ul li a{
	color: #0FF;
}


#footerssr {
	clear: both;
	font-size: .8em;
	padding: 10px;
	color: antiquewhite;
	background-color:#5085A5;
	float: left;
	margin:35px 0 1px 0;
}

#footerssr  a {
	color: white;
		text-transform: none;
}

#footerssr a:hover {
	color:  #FFD700;
	border-bottom: dotted grey 1px;
}


#copyrightLine {
	background-color:#31708F ;
	height: 25px;
	clear: both;
	color: white;
	padding-top: 5px;
	border-radius:0 0 5px 5px;
	font-size:.8em;
}

#copyrightLine .copyright  {
	text-align: left;
	color:white;
	margin: 0;
	padding: 0 0 0 20px;
	width: 600px;
	float: left;


}
#copyrightLine .credits  {
	text-align: right;
	float: right;
	width: 300px;
	margin: 0 30px 0 0;
}
#copyrightLine .credits a  {
	font-size: 1em;
	color:gold;
}
#copyrightLine .credits a:hover {
	text-decoration: none;
}

#frmFeedback input {
	border: solid silver 1px;
    padding:10px;
    font-size: 1.1em;
}
  

#frmFeedback   .formTable  tr td {
	padding: 10px 0;
	vertical-align: top;
	text-align: left;
	}


#frmFeedback   .btn {
	width: 100px;
	margin: 5px;
	color: #FFFFFF;
	background-color: #31708f;
	font-weight: bold;
	padding:10px;
    cursor:pointer;
    
}
    
#frmFeedback   .btn:hover {
	color: green;
	background-color: #31708f;
	font-weight: bold;
	padding:10px;
	color: #FFD700;
}


#frmLogin input {
    height:30px;
    font-size:1.1em;
}

#frmLogin #Submit, #frmLogin #Reset {
    width:75px;
    height: 40px;
}


.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}

.contactUsLeft {
	width: 600px;
	float: left;
}
.contactUsRight {
	float: right;
	width: 500px;
	text-align: center;
	vertical-align: top;
	
}
.divtable {
	padding: 4px;
	margin:0 auto;
}

#div-1 {
	width:560px;

    
}

#div-2 {
    width:560px;
    padding-right:20px;
    
}



.divtable input, 
.divtable select {
    height:30px;
    font-size:1.1em;
}


#div5 input {
    padding:10px 20px;
    font-size:1.1em;
}




.profileTable {
	width: 100%;
}
.profileTable td {
	padding: 6px 4px 6px 8px;
	background-color: #E4ECF1;
	text-align:left;
}
.profileStatus {

}

.profileStatus td {
	padding: 1px 5px 1px 5px;
}

.profilePhotoDiv{
    float:right;
    text-align:centre;
    width:300px; 
    background-color:#E4ECF1;
    padding:20px;
    margin-right:35px;
    height:340px;
    font-size:1.3em;
}


a.profilePhoto {
  padding:5px 10px; 
  background-color:#122378; 
  color:white; 
  border-radius:4px;
  font-size:.7em;
}

a.profilePhoto:hover {
  color:#FFD700; 
}

#profileEdit a{
	font-size: 1.1em;
	float: right;
	background-color: #122378;
	text-align: center;
	margin: 45px 140px 0 0;
	color: #FFF;
	font-weight: bold;
	padding:15px 20px;
	border-radius:5px;
}
#profileEdit a:hover {
	color:  #FFD700;
	background-color: #172F9B;
}

.logout a {
	font-weight: bold;
	font-size: .9em;
	margin-right: 35px;
	text-align: center;
	float: right;
	padding:1px 15px;
	background-color:#AD0000;
	color:white;
	border-radius:10px;
}

.logout a:hover {
	color:#FFD700;
}

#captcha {
	width: 150px;
	height: 70px;
	border: 0;
	overflow: hidden;
	vertical-align: middle;
	text-align: left;
}

.tableNotice {
	width: 100%;
}

.tableNotice th {
	background-color: #00468C;
	padding: 5px;
}

.tableNotice tr {
	background-color: #004993;
}

.tableNotice td {
	padding: 15px 5px 15px 5px;
	text-align: left;

}
.notice {
	text-align: justify;
	background-color:#1e73c8;
	padding:10px 20px 10px 20px ;
	border-radius:10px;
	margin:0 0 20px 0;
}
.notice p {
	padding:10px 20px 0 20px;
	background-color:#1e73c8;
}

.notice .cost{
	color:#FFF;
	margin-left:50px;
	background-color:#1e73c8;
}

.photo {
	background-color:#DBE6EC;
	text-align:center;
	margin-right:20px;
	padding: 10px;
	border:dotted #5F9EA0 1px;
	border-radius:5px;
}

.photo input {
    padding:10px 20px;
    cursor:pointer;
}

.uploadPhoto{
    text-align:center;
    margin-bottom:10px;
	margin-right:20px;
	background-color:#DBE6EC;
	padding:20px;

}

.uploadPhoto img{
    border:dotted grey 1px;
    vertical-align:middle;
}

.photoRemove {
    padding:5px 10px; 
    color:white; 
    cursor:pointer; 
    border-radius:3px; 
    background-color:#0A3773;
    margin-left:20px;
}
