/**********************************/
* {
	margin: 0;
	padding: 0;
	font-size:100%;
	color:black;
}

p  {
	line-height: 130%;
	text-align: justify;
	padding: 0px 5px 0px 5px;
	margin-bottom: 10px;
}

a {
	TEXT-DECORATION: none;
	color: #20B2AA;
}

a:hover {
	COLOR: #6CF;
}
ul {
	margin: 0 0 10px 0;
	list-style-type: square;
}
ul li {
	list-style-type: square;
	line-height: 22px;
	margin: 3px 0 3px 25px;
}

body {
	margin: 0px;
	font-family: Arial, Verdana, Univers;
	background-color:#008B8B;
}

input, select {
	height: 30px;
	padding:0 5px 0 5px;
	
}

.btn {
	font-size:85%;
	margin:0;
	border-radius:10px ;
	padding:10px 20px 10px 20px;
	vertical-align:middle;
	height:auto;
	line-height:100%;
	box-shadown:none;
	font-weight:bold;
}



.error {
	color:red;
	}

.errortext {
	display:block;
	width:99%;
	background-color:#FFEBEB;
	color:red;
	padding:10px;
	margin-bottom:20px;
	border-radius:10px;
	line-height:25px;
	font-size:90%;
	float:left;

	}



#container {
	height: auto;
	width: 1140px;
	margin: 10px auto 10px auto;
	font-family: Tahoma, Geneva, sans-serif;
}

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


.imag {	
	margin:0 auto 20px auto; 
	height:170px;
	width:160px
}

.photocontainer {
	float:right; 
	clear:right; 
	width:320px;
	padding:0 5px 15px 5px; 
	margin: -5px -10px 0 0 ; 
	background-color:#20b2aa; 
	border-bottom-left-radius:5px; 
	border-bottom-right-radius:5px;
}

.userinfo {
	text-align:left; 
	float:right; 
	clear:right:
	line-height:180%; 
	width:310px;
	padding:10px 0 10px 20px; 
	margin: -80px -10px 0 0;
	background-color:#27b1a9;
	color:white;
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
}


.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: 155px;
	width: 100%;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFF0;
	border-radius: 8px 8px 0 0;
	box-shadow: 0px 0px 15px silver;
}
#header #headLeft{
	clear: none;
	margin: 0;
	padding: 0;
	float: left;
	height: 115px;
}

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

#header #headRight .topNav
{
	text-align: center;
	float: right;
	margin: -20px 15px 0 0;
	height: 25px;
}

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

#header #headRight .topNav a{
font-size:1em;
}

#header #navbar{
	width: 100%;
	z-index: 1000;
	margin: 0px;
	clear: both;
	padding: 0;
	height:55px;
	background-color:#008B8B;

}



#header #navbar ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	padding: 5px 19px 0 7px;
	text-decoration: none;
	font-size: 1.4em;
	color: #FFF;
	background-color: #008B8B;
	line-height:35px;
	height:35px;
	margin: 0;
}

#header #navbar ul.MenuBarHorizontal a:hover {
	display: block;
	cursor: pointer;
	padding: 5px 19px 0 7px;
	text-decoration: none;
	font-size: 1.45em;
	color: #FFF;
	background-color: #006400;
	line-height:35px;
	height:35px;
	margin: 0;
}
#header #navbar ul.MenuBarHorizontal a:active {
	display: block;
	cursor: pointer;
	padding: 5px 19px 0 7px;
	text-decoration: none;
	font-size: 1.4em;
	color: #FFF;
	background-color: #006400;
	line-height:35px;
	height:35px;
	margin: 0;
}

#contents {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15%;
	padding: 20px 0 0 0;
	float: left;
	background-color:#FFFFF0;
	width:100%;
	box-shadow: 0px 0px 10px silver;
}

#contents a {
	color: #207C79;
	text-decoration: none;
}

#contents a:hover {
	color: #00B3A3;
	text-decoration: none;
	font-style: normal;
}

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


