/*
  To create a new color theme, replace the colors:
  
    #3366FF with the color for hyperlinks
  and 
    #0033CC with the background color for the top navigation bar
  and
    #000099 for the color of page headings

  and
    provide a re-colored version of images/ul_bullet.gif,
    which is the bullted-list item dot.    

*/


#title h1 a:link, #title h1 a:visited
{
	text-decoration: none;
	color: #424242;
}

a:link, a:visited, #search a:visited, th a:visited
{
	color: #424242;
}

#title h1
{
	color: #424242;
}

#color_bar
{
	/* background: #0033CC; */
	background: url(images/background_table_row.gif) repeat-x top;
}

h3
{
	color: #000099;
}

/*
   COMMON THEME PROPERTIES FOLLOW
   (they contain no information specific to a theme color)
*/

html
{
	padding: 0px;
	margin: 0px;
}

body
{
		background: #fff url(images/main_bg.jpg) repeat-y center;

	font-size: 12px;
	font-family: Arial;
	color: #424242;
	text-align: center;
	padding: 0px;
	margin: 0px;
}


#box
{
	width: 810px;
	margin: 0px auto;
	text-align: left;
	padding: 0 15px 15px 15px;
	background: #E2EAF9;
}

#left
{
	width: 530px;
	padding: 0px;
	float: left; /* background-color: #ff99cc;*/
}

#content
{
	width: 535px;
	padding-left: 15px;
	padding-right:5px;
	padding-top: 0px;
	float: right;
	overflow: auto;
	background-color: #E2EAF9;

}

#right
{
	width: 210px;
	float: left;
	background-color: #E2EAF9;
	padding-left: 0px;
	padding-top: 0px;
}

#head
{
	/* border: 0px green solid; */
	background: #E2EAF9 url(images/titlebanner2.gif) no-repeat;
	height: 100px;
}

#head h1
{
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	color: #564b47;
	background-color: #90897a;
	padding: 5px 15px;
	margin: 0px;
}

#head p
{
	padding: 10px;
	margin: 0px;
}

.AccessNoticePanel, .AccessNoticePanel a
{
	/* border: 1px solid green; */
	width: 100%;
	text-align: right;
}

.LoginArea
{
	float: right;
	text-align: right;
	width:250px;
	padding: 0 0 0 0; /* border: navy 1px solid; */
}

.LoggedIn
{
	color: #45550d;
	font-weight: bold;
	font-size: 15px;
}

.LoginBtn
{
	font-size: 9px;
	color: #898989;
	margin: 0;
	vertical-align: top;
}

.logininput
{
	width: 100%;
	font-size: 9px;
	color: #898989;
	margin: 0;
}

.menu
{
	/* border: solid red 1px;*/
	margin-bottom: 15px;
}

.input1
{
	width: 100%;
	font-family: Arial, Tahoma, Verdana, , Helvetica, sans-serif;
	font-size: 11px;
	color: #898989;
}



.select1
{
	width: 100%;
	font-family: Arial, Tahoma, Verdana, , Helvetica, sans-serif;
	font-size: 11px;
	color: #898989;
}



