img.image-left-secondary {
	border: 1px solid #cccccc;
	background-color: transparent;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
	float: left;
}
img.image-border {
	border: 1px solid #cccccc;
	background-color: transparent;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
}
img.image-right-secondary {
	border: 1px solid #cccccc;
	background: transparent;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 0px;
	float: right;
}
/*DO NOT REMOVE OR ALTER THE NEXT COMMENT LINE */
/* </custom_formats> */

/* Step 2, now actually override the default styles by referencing the HTML tags
 directly (wildcarding won't do!)*/

img.image-left-primary {
	border: 1px solid #cccccc;
	background-color: transparent;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
	float: left;
}
BODY {
	/* browser background */
	 PADDING: 0px;
	MARGIN: 0px;
	/* set the color for the entire browser window */
	 BACKGROUND-COLOR: #EFEFEF;
	/* Set the base font for all content all areas will be relative. */
/* All BODY defaults should work with the site's main content areas */
	FONT-FAMILY: "Trebuchet MS", "Arial", "Helvetica", sans-serif, "Verdana";
	color: #333333;;
	font-size: 12px;
}

#site-border {
	WIDTH: 776px;
	MARGIN-TOP: 0px;
	MARGIN-RIGHT: auto;
	MARGIN-BOTTOM: 0px;
	MARGIN-LEFT: auto;
	/* define web page background */
    background-image: url(../Images/skyblue-site-background.gif);
	BACKGROUND-COLOR: transparent;
}

#site-header {
	/* define relative font size, color, and area's background */
  	 BACKGROUND-COLOR: transparent;
	margin-left: 8px;
	margin-right: 8px;
	color: #FEFEFE;
	width: 759px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 160px;
}

#site-menu-border {
	background-color: transparent;
	width: 759px;
	margin-left: 8px;
	margin-right: 8px;
	background-image: url(../Images/skyblue-menu-background.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	height: 30px;
}

/****************************************************************************
Site Menu Defaults  - defines the main site-wide common region used to display
the main menu.
*****************************************************************************/

#site-menu {
	WIDTH: 100%; /* must have this for IE */
	PADDING-TOP: 0px;
*/ /*this is magic, removes margin in Mozilla */
	 PADDING-RIGHT: 0px;
	PADDING-BOTTOM: 0px;/*this is magic, removes margin in Mozilla */
	PADDING-LEFT: 0px;
	MARGIN: 0px;
	COLOR: transparent;
}

/****************************************************************************
Each menu region must have the following styles defined with are used by the
software's javascript that controls the menu "fly-outs" and "drop-downs" that
are invoked using the <menu></menu> tags in Page Styles.
*****************************************************************************/
/*used for all menus */
ul.software_menu, .software_menu ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
/***************************************************************************/
/* Style definition for the menu region named "main-menu". */
/***************************************************************************/
ul#software_menu_main-menu.software_menu li {
    float: left; /* necessary for IE 6 */
    position: relative;
    padding: 0;
    margin: 0;
}
ul#software_menu_main-menu.software_menu li a {
	display: block;
	/* margin-bottom: -1px;  required to prevent javascript menus from disappearing on hover for mozilla */
 	color: rgb(0,80,88);
	FONT-FAMILY: "Trebuchet MS","Arial","Helvetica",sans-serif,"Verdana";
	font-weight: normal;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
ul#software_menu_main-menu.software_menu li.on a {
	color: #DE1F2D;
}
ul#software_menu_main-menu.software_menu li.on,
ul#software_menu_main-menu.software_menu li a:hover {
	color: #DE1F2D !important;
}
ul#software_menu_main-menu.software_menu li ul {
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0;
	width: auto;
}
ul#software_menu_main-menu.software_menu li ul li a,
ul#software_menu_main-menu.software_menu li.on ul li a {
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	margin: 0;
	background-image: none;
	background-color: #eeeeee;
	color: rgb(0,80,88);
	width: 160px;  /* fix width of menu items */
	;
}
.banner {
	background-color: #FFF;
	width: 759px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
}

#textfield_ad {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	color: rgb(0,80,88);
	padding-top: 20px;
	padding-bottom: 20px;
}
table {
	background-color: #000;
}
#phrchase {
	text-align: center;
}



#textfield_ad2 {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #DE1F2D;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #CCC;
	background-color: #E6E6E6;
}
strong {
	color: rgb(0,80,88);
}

.textfield_text {
	width: 90%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-size: 12px;
	text-indent: 2em;
}
#footer {
	width: 759px;
	margin-right: auto;
	margin-left: auto;
	color: #666;
	vertical-align: top;
	text-align: center;
}