#pageHead  {
	color:#008B8B;
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0;
	display: block;
	line-height: 40px;
	width: 975px;
	padding: 0 0 25px 25px;
	float: left;
}

#pageContents  {
	margin: 0 auto;
	text-align: justify;
	line-height: 140%;
	width: 92%;
	clear:both;
}

#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 .heading3 {
	color: #0FF;
	font-weight: bold;
	margin: 20px 0px 5px 0px;
	text-transform: none;
	font-size: 1.2em;
	padding: 0;
}
#pageContents .heading4 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #CFF;
	background-color: #003679;
	text-align: center;
	font-weight: bold;
	padding: 10px 0px 10px 0;
}


#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;
}

.eventBlock {
	margin: 0 0 20px 0;
	padding: 0 5px 5px 5px;
	border: solid #003679 2px;
}
.eventBlock ul {
	padding: 0 5px 0 0;
}

.eventBlock .head2 {
	color: #FFF;
	font-weight: bold;
	margin: 0 -5px 10px -5px;
	text-transform: uppercase;
	background-color: #003679;
	padding: 10px;
	display: block;
}
.eventBlock .head4 {
	color: #FFF;
	font-weight: bold;
	margin: 0 -5px -5px -5px;
	background-color: #003679;
	padding: 10px;
	display: block;
	text-align: center;
}

.tableEvents {
	text-align: center;
	margin: 0 5px 10px 25px;
}

.tableEvents th {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #004284;
	color: #FFC;
	font-weight: normal;
	text-align: left;
}
.tableEvents tr td {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #004891;
	color: #FFF;
	text-align: left;
}


.tableAllLeft  {
	margin: 0 auto 0 auto;
	color: #FFC;
	background-color: #FFFFF0;
	border: 0;
	width: 100%;
	text-align: right;
	font-size:90%;
	float:left;
	clear:both;
}
.tableAllLeft tr .title   {
	text-align: center;
	font-weight: bold;
	border: 0;
	padding: 4px 0 10px 0;
	background-color: #20B2AA;
}
.tableAllLeft tr th  {
	background-color: #20B2AA;
	text-align: left;
	padding: 10px 0 10px 10px;
	border-radius:5px;
	vertical-align:middle;
	color:white;
}
.tableAllLeft tr td  {
	vertical-align: middle;
	text-align: left;
	padding: 5px 0 5px 0px;
	border-radius:5px;
}

.tableQuali  {
	margin: 0 auto 0 auto;
	color: #FFC;
	background-color: #FFFFF0;
	border: solid silver 1px;
	width: 100%;
	text-align: left;
	font-size:1em;
	clear:both;
}
.tableQuali tr .title   {
	font-size:.7;
	text-align: left;
	font-weight: bold;
	border: 0;
	border-radius:5px;
	padding: 8px 0  8px 10px;
	background-color: #20B2AA;
}
.tableQuali tr th  {
	background-color: #20B2AA;
	text-align: center;
	padding: 0;
	vertical-align:middle;
	font-size:.8em;
	font-weight:normal;
	color:white;
}
.tableQuali tr td  {
	vertical-align: middle;
	text-align: center;
	padding: 5px 0;
	border-bottom: solid silver 1px;
	border-top:none;
	border-left:none;
	border-right:none;
	font-size:.8em;
}



.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: 1em;
	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-family: Tahoma, Geneva, sans-serif;
	padding: 0;
	margin: 0;
	color: #0CF;
	width: 100%;
}
#footerssr  a {
	color: #0FF;
	text-transform: none;
	font-size: .8em;
}
#footerssr a:hover {
	color: #FFF;
	border-bottom: dotted grey 1px;
}

#footerssr #footLinks {
	height: 25px;
	margin: 0px 0 15px 0;
	background-color: #FAEBD7;
	padding: 0;
	line-height: 30px;
	float: left;
	clear: both;
	width:100%;
	border-radius: 0 0 8px 8px;
}

#footerssr #footLinks ul{
	text-align: center;
	margin-left: 40px;
}