a:hover
{
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

.none
{
	display: none;
}

#title h1
{
	font-size: 18px;
	font-weight: bold;
	display: inline;
}

.item_list h3, .item_list h4, .item_list h5, .item_list h6
{
	font-size: 0.9em;
	font-weight: normal;
}

/* begin main layout divs */
/*
#title
{
	height: 24px;
	width: 770px;
	padding-top: 17px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	background: url(images/background_title.jpg) no-repeat center top;
}
*/

#nav_header
{
	margin: 0 auto;
	background: url(images/headerRepeater.gif) ;
	line-height:normal;
	width: 812px;
	height: 40px;
}
#nav_header ul
{
	
	margin: 0;
	padding: 0px 0;
	list-style: none;
	float: right;
	
}
#nav_header li
{
	float: left;
	margin: 0;
	padding:  0px  0px 0px 0px;
	
}
#nav_header a
{
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	float: left;
	
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
	padding:  13px 50px 13px 5px;
	
}

#nav_header a span
{
}

#nav_header a:hover span
{
	border-bottom: #c0c0c0 1px solid;
	padding-bottom: 2px;
}


input .submit
{
	font-size: 11px;
	width: 70px;
}

#nav_browse
{
	float: right;
}

#nav_login
{
	float: left;
}



#col_main_left
{  
	width: 198px;
	float: left; /* border-right: 3px solid #006600; background: #E1DFCF; */ /* border: solid 1px green;*/
	border: solid 1px #B4D2FB;
	background-color: #fff;
}

#col_main_right
{
		
	margin-left: 214px; /* border: solid 12px navy;*/
	background-color: #fff;
	border: solid 1px #B4D2FB;
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	
	
}

#content .display_left
{
	/* margin-top: -20px; */
}

#content_header
{
	font-size: 0.9em;
	color: #000000;
	float: left;
	padding-top: 10px;
	padding-right: 7px; /* padding-left: 5px;*/
	margin-left: 5px; /* background: #cccccc url(images/bg_shaded.gif) repeat-x top; */
}

#content_header ul
{
	list-style-position: outside;
	margin-top: 10px;
	list-style-image: url(images/ul_bullet.gif);
}

#content_header li
{
	list-style-position: outside;
	margin-left: -17px;
}

#content_header h2, #content_header h3
{
	display: inline;
	font-weight: bold;
	font-size: 0.9em;
}

#featured_item
{
	height: 150px;
	width: 500px;
	text-align: left;
	padding: 10px;
	font-size: 0.9em;
	margin-bottom: 3px;
	margin-right: 0px; 
	background: #DCDACE url(images/background_feature.jpg) repeat-x top;
	border:dotted 1px gray;
}

#featured_item_search
{
	height: 150px;
	width: 585px;
	text-align: left;
	padding: 10px;
	font-size: 0.9em;
	margin-bottom: 3px;
	margin-right: 0px; 
	background: #DCDACE url(images/background_feature.jpg) repeat-x top;
	border:dotted 1px gray;
}

#BrowseByRegion
{
	height: 150px;
	width: 522px;
	text-align: left;
	
	font-size: 0.9em;
	margin-bottom: 3px;
	margin-right: 0px; /* background: #DCDACE url(images/background_feature.jpg) repeat-x top;*/
}

.display_left #featured_item
{
	width: 160px;
	font-size: 0.9em;
}


#featured_item h2
{
	font-size: 0.9em;
	font-weight: bold;
	display: inline;
}

.row1 a:link img, .row2 a:link img, .display_left a:link img, #featured_item a:link img
{
	border: 1px solid #666;
}

.row1 a:visited img, .row2 a:visited img, .display_left a:visited img, #featured_item a:visited img
{
	border: 1px solid #666;
}



#announcements
{
	font-size: 0.9em;
	padding: 10px;
	height: 100%;
	background: #F7F6F2;
}

#announcements ul
{
	margin-top: 0px;
}

#announcements li
{
	list-style-position: outside;
	list-style-image: url(images/ul_arrow.gif);
	margin-bottom: 15px;
	margin-left: -24px;
}

#user_assistance
{
	/*color: #006600;*/ /*padding: 10px;*/ /* font-size: 0.9em;*/
	float: left; /*width: 178px;*/
	width: 90%; /*background: #cccccc url(images/bg_shaded.gif) repeat-x top;*/
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

#user_assistance h2, #user_assistance h3
{
	/* font-size: 0.9em;*/
}
.content_right h2
{
	font-size: large;
	margin: 5px 0px 0px 10px;
}

.content_right h1
{
	margin: 0px 0px 0px 0px;
}

.post_title
{
	margin: 0px;
	padding: 0px;
}

.post_dollars
{
	width: 50px;
}

#post_cents
{
	width: 25px;
}

.post_url, .post_title, .post_description
{
	width: 350px;
}

.post_description
{
	height: 90px;
}

.section
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	background-image: url(images/headerRepeater.gif);
	background-repeat: repeat-x;
	height: 28px;
	vertical-align: middle;
	border: solid 1px white;
	padding-top: 8px;
	text-transform: uppercase;
	
}

h3.section
{
	font-size: 1.2em;
}

.content_right
{
	font-size: 1em;
	background-color: #fff;
}

.content_right p
{
	padding: 0px;
	margin: 10px 15px 0px 30px;
    width: 325px;
}


.content_right form, .content_right fieldset
{
	border: none;
	padding: 0px;
	margin: 0px;
}

.content_right legend
{
	color: #000000;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

.content_right td, .category_browse td
{
	padding-right: 20px;
}

.category_browse td h4
{
	font-size: 0.9em;
	display: inline;
}

.category_browse td h4 a:link, .category_browse td h4 a:visited
{
	text-decoration: none;
	color: #000000;
}

.category_browse td h4 a:hover, .category_browse td h4 a:active
{
	text-decoration: underline;
}

.category_browse td ul a:link, .category_browse td ul a:visited
{
	text-decoration: none;
}

.category_browse td ul a:hover, .category_browse td ul a:active
{
	text-decoration: underline;
}

.category_browse td ul
{
	list-style-position: outside;
	margin-top: 10px;
	list-style-image: url(images/ul_bullet.gif);
}

.category_browse td li, .category_browse td li
{
	list-style-position: outside;
	margin-left: -17px;
}

#search_n_browse
{
	/* height: 139px; */
	/* padding-bottom: 3px; 	padding-left: 3px; */ 
	/* float: left;*/
	/* background: #cccccc url(images/bg_shaded.gif);*/
}

#mam_ad_browse_bar
{
	margin-left: 10px;
	margin-right: 20px;
}

#search_page_header
{
	height: auto;
	background-color: #cccccc; /*url(images/bg_shaded.gif);*/
	margin: 10px;
}

#search_n_no_browse
{
	height: 139px;
	width: 288px;
	padding-bottom: 3px;
	padding-left: 3px;
	float: right; /* background: #cccccc url(images/bg_shaded.gif);*/
}

.mam_title
{
	padding-left: 25px;
	height: auto;
	background: url(images/homepage12.gif) no-repeat;
}

/* This bit does all the work */
#oldcontainer
{
	position: relative;
	display: block;
	background: #ffffff;
	border-left: 250px solid #ffffff;
	border-right: 150px solid #ffffff;
	margin-bottom: 25px;
}
#oldinner
{
	display: block;
	margin-left: -250px;
	margin-right: -175px;
	padding: 0px;
}
#oldleft
{
	float: left;
	position: relative;
	width: 275px;
	left: 0px;
}
#oldcenter
{
	margin-left: 200px;
	margin-right: 170px;
	position: relative;
	display: block;
	height: 1%;
	padding-right: 25px;
}
#oldright
{
	float: right;
	position: relative;
	width: 170px;
	right: 0px;
}

.clear
{
	clear: both;
}

#mam_divider
{
	height: 3px;
	position: relative;
	width: 735px;
	margin-bottom: 25px;
	border-bottom: solid 2px #666666;
}

#mam_house
{
	/*height: 139px; 	width: 251px; 	background: #fff url(images/mam-house.gif) no-repeat; 	float:left; 	position:relative;*/
	float: left;
	position: RELATIVE;
	width: 190px;
	left: 0px;
	background: #fff url(images/mam-house.gif) no-repeat;
}

#mam_welcome
{
	/*font-size: 0.9em; 	color: #000000; 	height: 139px; 	width: 150px; 	margin-left: 251px;*/
	margin-left: 200px;
	margin-right: 200px;
	position: relative;
	display: block;
	height: 1%;
}

#mam_register_for_free
{
	/* height: 139px; 	width: 150px; 	padding-bottom: 3px; 	padding-left: 25px; 	float: right; 	background: #fff url(images/family.png) no-repeat 20px 0px;*/
	float: right;
	position: relative;
	width: 190px;
	right: 0px;
}

#mam_main_header
{
	height: 200px;
	border-bottom: solid 1px black;
	position: relative;
}

#mam_title
{
	padding-left: 23px;
	height: 25px;
	background: url(images/mini_logo.gif) no-repeat;
}

#mam_main_left
{
	width: 200px; /*background: #FFFFFF url(images/bg_shaded.gif);*/
	float: left; /* position:relative;*/
}

#mam_main_right
{
	font-size: 0.9em;
	padding-left: 25px;
	background: #FFFFFF;
	float: left; /* position:relative;*/
}




#mam_ad_top_half
{
	background-color: #f0f0f0;
	padding: 10px;
	height: 310px;
}

.mam_default_heading
{
	background-image: url(images/heading_bg.png);
}


#search_n_browse div#search
{
	float: left; /* background: url(images/background_search.jpg) #d6d3c4 repeat-x; */
}

#search_n_browse div#search_results_query
{
	float: left; /* background: url(images/background_search.jpg) #d6d3c4 repeat-x; */
}


#search_n_browse div#browse
{
	float: left; /* background: url(images/background_browse.jpg) #d2d4bf repeat-x; */
}

#search a
{
	font-size: 11px;
}


.AdTitle
{
	font-size:1.6em;
	font-weight:bold;
}
.AdInfo
{
	font-size:1.2em;

}

#search legend, #browse legend
{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}

#search select, #search .search_box, #browse select, #browse ul
{
	font-size: 15px;
	margin-top: 2px;
}

#search select
{
	width: 240px;
}

#search_heading
{
	height: 0px;
}

#browse select
{
	width: 190px;
	vertical-align: middle;
	border: none;
	display: inline;
}

#search, #browse
{
	height: auto;
	width: 275px;
	background: repeat-x top; /* padding-left: 10px; */
	border: solid 1px white;
}

#search form, #browse form
{
	display: inline;
	border: none;
}

#search .search_box, #search select
{
	/* margin-bottom: 8px;*/
}

#search
{ 	background-color: #FFFFFF;
  	width:215px;
  	padding-left:5px;
  	padding-right:5px;
  	border:dotted 1px gray;
  	
}

#search_results_query
{
	height: auto;
	width: 275px;
	background: repeat-x top; /* padding-left: 10px; */
	border: solid 1px white;
}

#search_results_query form
{
	display: inline;
	border: none;
}

#search_results_query legend
{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}

#search_results_query select, #search_results_query .search_box
{
	font-size: 15px;
	margin-top: 2px;
}

#search_results_query select
{
	width: 240px;
}

/* begin admin panel (similar to search boxes) */
#admin_panel
{
	width: 577px;
	padding-bottom: 3px;
	padding-left: 3px;
	float: right;
	font-size: .7em;
}
#admin_panel div
{
	padding-top: 5px;
}

#admin_panel #query span.input_label
{
	float: left;
	text-align: right;
	width: 70px;
}


#admin_panel #query input
{
	width: 170px;
}



#admin_panel #query select
{
	width: 175px;
}

#admin_panel #status span.input_label
{
	float: left;
	text-align: right;
	width: 100px;
}

#admin_panel #status select
{
	width: 145px;
}

#admin_panel #status input
{
	width: 145px;
}

#admin_panel span.input_control
{
	float: right;
	text-align: left;
}

#admin_panel div#query
{
	float: left;
	background: #fff url(images/fade.jpg) repeat-x bottom;
}

#admin_panel div#status
{
	float: right;
	background: #fff url(images/fade.jpg) repeat-x bottom;
}

#admin_panel #query a
{
	font-size: 11px;
}

#admin_panel #query legend, #admin_panel #status legend
{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}

#admin_panel #query select, #admin_panel #query .search_box, #admin_panel #status select, #admin_panel #status ul
{
	font-size: 11px;
	margin-top: 2px;
}

#admin_panel #query select, #admin_panel #query .search_box
{
	/* width: 290px; */
}

#admin_panel #status select
{
	/* width: 190px; */
	vertical-align: middle;
	border: none;
	display: inline;
}

#admin_panel #query, #admin_panel #status
{
	height: 185px;
	width: 265px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #A29F93;
	border-bottom-color: #A29F93;
	border-left-color: #FFFFFF;
	background: repeat-x top;
	padding: 7px 10px 10px;
}



.login_box input.text
{
	width: 150px;
}

.login_box
{
	background: #fff url(images/fade.jpg) repeat-x bottom;
}

input.user_info
{
	width: 200px;
}

input.register_password
{
	width: 100px;
}

input.register_question
{
	width: 250px;
}

/* begin item grid */


#item_images
{
	text-align: center;
	float: left;
	width: 161px;
	clear: none;
}

.item_list table
{
	width: 100%;
}

.item_list
{
	font-size: .9em;
	padding-left: 5px;
	padding-right: 5px;
}

.item_list th
{
	height: 25px;
	
	color: #ffffff;
}

.item_list_footer
{
	height: 20px;
	width: 100%;
	margin-top: 5px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	background: #FFFFFF;
	
}

.item_list_footer li
{
	list-style-type: none;
	white-space: nowrap;
	display: inline;
	margin: 0px 3px;
}

.item_list_footer ul
{
	margin: 0;
	padding: 0;
}

.display_left
{
	text-align: center;
	float: left;
	clear: none;
	font-size: .8em;
}


.display_right
{
	text-align: left;
	padding-left: 181px;
	font-size: .8em;
}

.display_right #ad_details h3, .display_right#ad_details h4, .display_right#ad_details h5
{
	color: #669933;
	text-align: left;
	font-size: 0.9em;
	padding: 10px;
	display: block;
	background: red;
}
#mam_ad_top_half h4 h5
{
	background: #000000 url(images/background_table_row.gif) repeat; /* padding: 10px;*/
	height: 325px;
	float: left;
}

#mam_ad_title h4
{
	color: #669933;
}

.mam_ad_title
{
	/*height:auto; width:300px;*/
	text-align: left;
	width: 95%;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.mam_ad_price h4
{
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.PhotoPanel
{
	border: #f1f1f1 5px solid;
	float: left;
}


.mam_ad_price
{
	color: #000000;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.mam_ad_actions
{
	border-bottom: 1px solid black;
	padding-bottom: 15px;
	width: 95%;
}

#mam_ad_photo_panel
{
	float: left;
	width: 375px;
	height: 280px;
	background: #999999 url(images/image-not-available.gif);
}

#mam_ad_top_half_right
{
	float: left;
	margin-left: 5px;
}

#mam_ad_thumbs
{
	float: left;
	width: 200px;
}

mam_ad_right
{
	padding-left: 35px;
}

#emailpanel
{
	font: 1em;
}


#mam_ad_price
{
	color: red;
	float: left;
}

#mam_ad_thumbs
{
	padding: 10px;
	margin: 10px;
	float: left;
}

.mam_searchbutton
{
	float: right;
	padding-right: 20px;
}


.display_right#ad_details h5.action
{
	padding: 5px 10px;
	font-size: 0.9em;
}


/* begin footer */

#footer
{
	font-size: 11px;
	font-weight: bold;
	height: 23px;
	width: 100%;
	padding-top: 10px;
	color: #FFFFFF;
	text-align: center;
	float: left;
	height: 300px;
	background: white url(images/borderbottom.gif) no-repeat top center;
	
}

#footer_nav
{
	width: 100%;
}

#footer_nav a
{
	list-style-type: none;
	white-space: nowrap;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 13px;
	text-decoration: underline;
}

#footer_nav a, #nav_login a, #nav_browse a, #crumbs a
{
	color: #000000;
}



#disclaimer
{
	font-size: 11px;
	color: #000000;
	text-align: left;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}


/* begin classes */

legend.select_category
{
	display: inline;
}

.col_select, .col_photo, .col_photo_nopreview, .col_startdate, .col_price, .col_price th, .col_type, .col_location a, .col_category, .col_general, .col_checkbox a th, .col_location th, .col_price, .col_price a, .col_location, .col_title th, .col_title a, .col_general th, col_general a
{
	text-align: center;
	color: #424242;
}

.col_general th
{
	color: White;
}


.col_photo
{
	height: 60px;
	width: 80px;
	padding-left:5px;
	padding-right:5px;
}

.col_title a
{
	text-align: left;
	width: 100px; /*color: #327e32; */
	color: #424242; /*background-color: #327e32;*/
}

.col_header th
{
	text-align: left;
	width: 325px; /* color: #327e32; */
	color: #424242; background-color: #327e32;
	
}

.col_title
{
	text-align: left;
	width: 325px; /* color: #327e32; */
	color: #424242; /*background-color: #327e32;*/
	padding-right: 8px;
    padding-left: 8px;
}

col_price a
{
	text-align: left;
	width: 325px; /* color: #327e32; */
	color: #424242; /*background-color: #327e32;*/
}

.col_price th
{
	text-align: left;
	width: 325px; /* color: #327e32; */
	color: #424242;
	background-color: #327e32;
}

col_price
{
	text-align: left;
	width: 325px; /* color: #327e32; */
	color: #424242; /*background-color: #327e32;*/
}

col_price th
{ 
	text-align: left;
	width: 325px; /* color: #327e32; */
	color: #000; /*background-color: #327e32;*/
}

.col_startdate_head a
{
	text-align: left;
	width: 325px; /* color: #327e32; */
	color: #424242; /*background-color: #327e32;*/
}

#AdDetails
{
	font-size: 0.9em;
}

#ad_details td.col_heading
{
	font-size: 12px;
	vertical-align: top;
}

#ad_details td.col_detail
{
	padding-left: 10px;
	font-size: 12px;
}

#ad_details .ad_description_text td.col_detail
{
	font-weight: bold;
	font-size: 12px;
	vertical-align: top;
}

.ad_description_text
{
	padding-top: 20px;
	font-size: 12px;
	vertical-align: top;
}



.col_checkbox, .col_photo_nopreview
{
	width: 30px;
}


.row1, .row2
{
	height: 80px;
}

.row2
{
	background: #c6d296;
}

.small_text
{
	font-size: 0.9em;
	color: #666666;
	font-weight: normal;
}

.normal_weight
{
	font-weight: normal;
}


tr.new_section
{
	padding-top: 1em;
}

p.new_section
{
	margin-top: 1em;
}


.myheadings
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	background-image: url(images/headerRepeater.gif);
	background-repeat: repeat-x;
	height: 28px;
	vertical-align: middle;
	border: solid 1px white;
	padding-top: 8px;
	text-transform: uppercase;
}

h3
{
	margin: 0px;
}

a.bottomlinks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #258c25;
	text-decoration: underline;
}

a:hover.bottomlinks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #258c25;
	text-decoration: none;
}

#search_results_grid
{
	float: left;
}

.wizard
{
	width: 100%;
	margin: 15px;
}

#user_assistance p
{
	margin-left: 10px;
}

.FailureText
{
	margin-top: 20px;
	color: Red;
}

.LoginTitle
{
	color: #45550d;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
}

a.centerlinks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.inputboxes
{
	height: 16px;
	border: 1px solid #dbdbdb;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5e5e5e;
	font-size: 11px;
}
.style1 {
	color: #133792;
	font-weight: bold;
	font-size: 11px;
}
.style2 {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}
.style3 {
	color: #F2D9CC;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
}
.style4 
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
}
.style5 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
}
.style6 {
	FONT-SIZE: 8pt;
	COLOR: #000000;
	TEXT-DECORATION: none;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.style7 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}
