
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #39414a;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColHybLtHdr #container { 
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #39414a;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #header { 
	width: 100%;
	background: #ffffff; 
	padding: 0 ;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColHybLtHdr #cityheader { 
	width: 100%;
	background: #39414a;
	
	padding: 0 ;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 27%; /* since this element is floated, a width must be given */
	margin-left: 3%;
	
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContent { 
	margin-left: 32%;
	width: 63%;
	margin-right: 3%;
} 


.twoColHybLtHdr #footer { 
	padding: 0 ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*Header Top Navigation*/

.topnavigtion 
    {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	background-color:#ffffff;
	
    }

/*Header Top Navigation Ends*/



/*Header for tables*/

#tableheader {
background-color: #ffffff;
}

#tableheader h2 {
background: #0F67A1;
color: #fff;
font-weight: bold;
font-family: Verdana;
font-size: 12px;
text-transform: uppercase;
padding: .3em 15px;
margin: 1em 0 1.5em;
position: relative;
height: 20px;
text-align: justify;
}

#tableheader ul {
padding-right: 5px;


}

#tableheader h3 {
font-size: 11px;
font-weight: bold;
line-height: 5px;
text-align: left;
}


#tableheader ul {

color: #222;
}

#tableheader li {
list-style: none;
margin-left: 0px;
font-weight: normal;
clear: left;
}

#tableheader a 
{
color: #660099;
}

#tableheader a:hover, tableheader a:visited, tableheader a:active {
color: #5DB0E6;
}


/* top header, horizontal navigation bar */

.menuheader
	{
	
	background-color:#0F67A1;
	}
	
	a.tdtopnav1
{
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
font-weight: bold;
text-align: center;
}

a.tdtopnav1:hover
{
text-decoration:none;
color:#000000;
}


.tr_main_top
    {
	background-color: #0E56A2;
	height: 40px;
	width: 100%;
    }

/* links general */

A.link1 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	TEXT-DECORATION: none;
	}

A.link1:hover 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	TEXT-DECORATION: none;
	padding-bottom: 30px;
    }

A.link1_tab 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	TEXT-DECORATION: none;
	}

A.link1_tab:hover 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	TEXT-DECORATION: none;
	padding-bottom: 30px;
    }

A.link_copy
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	TEXT-DECORATION: none;
	}
	
A.link2
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	TEXT-DECORATION: underline;
	}

A.link2:hover 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	TEXT-DECORATION: none;
    }



/* right verticatical action menu */

A.sub_link1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	TEXT-DECORATION: none;
	}
	
A.sub_link10
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	TEXT-DECORATION: none;
	}

A.sub_link1:hover 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	TEXT-DECORATION: none;
	font-weight: bold;
    }

.form
    {
    BORDER-RIGHT: #cccccc 1px solid; 
    BORDER-TOP: #cccccc 1px solid; 
    PADDING-LEFT: 1px; 
    BORDER-LEFT: #cccccc 1px solid; 
    WIDTH: auto; 
    BORDER-BOTTOM: #cccccc 1px solid;
    }

.table 
    {
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: #666666;
	border-left-color: #666666;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
    }

.tablefeatured 
    {
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: #B31B34;
	border-left-color: #B31B34;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #B31B34;
	border-bottom-color: #B31B34;
	border-right-width: 3px;
	border-left-width: 3px;
	border-bottom-width: 3px;
	border-top-width: 3px;
    }

.text_dashboard 
    {
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
    }

.copyright_text 
    {
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
    }

.table_text_title1 
    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color:#000000;
	
    }


.flow_level_tabtext 
{
	color: #0E56A2;
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
}

/* main body */


.tr_main_gradient {
	background-color: #0E56A2;
	height:500px;
	background-image: url(images/gradient1.gif);
}



/* listing tables */

.table_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color:#FFFFFF;
	MARGIN-LEFT: 10px;
}

A.actions_link2
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	background-position: center;
	text-decoration: none;
	}

A.actions_link2:hover 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	TEXT-DECORATION: none;
	background-position: center;

}


A.add_link
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	background-position: center;
	text-decoration: underline;
	background-color: #DFDFDF;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	letter-spacing: 2px;
	white-space: pre;



	}
	
A.add_link:hover
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-position: center;
	text-decoration: none;
	}


A.actions_link1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	TEXT-DECORATION: none;
	}

