/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #73C5E5 url('../images/img01.gif') repeat-y center top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1;
}

h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	text-transform: uppercase;
	font-weight: bold;
}

a {
	font-weight: bold;
	color: #4773C1;
}

h2 {
	font-size: 18px;
}
a:hover {
	text-decoration: none;
	color: #73C5E5;
}

.img1 {
	float: left;
	margin: 4px 15px 0px 0px;
	border: 5px solid #ABDCEF;
}
.text1 {
	font-size: 14px;
}

/** HEADER */

#header {
	width: 770px;
	margin: 0px auto;
	background: #FFFBFD url(../images/img02.gif) repeat-x left top;
	padding: 0px;
}

#header h1 {
	margin: 0px;
	
	padding: 20px 0px 0px 20px;
}

#header h2 {
	margin: 0px;
	font-size: 14px;
}

#header p {
	float: right;
	padding: 40px 50px 10px 10px;
}

/** MENU */

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 6px 3px;
	background-color: #60B7DE;
}

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

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #73C5E5;
}

/** CONTENT */

#content {
	width: 770px;
	margin: 10px auto;
	padding: 20px 10px 10px 20px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 140%;
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
}


#top_bar
{
font-weight: bold;
margin: 0 0 7px 0;
font-size: 14px;
border-bottom: 5px solid #60B7DE;
}

#left {
	float: left;
	width: 750px;
	padding: 10px 20px 40px 20px;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
}



/** FOOTER */

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 5px solid #60B7DE;
}

#footer p {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	color: #4773C1;
	text-align: center;
}

#border-top {
	border-top: 5px solid #60B7DE;
}

/*********************** Main CSS ***************//////////

/******** Input *******/
.text, .btn {
   font-size: 8pt;
   font-family: Verdana, Tahoma, Arial, sans-serif;
}
input.text {
   color: #000000;
   border: 1px solid #5e74b3;
}
textarea.text {
   font-size: 8pt;
   border: 1px solid #5e74b3;
}
select {
   font-size: 8pt;
   border: 1px solid #5e74b3;
}

.captcha {
   border: 1px solid #5e74b3;
   margin-top: 10px;
}

form {
   display: inline;
   margin: 0;
   padding: 1;
}
.btn {
   font-size: 8pt;
   font-weight: bold;
   border: 2px solid #51a3c3;
   background-color: #73C5E5;/*#FFCC33;*/
   cursor: pointer;
   height: 20px;
   width: 70px;
   color: #555555;
}




/******* Sponsor *********/

#sponsor {
	width: 190px;
	margin: 0px auto;
	font-weight: bold;
	font-size: 12px;
	color: #323B2E;
	background-color: #A99C89;
	
	
}

#sponsor ul {
	margin: 0px;
	list-style: none;
	padding: 2px;
}

#sponsor li {
}

#sponsor a {
	padding: 0px 10px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 3px;
	letter-spacing: +1px;
}

#sponsor a:hover {
	padding: 0px 10px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 3px;
	letter-spacing: +1px;
}

#sponsor h3 {
	
	margin: 5px 0 0 2px;
	font-size: 13px;
	letter-spacing: +3px;
	color: #764B31;
}

/************Table ************/

table.formPage {
   border: 1px solid #A0A0A0;
}
td.err {
   padding: 3px;
   color: #FF0000;
   background: #FFEDED;
   border: 1px solid #A0A0A0;
   text-align: left;
}
td.msg {
   padding: 3px;
   color: #0000FF;
   background: #EDF3FF;
   border: 1px solid #A0A0A0;
   text-align: left;
}


/************Cat ************/

a.cat {
	color: #323B2E;
	text-decoration: none;
}

a.cat:hover {
	color: #73C5E5;
	
	
	text-decoration: underline;
}

/************Links************/
#links a {
   font-size: 10pt;
   font-weight: bold;
}
#links p {
   margin: 0 0 7px 0;
   
}
#links h3
{
	margin: 0 0 7px 0;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	color: #444444;
	text-align: left;
	border-bottom: 5px solid #60B7DE;
}

.sort
{
   margin: 0 0 0 400px;
}


#feat_links h3
{
	margin: 0 0 20px 0;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	color: #444444;
	text-align: left;
	border-bottom: 5px solid #60B7DE;
}
#feat_links p {
   margin: 0 0 7px 0;
   
}