@charset "utf-8";

#container {
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: auto;
	width:auto;
	
}
#NavBar {
	height: 50px;
	width:auto;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	clip: rect(auto,auto,auto,auto);
	background-position: 5px 5px;
	background-color: #0071BD;
	border:#FFF;
}


#header {
	height: 130px;
	width:auto;
	margin-right: auto;
	margin-left: auto;
	border: 0px;
	background-color:#FC6;
}

#para
{
	
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif
	color:#009;
	
}

#text
{
	
	font-family: Tahoma, Geneva, sans-serif;
	color: #5E393D;
	line-height: 2;
	
}
#tabletext
{
	
	font-family: Tahoma, Geneva, sans-serif;
	color: #5E393D;
	line-height: 1.5;
	text-align:justify;
	
}


p {
  display: block;
  margin-top: 1em;
  margin-bottom: 0em;
  margin-left: 1em;
  margin-right: 0;
  text-align:justify;
}
a {
text-decoration: none;
}

#headertext{
	color:#007473;
	line-height:20pt;
	font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#para_left{
	font-family:Arial, Helvetica, sans-serif;
	color:#007473;
	text-align:left;
	margin:0;
    padding:3;
	font-size:25px;
}

#para_right{
	font-family:Arial, Helvetica, sans-serif;
	color:#007473;
	text-align:right;
	margin:0;
    padding:3;
	font-size:18px;
}




body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}




#Main_Body {
	height: auto;
	width: auto;
}
#main_body_left {
	height:auto;
	width: 20%;
	float:left;
	
}

#main_body_right {
	height: auto;
	width: 77%;
	margin-left: 5px;
	margin-right: auto;
	clear: right;
	float: left;
	margin-top: 20px;
	border-left-width: 3px;
	border-left-style: dotted;
	border-left-color: #FCF;
}

#left_1_box {
	
	height:auto;
	width:80%;
	border: 1px solid #CC6;
	margin: 25px;
	margin-top: 14px;
	background-color:#FFF;
	/*Code for round rectangle Div box*/
	border-radius:10px;
	border-color:#8B92A0;
	/*Code for shadaw of box*/
	box-shadow: 7px 7px 5px grey;
}

#left_2_box {
	height: auto;
	width: 80%;
	border: 1px solid #CC6;
	margin: 25px;
	margin-top: 14px;
	background-color: #FFF;
	/*Code for round rectangle Div box*/
	border-radius: 10px;
	border-color: #8B92A0;
	/*Code for shadaw of box*/
	box-shadow: 7px 7px 5px grey;
	
}

#box_inner_top {
	
	height:auto;
	width:100%;
	background-color:#007473;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	line-height:45px;
	font-size:20px;
	
	/*Code for round rectangle Div box*/
	border-radius:7px 7px 0px 0px;
	border-color:#8B92A0;
	
	
}


#main_body_right_content {
	height: auto;
	width: auto;
	
	
	
}
#bottom_menu {
	background-color:#FC6;
	height: 50px;
	width: auto;
	clear: both;
	color:#FFF;
}

#footer {
	background-color: #39F;
	height: 110px;
	width: auto;
	clear: both;
	color:#FFF;
background-color: #333366;

}
#imgslide {
	margin-top:0px;
	width:auto;
	height:auto;
	max-height:320px;
	background-color:#0071BD;
}
#announcement {
	margin-top:0px;
	width:auto;
	height:auto;
	max-height:45px;
	background-color:#0071BD;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:18px;
	font-style: italic;

	
}

#imgthumbnail{
border: 5px solid #ddd;
  border-radius: 20px;
  padding: 5px;
  font-family:Verdana, Geneva, sans-serif;
  width: 100px;
  box-shadow: 7px 7px 5px grey;
}

#tablefont{
	font-size:20px;
	color:#360;
	  font-family:Verdana, Geneva, sans-serif;
}


#members_list {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:14px;
  border-collapse: collapse;
  width: 100%;
}
#members_list td, #members_list th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align:left;
}
#members_list tr:nth-child(even){background-color: #f2f2f2;}
#members_list tr:hover {background-color: #ddd;}
#members_list th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color:#3C0;
  color: white;
}



#

#table_format {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:20px;
  border-collapse: collapse;
  width: 100%;
}
#table_format td, #table_format th {
  border: 1px solid #ddd;
  padding: 15px;
  text-align:center;
}



