/************************************************
*	Body Rules									*
************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
body {
	background: #ABABAB;
	color: #666;
	font: normal 14px/20px 'Helvetica Neue', Helvetica, Arial !important;
	letter-spacing: 0;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
#wrap {
	background: #FFF;
	margin: 0px auto;
	padding: 0px;
	width: 620px;
}

/************************************************
*	Hyperlink Rules								*
************************************************/
a, a:visited {
	color: #34a3ff;
	text-decoration: none;
}
a:hover, a:active {
	color: #666;
	text-decoration: none;
}
/************************************************
*	NEW Heading Rules   					    * 
************************************************/
/** h1 layouts **/
h1 {
	border-bottom: 1px solid #CCC;
	color: #6699cc;/*879DB4;*/
	font: bold 28px/1.5em "Trebuchet MS", sans-serif;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-align: center;
	text-transform: uppercase;
}
/************************************************
*	NEW list Rules   	     				    * 
************************************************/
ul {
	list-style-type: disc;
	margin: 0px auto;
	padding: 10px;
	width: 85%;
}
ul li {
	margin: 0px;
	padding: 0px;
}
/************************************************
*	paragraph Rules   	     				    * 
************************************************/
P {
	line-height: 20px;
	margin: 10px 0px;
	padding: 0px;
	text-align: left;
}
/************************************************
*	table Rules   	     				    * 
************************************************/
table {
	border-collapse: collapse; 
	padding: 0px; 
    margin: 0px auto 0px auto;
	width: auto; 
}
/************************************************
*	Footer Rules   	     				    * 
************************************************/
#footer { 
	text-align: center;
	padding-top:2px;
}
#footer a,#footer  a:visited {
	font: bold 16px/20px 'Helvetica Neue', Helvetica, Arial !important;
	color: #34a3ff;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	font: bold 16px/20px 'Helvetica Neue', Helvetica, Arial !important;
	color: #666;
	text-decoration: none;
}
#subFooter {
	text-align: center;
} 