/* GENERAL */
html
{
	height:100%;
}
body
{
	margin:0px;
	margin-top:10px;
	height:100%;
	background-color:#D8E7D0;
}

body, p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:16px;
}

a
{
	color:#067306;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

input, select
{
	font-size:11px;
}

h1, .h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#043604;
	font-weight:normal;
	line-height:28px;
}

h2, .h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#1B8B1B;
	font-weight:normal;
	line-height:24px;
	
}
h2 a, .h2 a
{	
	color:#1B8B1B;
	font-weight:normal;
}


h3, .h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#067306;
	font-weight:normal;
}

h3 a, .h3 a
{	
	color:#067306;
	font-weight:normal;
}

h4, .h4
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#067306;
	font-weight:normal;
}

#main_table
{
	border:1px solid #7AAB5A;
	background-color:#FFFFFF;
}

#logo_row
{
	background:url('../images/logo_bg.jpg');
	background-repeat:repeat-x;
	height:76px;
}

#logo_row #logo_cell
{
	padding-left:35px;
}

#logo_row #signup_cell
{
	text-align:right;
	vertical-align:middle;
}

#logo_row #signup_cell div
{
	padding-bottom:8px;
	padding-right:5px;
}

#logo_row #signup_cell #contact
{
	padding-right:16px;
	padding-bottom:2px;
	font-size:14px;
}

#logo_row #signup_cell a
{
	color:#277E25;
	font-size:12px;
	text-decoration:none;
}

#logo_row #signup_cell a:hover
{
	text-decoration:underline;
}

#nav_row
{
	background:url('../images/nav_bg.jpg');
	background-repeat:repeat-x;
	height:30px;
}

#content_row
{
	padding:25px;
}

#copyright_row
{
	background-color:#83E784;
	border-top:1px solid #7AAB5A;
	text-align:center;
	padding:5px;
}
#copyright_row #bottom_button
{
	text-decoration:none;
	float: right;
}
#copyright_row #bottom_nav
{
	margin-left:65px;
}
#copyright_row #bottom_nav a
{
	font-size:13px;
	color:#105F0E;
	text-decoration:none;
}
#copyright_row #bottom_nav a:hover
{
	font-size:13px;
	color:#105F0E;
	text-decoration:underline;
}

#copyright_row #copyright a, #copyright_row #copyright
{
	font-size:11px;
	color:#105F0E;
	text-decoration:none;
}
#copyright_row #copyright a:hover
{
	font-size:11px;
	color:#105F0E;
	text-decoration:underline;
}

.article_info
{
	font-size:10px;
	color:#bbbbbb;
}

.articles_list
{
	padding-left:15px;
	padding-top:2px;
}

.questions_list
{
	padding-left:15px;
	padding-top:2px;
	line-height:18px;
}

.tags
{
	color:#999999;
}

.tags a
{
	color:#33A632;
}

.program_dp
{
	color:#105F0E;
	font-weight:bold;
	font-size:11px;
}

.program_separator
{
	background-color:#83E784;
}

/* END OF GENERAL */

/* index.php */

#frontcontent_row
{
	padding-top:22px;
}

#latest_loan_articles
{
	width:255px;
	vertical-align:top;
}
#latest_loan_articles div
{
	margin-left:27px;
	margin-right:20px;
}

#loan_questions
{
	width:255px;
	vertical-align:top;
}
#loan_questions div
{
	margin-left:28px;
	margin-right:20px;
}

#loan_tools
{
	width:255px;
	vertical-align:top;
}

#loan_tools div
{
	margin-left:28px;
	margin-right:20px;
}


#question_field
{
	height:33px;
	vertical-align:middle;
	width:193px;
	/*background:url('../images/nav_bg.jpg');*/
	background:url('../images/loan_question_field_bg.jpg');
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
}

/* end of index.php */