A.actions_link1:hover 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	TEXT-DECORATION: none;
}

A.go_button
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	TEXT-DECORATION: none;
	}

A.go_button:hover 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	TEXT-DECORATION: none;
    }

.table_outer_border 
    {
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9C9C9C;
	border-left-color: #9C9C9C;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #9C9C9C;
    border-top-width: 1px;
    border-bottom-style: solid;
	border-bottom-color: #9C9C9C;
    }

.table_outer_border_blue 
   {
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7F9CDB;
	border-left-color: #7F9CDB;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #7F9CDB;
	border-bottom-style: solid;
	border-bottom-color: #7F9CDB;
	border-top-width: 1px;
    }


.tr_list_topic 
    {
	background-color: #D1D7E7;
	height:20px;
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
    }

.tr_list_grey 
    {
	background-color: #E5E5E5;
	height:20px;
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	color: #000000;
    }

.tr_list_blue 
    {
	background-color: #E3E7F2;
	height:20px;
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	color: #000000;
    }

.blue-bold-small
    {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #0F268A; 
	FONT-FAMILY: verdana, arial, helvetica
	
    }


/* miscl */

A.link_close 
    {
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	color: #034F94;
	TEXT-DECORATION: none;
	font-weight: bold;
	border: none;
    }

A.link_close:hover 
    {
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	color: #990000;
	TEXT-DECORATION: none;
	font-weight: bold;
    }

.style6 
    {
	font-size: 12px; 
	font-weight: normal; 
	font-family: "Microsoft Sans Serif";
	}
.orange-bold-small
    {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14px; 
	COLOR: #FEB557; 
	FONT-FAMILY: verdana, arial, helvetica
    }
	
	.table2 
   {
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9C9C9C;
	border-left-color: #9C9C9C;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #9C9C9C;
    border-top-width: 1px;
    border-bottom-style: solid;
	border-bottom-color: #9C9C9C;
    }

.green-small
    {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #32946A; 
	FONT-FAMILY: verdana, arial, helvetica
    }
	.orangesmall
    {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #B31B34; 
	FONT-FAMILY: verdana, arial, helvetica
    }
	.white-bold-small
    {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff; 
	FONT-FAMILY: verdana, arial, helvetica
    }
	.white-bold-small:hover
    {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #eeeeee; 
	FONT-FAMILY: verdana, arial, helvetica
    }
	.darkorange-bold-small
    {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14px; 
	COLOR: #FC9511; 
	FONT-FAMILY: verdana, arial, helvetica
    }
	.grey
	{
	
	background-color:#eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	color: #000000;
	}
	.green_title
	{
	
	background-color:#E9FDEC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	}
	.green
	{
	
	background-color:#E9FDEC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #000000;
	}
	
	.white
	{
	
	background-color:#ffffff;
	}
	
	
	
	.whitefeatured
	{
	
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #000000;
	}
	.greenadslink
	{
	
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #000000;
	}
	.darkgrey
	{
	
	background-color:#cccccc;
	}
	
	.table_text_action {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	
    }

.table_text_title1_action
    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	
    }
	.grey_title
	{
	
	background-color:#eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	}
	
	.table_text_colorless {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	
    }

.table_text_title_colorless
    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	
    }
	
	
	.blue
	{
	
	background-color:#b0d2f7;
	}
	
	.table_topless 
    {
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9C9C9C;
	border-left-color: #9C9C9C;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
    border-bottom-style: solid;
	border-bottom-color: #9C9C9C;
    }

.grey_title_text
	{
	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	color: #999999;
	}
	
.right_panel_text 
    {
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	color: #B31B34;
	text-align: left;
	font-weight: bold;
	padding-left: 6px;
	height: 20px;
	vertical-align: middle;
	background-color:#E7E7D5;

	}

.right_links
   {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color: #084177;
	text-decoration: none;
	}
	
.right_links:hover
   {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	}
	
	
