body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.9em;
	background: #EFFAFC;
	line-height: 1.3em;
	margin: 0;
}

/*************************
Layout
*************************/

#container {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}

/*************************
Header
*************************/

#header .menu td {
	color: #fff;
	text-align: center;
	padding: 5px 0;
}

#header .menu td a{
	color: #fff;
	text-decoration: none;
	outline: none;
}

#header .menu td:hover{
	color: #fff;
	text-decoration: none;
	background: #00A3EA;
}

#header .menu td.active{
	color: #fff;
	text-decoration: none;
	background: #00A3EA;
}

/*************************
Content
*************************/

#content {
	padding: 20px;
}

#content-index {
	width: 675px;
	padding: 20px;
}

/*************************
Footer
*************************/

#footer {
	background: url(images/footer.jpg) no-repeat;
	width: 1000px;
	height: 173px;
	text-align:center;
}

#footer p {
	color:#FFFFFF;
	position:relative;
	top:105px;
	font-size:12px;
	line-height:15px;
}

#footer p a {
	color:#FFFFFF;
	padding: 0 5px;
	font-size:12px;
	text-decoration:none;
}

#footer ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footer li {
	display:inline;
	margin:0 10px;
	position:relative;
	top:100px;
}
#footer li a {
	color:#FFF;
}
#footer li a:hover {
	text-decoration:none;
}
#footer #copyright, #footer #copyright a {
	font-size:11px;
	margin:0;
}

/*************************
Optin
*************************/

#rightcol {
	width: 260px;
	margin: 0 auto;
	float: right;
	margin: 30px 10px 0 0px;
}

#optin {
	background: url(images/optin_bg.jpg) no-repeat;
	width: 254px;
	/* height: 276px; */
	height: 226px;
}

.optin h3 {
	text-align: center;
	margin-top: 0;
	font-size: 18px;
	line-height: 1.2;
}

#optin_inner {
	position: relative;
	top: 25px;
	left: 22px;
	width: 203px;
	color: #fff; 
	font-family: 'Trebuchet MS'; 
}

/* Optin form */

.optin {
	margin: 20px 0;
	border: 2px dashed #000;
	width: 220px;
	padding: 20px;
	background: #E9F1F4;
}

.center {
	text-align: center;
}

.optin .field {
	margin-bottom: 10px;
}

.optin .field label {
	float: left;
	width: 60px;
	font-weight: bold;
	vertical-align: bottom;
}

.button {
	margin: 0 auto;
	width: 100px;
	padding: 3px 0;
}



/*************************
Common
*************************/
h1 {
	line-height: 1.2em;
}

h2 {
	line-height: 1.2em;
}

li {
	margin-bottom: 10px;
}

a {
	color: blue;
}

.tahoma {
	font-family: tahoma;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.highlight {
	background: yellow;
}

.red {
	color: #cc0000;
}

.blue {
	color: #000099;
}

.font_10px {
	font-size: 10px;
}

.font_12px {
	font-size: 12px;
}

.font_14px {
	font-size: 14px;
}

.font_16px {
	font-size: 16px;
}

.font_18px {
	font-size: 18px;
}

.font_20px {
	font-size: 20px;
}

.font_22px {
	font-size: 22px;
}

.font_24px {
	font-size: 24px;
}

.font_26px {
	font-size: 26px;
}

.font_28px {
	font-size: 28px;
}

.font_30px {
	font-size: 30px;
}

.line-height {
	line-height: 1.3em;
}

.spacer {
	border-bottom: 1px solid #ccc;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.subhead {
	color: #54A2EA;
	font-size: 20px;
	font-weight: bold;
}

ul.unstyledList{
	margin: 0;
	padding: 0;
}

.unstyledList li {
	list-style-type: none;
	margin: 5px 0 10px;
}

.imgRight {
	float: right;
	margin-left: 20px;
}

/*************************
Testimonials
*************************/

.testimonial_yellow {
	background: #FFFFDE;
	border: 1px solid #FFEC8A;
	padding: 20px;
	width: 500px;
	margin: 20px auto;
}

.testimonial_blue{
	background: #EAF0FF;
	border: 1px solid #B7C9FF;
	padding: 20px;
	width: 500px;
	margin: 20px auto;
}

.yellow_box {
	background: #FFFFDE;
	padding: 20px;
	width: 350px;
	margin: 20px auto;
}

/*************************
Thought of the day
*************************/
#tod_top {
	background:url(images/tod_top.jpg) no-repeat;
	width:254px;
	height:111px;
}
#tod_bg {
	background:url(images/tod_bg.jpg) repeat-y;
	width:254px;
}
#tod_bg p {
	margin:0;
	padding:10px 20px 0 30px;
}
#tod_bg p small {
	display:none;
}
#tod_footer {
	background:url(images/tod_footer.jpg) no-repeat;
	width:254px;
	height:83px;
}
