/*html
{
	height: 100%;
	margin-bottom: 1px;
}*/

body
{
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: Georgia, Times New Roman;
	color: #808080;
	text-align: center;
	
	margin: 0px;
	padding: 0px;
	border: 0px;
}

td
{
	font-size: 14px;
	font-family: Georgia, Times New Roman;
	color: #808080;
	text-align: left;
	
	margin: 0px;
	padding: 0px;
	border: 0px;			
}

.body
{
	text-align: justify;
	
	width: 728px;
	margin-left: auto;
	margin-right: auto;
}

.title
{
	font-size: 26px;
	
	margin: 20px;
	float: left;
}


.title A:link { text-decoration:none; }
.title A:visited { text-decoration:none; }
.title A:active { text-decoration:none; }
.title A:hover { text-decoration:none; }

.grey
{
	color: #808080;
}

.light_grey
{
	color: #D4D4D4;
}

.orange
{
	color: #e67d0c;
}

.slogan
{
	font-style: italic;
	text-align: right;
	
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 20px;
	float: right;
}

.slogan_top
{
	margin-right: 12px;
}

.slogan_bottom
{

}

.menu
{
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;

	width: 728px;
	height: 35px;
	clear: both;
}

.menu_img_left
{
	float: left;
	height: 30px;
}

.menu_left
{
	text-align: left;
	font-size: 12px;
	
	float: left;
	height: 30px;
}

.menu_left a
{
	font-weight: bold;
	color: #FFFFFF;

	margin-left: 15px;
	margin-top: 7px;
	margin-right: 5px;
	display: block;
	float: left;
	
	height: 28px;
}

.menu_current
{
	background-image: url(images/menu_underline.gif);
	background-repeat: repeat-x;
}

.menu_left A:link { text-decoration:none; }
.menu_left A:visited { text-decoration:none; }
.menu_left A:active { text-decoration:none; }
.menu_left A:hover { text-decoration:underline; }

.menu_right
{
	text-align: right;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial;

	float: right;
	height: 30px;
}

.menu_img_right
{
	float: right;
	height: 30px;
}

img
{
	display: block;
	border: none;
}

.menu_textbox
{
	font-size: 12px;

	margin-top: 5px;
	border: 1px solid #e67d0c;
	width: 100px;
	height: 18px;
}

.page_wide
{
	width: 688px;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
}

.page_left
{
	width: 377px;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 30px;
	float: left;
}

.page_right
{
	border-left: 1px solid #D4D4D4;
	
	width: 280px;
	margin-top: 15px;
	margin-right: 20px;
	float: right;
}

.inner_page_right
{
	width: 250px;
	margin-left: 30px;
}

.heading
{
	color: #707070;
	font-size: 18px;
	
	margin-bottom: 6px;
}


.heading1
{
	color: #707070;
	font-size: 18px;
	
	margin-bottom: 6px;
}

.heading2
{
	color: #e67d0c;
	font-size: 18px;

	margin-top: 12px;				
	margin-left: -25px;
	margin-bottom: 6px;
}

.heading3
{
	color: #707070;
	font-size: 14px;
	font-weight: bold;
	
	margin-bottom: 6px;
}

.clear
{
	height: 1px;
	overflow: hidden;
	clear: both;
}

ul
{
	margin: 0px;
	padding-left: 25px;
	list-style-image : url(images/bullet.gif);
}

.see_more_examples
{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

A
{
	color: #e67d0c; 
}

A:link { text-decoration:underline; }
A:visited { text-decoration:underline; }
A:active { text-decoration:underline; }
A:hover { text-decoration:none; }

.learn_more_img
{
	float: left;
	margin-right: 1px;
}

.apply_now_img
{
	
}

.footer_links
{
	text-align: center;
	font-size: 12px;
	color: #D4D4D4;
	
	width: 728px;
	margin-top: 20px;
}

.copyright
{
	text-align: center;
	font-size: 10px;
	color: #A0A0A0;
	
	width: 728px;
	margin-top: 10px;
}

form
{
	margin: 0px;
	border: 0px;
	padding: 0px;
}

table.apply_form
{
	margin-left: 25px;
	margin-right: 100px;
}

table.apply_form td
{
	padding: 10px 5px 0px 0px;
	vertical-align: top;
}

.ad_view
{
	margin-top: 5px;
	width: 250px;
	height: 50px;
	background-color: #EBEBEB;
}

.ad_view_left
{
		float: left;
		cursor: pointer;
}

.ad_view_text
{
	font-size: 11px;
	margin-top: 10px;
	width: 182px;
	height: 40px;
	text-align: center;
	float: left;
}

.ad_view_right
{
	float: left;
	cursor: pointer;
}

/*div { border: 1px solid black; }*/