/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
/* - THE ( . ) IS FOR THE div "class" AND THE ( # ) IS FOR THE div "id" - */
/* - USING THE <span> FORMATS JUST THAT WORD OR WORDS WHILE <div> FORMATS THE WHOLE PARAGRAPH - */
/*   id=#  --  class= . (period)    / 		<div id="footer">, 		<div class="footerLinks">  */
/*				#footer { font-size: 10px; },	.footerLinks { font-size: 10px;}		*/


* {
	margin: 0;
	padding: 0;
}

body {
	background: #CCCCCC;
/*	background: #87CEEB url(images/img01.gif) repeat-x; */
	font: normal small Tahoma, Aerial, Helvetica, serif;
/*	background: #F4E7DB url(images/img01.gif) repeat-x; */
/*	font: normal small Georgia, "Times New Roman", Times, serif; */
/*	color: #A4896D; */
}

h1, h2, h3 {
	color: #B43939;
}

h2 {
/*	margin-bottom: .8em; */
	font-size: 2em;
	font-weight: normal;
}

h3 {
	margin-bottom: 1em;
	font-size: small;
}

/* 
p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
}
*/
p {
	margin-top: 1em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	/*                T      R      B       L        */
	padding: 1em 0em 1em 0em;
	background: #FAF3ED;
	border: 1px dotted #C7894C;
	font-style: italic;
	color: #C7894C;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #B43939;
}

a:hover {
	text-decoration: underline;
}
.hr hr {
	display: none;
}

.hr {
	clear: left;
	height: 40px;
	/* img04 = brownish color flower reath */
	background: url(images/img04.gif) no-repeat center;
}

th {
	background-color: #87CEEB;
}
/* Boxed Style */

.boxed {
	margin-bottom: 20px;
	padding-bottom: 1px;
	/* img06 = small - light brownish color flower reath */
	background: url(images/img06.gif) no-repeat center bottom;
}

.boxed .title {
	/* img05 = small - light brownish color flower with vine */
/*	background: url(images/img05.gif) no-repeat right; */
	font-size: 1.6em;
}

.boxed .content {
	border-bottom: 1px dotted #C7894C;
}

/* Logo */

#logo {
	height: 40px;
	padding: 10px;
/*	padding: 20px 10px; */
}

#logo h1 {
	float: left;
	font-size: 2.2em;
	color: #336699;		/* TOP BANNER LOGO */
/*	color: #87CEEB; */
}

#logo h2 {
	float: left;
/*	padding: .75em 0 0 .4em; */
	font-size: 1.1em;
	font-style: italic;
	color: #336699;		/* LOGO TO THE RIGHT */
/*	color: #B0E0E6; */
}

#logo a {
	/* LIGHT TAN color: #F4E7DB; */
	color: #F4E7DB;
}

/* Content */

#content {
}

/* Content > Main */

#main {
	margin: 0 260px 0 20px;
	padding: 15px;
	background: #FFFFFF;
	border: 5px solid #C7894C;
}

#extra {
	height: 31px;
	margin: 0 260px 0 20px;
	/* img02 = pencil-thin - vertical line */
	background: url(images/img02.gif) repeat-x; 
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 220px;
	/*              T	         R  */
	padding: 50px 20px 0px 0px;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #B43939;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #B43939;
}

#inputsubmit1 {
	background: #B43939;
	color: #FFFFFF;
}

/* Content > Sidebar > Menu */

#menu {
	margin-bottom: 10px;
	border-bottom: 4px solid #C7894C;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px;
	border-top: 1px solid #C7894C;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	background: #C7894C;
	text-decoration: none;
	color: #FFFFFF;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font-size: x-small;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	/*             	T       B	L         R	*/
	padding: 10px 40px 10px 10px;
/*	background: #734415; */
	background: #B0E0E6;
}

#footer p {
	margin: 0;
	font-size: x-small;
/*	color: #C7894C; */
}

#footer a {
	text-decoration: underline;
/*	color: #C7894C; */
}

#footer a:hover {
	text-decoration: none;
	color: #000080;
/*	color: #F4E7DB; */
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}
/*  text-align: left; */
.pur {background-color: #660066; color: #FFFFFF; font-weight: bold; padding: 1px; padding-left: 2px }
.blu  {background-color: #F0F0FF; color: #000000; vertical-align: top; padding: 4px; border-left: solid 1px #CCCCCC; border-top: solid 1px #CCCCCC; border-right: solid 2px #666666; border-bottom: solid 2px #666666}
.blue {background-color: #0000FF; color: #FFFFFF; font-weight: bold; padding: 2px; padding-left: 4px }
.red {background-color: #660000; color: #FFFFFF; font-weight: bold; text-align: left; padding: 2px; padding-left: 4px }

img {
	padding-right: 4px;
}