.right_links_tr
   {
	background-image: url(image/right_links_back.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	height: 26px;
	
	padding-top: 2px;
	padding-left: 5px;
	position: static;
	float: none;
	background-position: 202px;
	border: 1px solid #084177;

   }

.right_panel_links 
    {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	color: #147DD3;
	font-weight: bold;
	text-decoration: none;
	background-color: #D8E8F9;
	white-space: nowrap;
	height: 30px;
	
	border-top: 2px solid #D8E8F9;
	border-bottom: 2px solid #D8E8F9;
	vertical-align: middle;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D8E8F9;
	border-left-color: #D8E8F9;
	padding: 5px;
	}
	
.right_panel_links:hover
    {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	color: #666666;
	text-align: justify;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	}
	
	.tablewhite 
{
background-color:#FFFFFF;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9C9C9C;
	border-left-color: #9C9C9C;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #9C9C9C;
    border-top-width: 1px;
    border-bottom-style: solid;
	border-bottom-color: #9C9C9C;
}

.top_help
{
background-color:#2F4E6F;
}
.darkblue
{
background-color:#084177;
}

.lightestgrey
{
background-color:#EDF6FF;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.lighttext
{
color:#ffffff;
font-family:"Microsoft Sans Serif";
	font-size: 14px;
	font-weight: bold;
}

.navigation_links
   {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color: #B31B34;
	text-decoration: none;
	}
	
.navigation_links:hover
   {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}

.footer
{

background-color:#FFFFFF;
color:#CCCCCC;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}



.topnav_links
   {
	font-family: "Microsoft Sans Serif";
	font-size: 20px;
	font-weight: bold;
	color: #0B0098;
	text-decoration: none;
	}
	
.topnav_links:hover
   {
	font-family: "Microsoft Sans Serif";
	font-size: 20px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}
.blue
{
background-color:#004091;
}
.white-bold-big
    {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 15px; 
	COLOR: #ffffff; 
	FONT-FAMILY: "Microsoft Sans Serif";
    }
	
	.blue_footer
{
background-color:#325B87;
font-family: "Microsoft Sans Serif";
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
}


.tabletopborder
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.tablekey
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight: normal;
}

.mandatory
{

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.9em;
color:#2258ba;
font-weight: normal;
}

.tablekey1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight: normal;
	background-color: #FFCC00;
	
}
legend
{
	font-weight: bold;
	font-size: 11pt;
	color: #5EAB0B;
}

fieldset
{
	border: solid 1px #FDE3A3;
	padding-bottom: 10px;
}

.sel-cat {
	BORDER-RIGHT: #fde3a3 1px solid; 
	BORDER-TOP: #fde3a3 1px solid; 
	VERTICAL-ALIGN: top; 
	BORDER-LEFT: #fde3a3 1px solid; 
	WIDTH: 170px; 
	BORDER-BOTTOM: #fde3a3 1px solid;
	BACKGROUND-COLOR: #fcfcf2
}

.showcat-up {
	PADDING-LEFT: 0px; FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #bb0000; PADDING-TOP: 5px; HEIGHT: 25px; TEXT-ALIGN: left; TEXT-DECORATION: underline
}
.showcat-low {
	PADDING-LEFT: 0px; MARGIN: 2px 2px 10px 0px; COLOR: #5558e3; LINE-HEIGHT: 1.5em; TEXT-ALIGN: left; FONT-SIZE: 18pt;
}

.myClassName_gr .t {
	BACKGROUND-IMAGE: url(../images/floro_green.gif); HEIGHT: 7px
}
.myClassName_gr .b {
	BACKGROUND-IMAGE: url(../images/floro_green.gif); HEIGHT: 7px
}
.myClassName_gr .b B {
	BACKGROUND-IMAGE: url(../images/floro_green.gif); HEIGHT: 7px
}
.myClassName_gr .t B {
	BACKGROUND-IMAGE: url(../images/floro_green.gif); HEIGHT: 7px
}

DIV.spacer1 {
	LINE-HEIGHT: 1px
}
DIV.spacer3 {
	LINE-HEIGHT: 10px
}
DIV.spacer4 {
	LINE-HEIGHT: 3px
}
DIV.spacer4_ {
	LINE-HEIGHT: 1px
}
DIV.spacer5_ {
	LINE-HEIGHT: 7px
}
DIV.spacer {
	CLEAR: both; LINE-HEIGHT: 5px
}
DIV.spacer2 {
	CLEAR: both; LINE-HEIGHT: 10px
}
DIV.spacer15 {
	CLEAR: both; LINE-HEIGHT: 15px
}
DIV.spacerg {
	CLEAR: both; LINE-HEIGHT: 5px; BORDER-BOTTOM: #c2c2c2 1px solid; BACKGROUND-COLOR: #e7e7e7
}
DIV.spacer1a {
	LINE-HEIGHT: 4px
}
DIV.spacerdot {
	BACKGROUND-IMAGE: url(../images/gr_dot.gif); MARGIN-LEFT: 25px; LINE-HEIGHT: 1px
}
DIV.spacer16 {
	LINE-HEIGHT: 18px
}
DIV.lftflow {
	FLOAT: left; MARGIN-LEFT: 1px
}
DIV.leftflow1 {
	FLOAT: left; MARGIN-LEFT: 2px
}
DIV.leftflow {
	FLOAT: left; MARGIN-LEFT: 5px
}
DIV.rightflow {
	FLOAT: right; MARGIN-RIGHT: 5px
}
DIV.rightflow1 {
	FLOAT: right; MARGIN-RIGHT: 5px
}

FORM {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
.pad {
	PADDING-RIGHT: 0px; PADDING-LEFT: 13px; PADDING-BOTTOM: 4px; PADDING-TOP: 0px
}

.pad1 {
	PADDING-RIGHT: 5px; PADDING-LEFT: 8px; PADDING-BOTTOM: 8px; PADDING-TOP: 0px
}
#leftpannel {
	PADDING-LEFT: 10px; FLOAT: left; MARGIN: 0px; WIDTH: 185px
}
#wrapper {
	FLOAT: left; WIDTH: 100%
}
.subhead {
	FONT: bold 12px/14px Verdana, Arial, Helvetica, sans-serif; COLOR: #000000
}