.style8 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
.style9 {
	color: #133792;
	font-weight: bold;
	font-size: 10.5px;
}
.style10 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}
.style11 {
	color: #133792;
	font-weight: bold;
	font-size: 13px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.style12
{
    color: #133792;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;    
}
.style13 {
	color: #133792;
	font-weight: bold;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
}
.style14 {
	color: #999999;
	font-weight: bold;
	font-size: 11px;
}
.style15 {
	color: #133792;
	font-weight: bold;
	font-size: 9px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.style16 {
    FONT-SIZE: 10pt;
	COLOR: #FFFF33;
	FONT-WEIGHT: bold;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
.style17 {
    FONT-SIZE: 10pt;
	COLOR: #FFFF33;
	FONT-WEIGHT: bold;
	font-family: "Times New Roman", Times, serif;
	TEXT-DECORATION: none;
	font-style: oblique;
}
.style18 {
	color: #133792;
	font-weight: bold;
	font-size: 13px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.style19 {
	color: #133792;
	font-weight: bold;
	font-size: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-transform: capitalize;
}
.style20 {
	color: #133792;
	font-weight: bold;
	font-size: 11px;
	text-transform: capitalize;
}
.style21
{
    color: #133792;
    font-weight: bold;
    font-size: 11px;
    font-style: italic;
}
.style22 {
	color: #133792;
	font-weight: bold;
	font-size: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}
.style23 {
	color: #133792;
	font-weight: bold;
	font-size: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
}
.style24 {
    color: #F2D9CC;
    font-size: 10.5px;
    font-weight: bold;
    text-transform: capitalize;
}
.style25 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.style26 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}
.style27 {
	COLOR: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
}
.style28 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
.style29 {
	COLOR: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
}
.style30 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
}
.style31 {
	color: #133792;
	font-weight: bold;
	font-size: 10px;
}
.style32
{
    color: #133792;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;  
    line-height: 16px;  
}
.style33 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: oblique;
}
.style34
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    font-family: "Times New Roman" , Times, serif;
    font-style: oblique;
    text-decoration: none;
    margin-left: 25px;
    line-height: 35px;
    text-align: left;
}
.style35 {
	FONT-SIZE: 10pt;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: oblique;
    padding-left: 30px;
    line-height: 18px;
}
.style36 {
	FONT-SIZE: 8pt;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: oblique;
    margin-bottom: 7px;
}
.header1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.header2 {
	font-size: 15px;
	color: #E9D5CC;
	font-weight: bold;
}
.header3 {
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.header4 {
	FONT-SIZE: 10pt;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.header5 {
	COLOR: #FFFFFF;
	font-weight: bold;
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
}
.header6 {
	FONT-SIZE: 13pt;
	COLOR: #133792;
	TEXT-DECORATION: none;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.header7 {
	COLOR: #FFFFFF;
	font-weight: bold;
	font-size: 25px;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
}
.header8 {
	COLOR: #FFFFFF;
	font-weight: bold;
	font-size: 21px;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
}
.header9 {
	color: #133792;
	font-weight: bold;
	font-size: 18px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.header10 {
	color: #133792;
	font-weight: bold;
	font-size: 19px;
	font-family: Times New Roman, Times, serif;
	font-style: oblique;
}
.header11 {
	FONT-SIZE: 13pt;
	COLOR: #133792;
	TEXT-DECORATION: none;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
}
.header12 {
	FONT-SIZE: 10pt;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
}
.header13 {
	COLOR: #FFFFFF;
	font-weight: bold;
	font-size: 27px;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
}
.header14 {
	FONT-SIZE: 13pt;
	COLOR: #133792;
	TEXT-DECORATION: none;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
}

.TopRightFixed 
 {
   top: 0px;
   right: 0px;	
   position:fixed;
 } 

 .Progress
 {
   background-color:#CF4342;
   color:White;
   width:105px;
   border: solid 1px red;
 }
 
.Progress img {
   vertical-align:middle;
   margin:2px;
 }
 
 /* left side
   --------- */

.left {
	float: left;
	width: 490px;
	margin: 0 0 10px 0;
}
	.left_articles {
		margin: 0 0 15px 0;
		padding: 0 0 0 10px;
	}

	.lt {
		height: 10px;
		background: #17209B url(images/lt.gif) no-repeat;
		color: #FFF;
	}
	
	.lbox {
		color: #eee;
		padding: 3px 12px;
		margin: 0 0 15px 0;
		background: #FFFFFF url(images/lb.gif) no-repeat bottom left;
		height: 178px;
		border-left:solid 1px #CCCCCC;
		border-right:solid 1px #CCCCCC;
	}
	
	.lbox a {
		color: #FFFCD1;
		background: inherit;
	}
	
	.lbox h2 {
		color: #FFF;
		background: #6E6E6E;
	}
