@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #597581;
	background-image: url(../_images/cloud3.jpg);
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 100%;
	line-height: 1.4;
	background-repeat: repeat-y;
}


.header {
	background-color: #608FAD;
	background-image: url(../_images/skysunset.jpg);
	background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	color: #000;
	text-align: right;
	font-weight: normal;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
a img {
	border: none;
	background-color: #1B3A68;
	background-repeat: repeat;
}


a:link {
	color: #42413C;
	text-decoration: underline; 
	background-color: #FFF;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
	background-color: #FFF;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	background-color: #FFF;
	background-repeat: repeat;
	color: #009;
	text-transform: uppercase;
	list-style-image: none;
}


.container {
	width: 960px;
	margin: 0 auto; 
	background-color: #FFF;
	background-image: none;
}


.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
	background-image: none;
	background-color: #7891A7;
	background-repeat: no-repeat;
	height: auto;
}
.container .content p {
	text-align: justify;
	color: #42413C;
}
.container .content .p h1 {
	text-align: left;
}
.content {
	padding: 10px 0;
	width: 780px;
	float: left;
	font-family: Arial, Helvetica, sans-serif, Verdana;
}




.content ul, .content ol {
	padding: 0 15px 15px 40px;
	background-image: none;
	list-style-image: none;
	background-repeat: no-repeat;
}
.content table.data {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 0.95em;
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background: #ccc;
}
.content table.data td {
	font-size: 0.95em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.content table.data th {
	font-size: 1em;
	line-height: 3em;
	font-weight: normal;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #000;
	/* [disabled]background: #CCC; */
}
.content table.data thead {
	background-image: url(../_images/sun%20lecture.jpg);
	background-repeat: repeat-x;
	height: 40px;
}
.content table.data thead th {
	color: #000;
	background: none;
	font-weight: bold;
}

.content #PublicationTitle, .content #PublicationPaymentMethod {
	background: #fff;
}

.content #lectureItem, .content #lectureLocation, .content #lecturePayment  {
	background: #fff;
}


.content table.data caption {
	font-size: 1.2em;
	font-weight: bold;
	color: #51341a;
	text-align: left;
	margin: 0px;
	padding-bottom: 10px;
}

.container #article {
	
	float: left;
	
	text-align: left;
	width: 500px;
	margin-left: 10px;
	/* [disabled]margin-right: 300px; */
}


ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px; 
	text-decoration: none;
	background-color: #FFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left;
}


ul.nav {
	list-style: none; 
	border-top: 1px solid #666;
	margin-bottom: 15px; 
	background-image: none;
	background-color: #fff;
	background-repeat: no-repeat;
}
ul.nav li {
	border-bottom: 1px solid #666; 
	background-image: none;
	background-color: #FFF;
	text-transform: none;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	color: #000;
	background-color: #fff;
	background-image: url(../_images/Image1%20new.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	font-style: italic;
}


.footer {
	padding: 20px 10px 10px 10px;
	position: relative;
	clear: both;
	background-color: #E9E9E9;
	background-image: url(../_images/Image1%20new.jpg);
	background-repeat: repeat;
	font-weight: bold;
}
.footer p {
	text-align: center;
	/*font-family: Arial, Helvetica, sans-serif, Verdana;*/
}


.footer2 {
	padding: 20px 10px 10px 10px;
	position: relative;
	clear:both;
	background-color: #E9E9E9;
	background-image: url(../_images/Image1%20new.jpg);
	background-repeat: repeat;
	font-weight: bold;
	 
}

.footer2 p {
	text-align: center;
	/*font-family: Arial, Helvetica, sans-serif, Verdana;*/
}



.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*FROM FormPractice
*/
#mainContent form {
	font: normal .9em Arial, Helvetica, sans-serif;
	width: 200px;
	color:#193742;
	padding-left: 50px;
	}
#mainContent fieldset {
	padding: 40px 20px 0 0;
	margin: 0 0 2em;
	background-color:#e1d8b9;
	border: none; 
	position:relative;
	float:left;
	 
}
#mainContent fieldset legend {
	padding: 0;
	margin: 0;
	color:#51341a;
}
	
#mainContent fieldset legend strong {
	position:absolute;
	margin-left: 20px;
	margin-top: 10px;
	font-size:1.2em;
}
#mainContent form p {
	color:#193742;
	margin:0 0 50px 50px;
	width: 400px;
}
#mainContent form label {
	width: 500px;
	float:left;
	clear:left;
	margin-right:1em;
}

/*join form specific*/
#mainContent form#frmContact fieldset {
	width: 600px;
	 }
#mainContent form#frmContact .col1 {
	float: left;
	padding-left: 30px;
	margin-right: 30px;
	width: 260px;}	 
#mainContent form#frmContact label{
	width:90px;
}
#mainContent form#frmContact input.text {
	width:300px;
}
#mainContent form#frmContact textarea {
	width:500px;
	height:150px;
}