.helptxt {
	FONT: 10px Verdana, Arial, Helvetica, sans-serif; COLOR: #666666
}

.raised_blue {
	BACKGROUND: none transparent scroll repeat 0% 0%
}
.raised_blue .b1 {
	DISPLAY: block; FONT-SIZE: 1px; OVERFLOW: hidden
}
.raised_blue .b2 {
	DISPLAY: block; FONT-SIZE: 1px; OVERFLOW: hidden
}
.raised_blue .b3 {
	DISPLAY: block; FONT-SIZE: 1px; OVERFLOW: hidden
}
.raised_blue .b4 {
	DISPLAY: block; FONT-SIZE: 1px; OVERFLOW: hidden
}
.raised_blue .b1b {
	DISPLAY: block; FONT-SIZE: 1px; OVERFLOW: hidden
}
.raised_blue .b2b {
	DISPLAY: block; FONT-SIZE: 1px; OVERFLOW: hidden
}
.raised_blue .b3b {
	DISPLAY: block; FONT-SIZE: 1px; OVERFLOW: hidden
}
.raised_blue .b4b {
	DISPLAY: block; FONT-SIZE: 1px; OVERFLOW: hidden
}
.raised_blue .b1 {
	HEIGHT: 1px
}
.raised_blue .b2 {
	HEIGHT: 1px
}
.raised_blue .b3 {
	HEIGHT: 1px
}
.raised_blue .b1b {
	HEIGHT: 1px
}
.raised_blue .b2b {
	HEIGHT: 1px
}
.raised_blue .b3b {
	HEIGHT: 1px
}
.raised_blue .b2 {
	BACKGROUND: #bdd9e4
}
.raised_blue .b3 {
	BORDER-RIGHT: #bdd9e4 1px solid; BACKGROUND: #fff; BORDER-LEFT: #bdd9e4 1px solid
}
.raised_blue .b4 {
	BORDER-RIGHT: #bdd9e4 1px solid; BACKGROUND: #fff; BORDER-LEFT: #bdd9e4 1px solid
}
.raised_blue .b4b {
	BORDER-RIGHT: #bdd9e4 1px solid; BACKGROUND: #daf7ff; BORDER-LEFT: #bdd9e4 1px solid
}
.raised_blue .b3b {
	BORDER-RIGHT: #bdd9e4 1px solid; BACKGROUND: #daf7ff; BORDER-LEFT: #bdd9e4 1px solid
}
.raised_blue .b2b {
	BORDER-RIGHT: #bdd9e4 1px solid; BACKGROUND: #daf7ff; BORDER-LEFT: #bdd9e4 1px solid
}
.raised_blue .b1b {
	BACKGROUND: #bdd9e4; MARGIN: 0px 5px
}
.raised_blue .b1 {
	BACKGROUND: #fff; MARGIN: 0px 5px
}
.raised_blue .b2 {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 2px; BORDER-BOTTOM-WIDTH: 0px; MARGIN: 0px 3px; BORDER-RIGHT-WIDTH: 2px
}
.raised_blue .b2b {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 2px; BORDER-BOTTOM-WIDTH: 0px; MARGIN: 0px 3px; BORDER-RIGHT-WIDTH: 2px
}
.raised_blue .b3 {
	MARGIN: 0px 2px
}
.raised_blue .b3b {
	MARGIN: 0px 2px
}
.raised_blue .b4 {
	MARGIN: 0px 1px; HEIGHT: 2px
}
.raised_blue .b4b {
	MARGIN: 0px 1px; HEIGHT: 2px
}
.raised_blue .boxcontent_blue {
	BORDER-RIGHT: #bdd9e4 1px solid; BACKGROUND-POSITION: 50% bottom; DISPLAY: block; BACKGROUND-IMAGE: images/lp_bg_blue.gif; BORDER-LEFT: #bdd9e4 1px solid; BACKGROUND-REPEAT: repeat-x
}
.raised_blue .boxcontent_blue1 {
	BORDER-RIGHT: #bdd9e4 1px solid; BACKGROUND-POSITION: center 50%; DISPLAY: block; BACKGROUND-IMAGE: images/lp_bg_blue.gif; BORDER-LEFT: #bdd9e4 1px solid; BACKGROUND-REPEAT: repeat-x
}
.raised_blue .boxcontent_blue2 {
	BORDER-RIGHT: #bdd9e4 1px solid; BACKGROUND-POSITION: 50% bottom; DISPLAY: block; BACKGROUND-IMAGE: images/lp_bg_blue.gif; BORDER-LEFT: #bdd9e4 1px solid; BACKGROUND-REPEAT: repeat-x
}
.raised_blue .boxcontent_blue3 {
	BORDER-RIGHT: #bdd9e4 1px solid; BACKGROUND-POSITION: 50% bottom; DISPLAY: block; BACKGROUND-IMAGE: images/lp_bg_blue.gif; BORDER-LEFT: #bdd9e4 1px solid; BACKGROUND-REPEAT: repeat-x
}
.raised_blue .boxcontent_blue4 {
	BORDER-RIGHT: #bdd9e4 1px solid; BACKGROUND-POSITION: 50% bottom; DISPLAY: block; BACKGROUND-IMAGE: images/lp_bg_blue.gif; BORDER-LEFT: #bdd9e4 1px solid; BACKGROUND-REPEAT: repeat-x
}
DIV.spacer3 {
	LINE-HEIGHT: 10px
}