#footerssr #footLinks ul li {
	text-align: left;
	padding: 0;
	float: left;
	margin: 0 2px 0 2px;
	list-style-type: none;
}
#footerssr #disclaimer {
	text-align: justify;
	line-height: 14px;
	color: #3E9EFF;
	font-size: .7em;
	margin: 0px 30px 5px 35px;
	clear: both;
}
#footerssr #disclaimer a {
	font-size: .7em;
	color: #7DBEFF;
}
#footerssr #disclaimer a:hover {
	color: #FFF;
}

#copyrightLine {
	width: 100%;
	height: 20px;
	clear: both;
	font-size: .9em;
	color: #FFFFF0;
	padding-top: 5px;
	background-color:#009F8B;
	border-radius:5px;
}

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

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

}

.centerBold {
	font-weight: bold;
	color: #9FF;
	text-align: center;
}
.rightBold {
	color: #9FF;
	font-weight: bold;
	text-align: right;
}
#frmFeedback   .formTable  tr td {
	padding: 5px;
	vertical-align: top;
	text-align: left;
	font-size: 13px;
}

#frmFeedback   .btn {
	height: 25px;
	width: 60px;
	margin: 5px;
	color: #FFFFFF;
	background-color: #06C;
	font-weight: bold;
	font-size: 11px;
	cursor: default;
}

#frmFeedback  input, textarea {
	color: #06C;
	border: solid silver 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	font-weight: bold;
}
.alignRight {
	text-align: right;
}

.contactUsLeft {
	width: 520px;
	float: left;
}

.contactUsRight {
	float: right;
	width: 400px;
	text-align: center;
	vertical-align: top;
	font-size: 1em;
}

.studHead {	
	clear:both;
	background-color: #20B2AA;
	text-align: left;
	padding: 10px 0 10px 10px;
	border-radius:5px;
	vertical-align:middle;
	color:white;	
	width:100%;
	display:block;
	float:left;
}

.divtable1 table td{	
	text-align: left;
	padding: 3px 0 3px 0;
	font-size:90%;

}


.divtable {
	padding: 4px;
	width: 100%;
	margin: 0 auto;
	clear:both;
}

.divtable1 {
	padding: 4px;
	width: 700px;
	margin: 10px auto;
	float:left;
		clear:left;
}
.profileTable {
	width: 100%;
	border-collapse:collapse;

}

.profileTable tr {
	border-bottom:silver dotted 1px;
	border-top:silver dotted 1px;
}

.profileTable td {
	padding: 10px 4px 10px 4px;
}

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

#profileEdit {
	font-size: 100%;
	text-align: center;
	margin: 20px auto;
	font-weight: bold;
	width:250px;
	border-radius:5px;
	background-color:#008B8B;
}


#profileEdit a {
	display:block;
	line-height: 100%;
	padding:15px;
	border-radius:5px;
	color:#FAEBD7;

	
}
#profileEdit a:hover {
	color: white;
	background-color: #2B6664;
		border-radius:5px;
}

#contents .logout a {
	font-size: 95%;
	color: red;
	margin: -55px 40px 0 0;
	width: 90px;
	float: right;
	display:block;
	background-color:#FFFFF0;
	border-radius:4px;
	height:30px;
	padding:0 0 0 10px;
	line-height:30px;
}

#contents .logout a:hover {
	color: white;
	background-color:red;
}


#capt {
	border: dotted silver 1px;
	margin: 0;
	overflow: hidden;
	vertical-align: middle;
	text-align: left;
	display: inline-block;
}


.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;
}



#captchainput {
    font-size:1.5em;
    letter-spacing:8px;
    width:170px;
    text-align:center;
}

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

.changePass {
	border: dotted silver 1px;
	width:310px;
	float:right;
	margin-top:10px;
	margin-right:-10px;
	padding:10px;
	background-color:#20B2AA;
	border-radius:5px;
	}

.changePass td{
	color:#FFFFF0;
	}

.changePass th {
	color:#FFFFF0;
	text-align:center;
	}