body 
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif; 
	margin: 0px 0px 0px 0px;
	text-align: center;
}


th
{
	background-color: #e1e3e3;
	color: #fe410a;
	text-align:center;
	padding: 2px
}

td
{
	padding-left: 5px;
	min-height: 25px;
}

table tr
{
	border-top: solid 1px #e1e3e3;
}

p
{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px 0px 0px 0px;
	font-weight:normal;
}

h2
{
	padding-bottom: 0;
	font-size: 8px;
	color: #fe410a;
}

h3
{
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 2px;
	font-size: 1.2em;
	background-color: #e1e3e3;
	color: #888888;
	font-weight:bold;	
}

a
{
	color: #8d8d8d;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #f16503;
	text-decoration: none;
}

a.selected
{
	color:Black;
	text-decoration: underline;
}

a:hover.selected
{
	text-decoration: none;
}

.error-message
{
	color: Red;
}

#wrapper
{
	width: 779px;
	margin-left: auto;
	margin-right: auto;
}

.box_header_white
{
	margin: 0px 1px 0px 1px;
	height: 1px;
	font-size: 0px;	
	background-color: #ffffff;	
}

.box_footer_white
{
	margin: 0px 1px 0px 1px;
	height: 1px;
	font-size: 0px;
	background-color: #ffffff;
}

.clear-both
{
	clear:both;
}

.center
{
	margin-left: auto;
	margin-right: auto;
}

.button
{
	background:#fff url(../images/button_bg.gif) repeat-x 0 0;
	font-weight:bold;
}

.copyright
{
	color: #888888;
	font-size: 10px;
}


#page_header
{
	background-color: #ffffff;
}

#page
{
	background-color: #ffffff;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	overflow: auto;
	
}

#content
{
	float:right;
	width: 490px;
	list-style-type: none;
	margin: 10px 70px 10px 0px;
/*	border-width: 1px;
	border-color: #333333;
	border-style: solid; */

} 
#mycontent
{
	text-align:left;
	width: 490px;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
} 
#leftmenu
{
text-align:left;
	float:left;
	width: 100px;
	margin: 0px 0px 0px 20px;
} 

#column-2
{
margin:20px 0 0 20px;
	float:left;
	width: 100%;
/*	border-width: 1px;
	border-color: #333333;
	border-style: solid; */
}

#column-2 h2
{
	color: #666666;
	font-size: 1.4em;
	font-weight: bold;
}

#column-2-content
{
	text-align:left;
}

#static-sub-navigation ul, #page-sub-navigation ul
{
	list-style-image: url(../images/bullet.jpg);
	list-style-position: outside;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#static-sub-navigation li, #page-sub-navigation li
{
	font-size: .9em;
	padding: 4px 0px 0px 4px;
}

#main-store-navigation 
{
text-align:left;
margin: 0px 0 0 0;
/*	border-width: 1px;
	border-color: #333333;
	border-style: solid; */
}
#main-store-navigation ul
{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;

}

#main-store-navigation li
{
	font-size: 1em;
	display: inline;
	padding: 4px 0px 0px 4px;
}

#main-store-navigation li a
{
	text-decoration: underline;
}

.message {
	padding: 1em;
	font-size: .9em;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #e0e5fb;
	margin-bottom: 2em;
	text-align: center;
	}
	
.error-message {
	padding: 1em;
	font-size: .9em;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #ff403d;
	color: #ff403d;
	margin-bottom: 2em;
	text-align: center;
	}
	
.notes ul 
{
 color: #fe410a; 
	
}



