/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
/*	padding: 0;*/
	padding-left:40px;
	/*padding-top:20px;*/
	background: #0F5B96 url(../images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A4E4F5;
}

/*
input, textarea {
	
	border: 1px solid #000000;
	font: bold 14px Arial, Helvetica, sans-serif;
	
	padding-left:4px;
}
*/

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

/*h1, h2 {
	text-transform: lowercase;
	font-weight: normal;
}*/

h1 {
	letter-spacing: -2px;
	font-size: 2.4em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.2em;
	color:#827861;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	color: #376ea2;
}

a:hover {
	text-decoration: none;
	color: #428bcd;
}

img.left {
	float: left;
	margin: 4px 20px 0 0;
}

img.right {
	float: left;
	margin: 4px 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#header {
	height: 180px;
	width:auto;
	/*background: url(../images/img02.jpg) no-repeat center top;
	text-transform: lowercase;*/
}

#logo {
	float: left;
	margin-top: 10px;/**/
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 3em;
	color: #62D6F5;
}

#logo p {
	padding: 69px 0 0 7px;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #199DD2;
}

#logo a {
	text-decoration: none;
	color: #62D6F5;
}

#menu {
	float: right;
	margin-right: 50px;
}

#menu ul {
	margin: 0;
	padding: 60px 20px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	/*width: 120px;*/
	width: 120px;
	height: 56px;
	margin: 0 0 0 2px;
	padding: 9px 0 0 0;
	background: #1B97CE url(../images/img03.png) no-repeat;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.1em;
	/* font-weight: bold; */
	color: #000088;
}

#menu a:hover, #menu .current_page_item a {
	background: #26BADF url(../images/img04.png) no-repeat;
	font-weight: bold;
	color:#FFF;
}

/* Page */

#page {
	/*width: 980px;*/
	width:auto;
	margin:auto;
}

/* Content */

/* Old Content 
#content {
	float: right;
	width: 75%;
	margin-right: 25px;
}
*/

#content {
	float: right;
	/*width: 700px;
	padding: 0 0 0 25px;*/
	width: 80%;
	/*padding: 0 0 0 25px;*/
	margin-right: 25px;
}



#content_long {
	float: right;
	/*width: 700px;
	padding: 0 0 0 25px;*/
	width: 80%;
	/*padding: 0 0 0 25px;*/
	margin-right: 25px;
}

.post {
	margin-bottom: 15px;
	/*#1EB5DD*/
	background: #EFEFEF/* url(../images/img05-700.gif) no-repeat*/;
	
	color: #0A416B;
}

.post h1 {
	text-align: center;
}

.post h2 {
	/*margin-left: 2em;*/
	margin-left: 0;
}

.post a {
	color: #376ea2;
	text-decoration:none;
	font-weight:bolder;
}

.post a:hover {
	color: #428bcd;
	text-decoration:none;
}

.post .title {
	margin: 0;
	padding: 30px 30px 0 30px;
}

.post .title a {
	text-decoration: none;
	color: #0A416B;
}

.post .title-H2 {
	margin: 0;
	padding: 30px 30px 0 30px;
}

.post .title-H2 a {
	text-decoration: none;
	color: #0A416B;
}

.post .byline {
	margin: 0;
	padding: 0 30px;
}

.post .entry {
	padding: 20px 30px 10px 30px;
}

.post .entry2 {
	padding: 20px 30px 10px 30px;
}

.post .entry2 table{
	/*background-color: #F7F1B0; #FBF8D0*/
}

.post .links {
	margin: 0;
	padding: 10px 30px 35px 30px;
	background: url(../images/img06.gif) repeat-x left bottom;
	border-top: 1px solid #2872A6;
}

.post .links a {
	padding-left: 10px;
	background: url(../images/img08.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #0A416B;
}

.post .links a:hover {
	color: #FFFFFF;
}

.post .darklink a, th, td {
	color: #000000;
}

/* Sidebars */

.sidebar {
	/*float: left;width: 200px;*/
	float: left;
	width: 15%;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
}

.sidebar li ul {
}

.sidebar li li {
	/*padding: 6px 0 6px 10px;*/
	padding: 6px 0 6px 10px;
	background: url(../images/img08.gif) no-repeat 0 12px;
	}

.sidebar li li li {
	border-bottom: 1px solid #2872A6;
}

.sidebar li li a {
	text-decoration: none;
	color: #C9ECF5;
}

.sidebar li li a:hover {
	color: #FFFFFF;
}

.sidebar li h2 {
	padding-top: 20px;
	color: #FFFFFF;
}

/* Left Sidebar */

#leftbar {
}



/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
	margin-left: -40px;
	background: #083253;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0F5B96;
}

#footer a {
	color: #0F5B96;
}

#page #content .post .entry p {
	text-align: justify;
}

/* user_reg-e.php and user_reg-f.php Page */
 #registration_form_rows_dark {
	 background-color:#4cbae5;
	 color:#8C8984;
	 font-family:Arial, Helvetica, sans-serif;

 }
 
 #registration_form_rows_light {
	 background-color:#7ecceb;
	  font-family:Arial, Helvetica, sans-serif;
 }
 
 .registration_form_rows_dark {
	  background-color:#4cbae5;
	   font-family:Arial, Helvetica, sans-serif;
 }
 
  .registration_form_rows_light {
	  background-color:#7ecceb;
	 font-family:Arial, Helvetica, sans-serif;
 }
 
 #registration_form-font {
	 color:#8C8984;
 }
 
 #h1_registration {
	 font-family:Arial, Helvetica, sans-serif;
 }
 
  #h2_registration {
	 font-family:Arial, Helvetica, sans-serif;
 }
 
 #table_row_gray {
	 background-color:#CCC;
 }
 
 #table_row_dark_gray {
	 background-color:#E9E9E9; 
 }
 
/* Tool Tip for left navigation menu */

#dhtmltooltip{
position: absolute;
color:#960e0e;
font-size:11px;
font-style:italic;
width: 150px;
border: 1px solid #373737;
padding: 4px;
background-color: #bfd2d8;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

div.table_style {
	text-align:left;
	margin:0 auto;
	width:600px;
}