/* LINE Spacing */
.lineSpace_1  { line-height: 1px;  }
.lineSpace_10 { line-height: 10px;}
.lineSpace_15 { line-height: 15px;}
.lineSpace_20 { line-height: 20px;}
.lineSpace_3  { line-height: 3px;  }
.lineSpace_4  { line-height: 4px;  }
.lineSpace_5  { line-height: 5px;  }
.lineSpace_6  { line-height: 6px;  }
.lineSpace_7  { line-height: 7px;  }
.lineSpace_8  { line-height: 8px;  }


/* LINE Height */
.h22 { height:22px;}
.h33 { height:33px;}
.h36 { height:36px;}

/* FONT Color */
.OrgangeFont {color:#FD8103}
.RedFont {color:#FF0000}

.blackFont {color:#000000}
.whiteFont{color:#FFFFFF}
.darkgray{color:#89898B}
.grayLine { border-bottom:1px solid #E1D7D7;}

/* FONT SIZE */
.fontSize_11p{font-size:11p}
.fontSize_12p{font-size:12px; font-weight:bold;}
.nbfontSize_12p{font-size:12px; }
.fontSize_13p{font-size:13px}
.fontSize_14p{font-size:14px; font-weight:bold; }
.fontSize_15p{font-size:15px; font-weight:bold; }
.fontSize_18p{ font-size:18px;font-weight:bold; }
.fontCityColor{font-size:12px; font-weight:bold;color:#89898B}
.fontHeadingColor{font-size:12px; font-weight:bold;color:#FD8103}
.contactusfontSize_14p{font-size:14px; font-weight:bold;color:#89898B }

