/****************HTML tag styles ***************/

body{
	background: #f37814 url(images/bottom_bg.jpg) bottom repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 2;
	color: #ffffff;
}

/******* hyperlink and anchor tag styles *******/

a:link    {color: #FFFF00; text-decoration: none; font-weight: bold;}
a:visited {color: #FFFF00; text-decoration: none; font-weight: bold;}
a:active  {color: #FFFF00; text-decoration: none; font-weight: bold;}
a:hover   {color: #FFFF00; text-decoration: underline; font-weight: bold;}

a.foot:link    {color: #FFCC99; text-decoration: none; font-weight: normal;}
a.foot:visited {color: #FFCC99; text-decoration: none; font-weight: normal;}
a.foot:active  {color: #FFCC99; text-decoration: none; font-weight: normal;}
a.foot:hover   {color: #FFCC99; text-decoration: underline; font-weight: normal;}

/******* MAIN DIVISONS *******/

#header{
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 220px;
	text-align: center;
	background: url(images/header_bg.jpg) repeat-x;
}

#main{
	width: 100%;
	height: 850px;
	border: 0px;
	background: url(images/sunset_tree_bg.jpg) bottom left no-repeat;
	padding-bottom: 15px;
}

.gap{
	height: 15px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.contentbg{
	padding: 40px;
	background: url(images/trans_bg.png) repeat;
}

#content{
	position: relative;
	text-align: left;
}

.footer{
	height: 40px;
	background: url(images/trans_bg.png) repeat;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	color:#FFCC99;
}

/**********MAIN TABLE********/

div.hr{
	position: relative;
	height: 1px;
	background: #fff url(images/border_dotted.gif) repeat-x scroll center;
	margin-bottom: 30px;
		clear: both;
}

div.hr hr{
	display: none;
}

hr.solid{
	color: #0581c4;
	background-color: #0581c4;
	height: 1px;
	border: 0px none;
}

#image_right{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

#image_link{
	float: right;
	margin-right: 50px;
	margin-left: 20px;
}


/**********FONT STYLES**********/

h1{
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

h2{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 22px;
}

p{
	margin: 0px;
	padding: 0px;
	margin-bottom: 22px;
}

ol{
	padding-bottom: 20px;
}

ul{
	padding-bottom: 20px;
}

li{
	padding-bottom: 8px;
}

