body {
	background:#EBE8E8 url(/store/skins/AlphaBlue/styleImages/backgrounds/pageBg.gif) repeat-y scroll center top;
	margin:0;
	color:#333333;
	font-family:"Segoe UI","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
}

h1 {
	border-bottom:1px solid #EDEDEB;
	color:#2C7FAA;
	font-family:"Segoe UI","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:5px 5px 5px 0;
}

h2 {
	border-bottom:1px solid #EDEDEB;
	color:#2C7FAA;
	font-family:"Segoe UI","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:5px 5px 5px 0;
}

#header {
	padding:20px;
}

.wrapper, .footer {
	background-color:#FFFFFF;
	width:907px;
}

.footer {
	text-align:center;
	margin:0 auto;
}

a img {
	border:none;
}

p {
	padding:5px 0;
}

#content {
	padding:10px;	
}

#header a {
	padding:10px;
}

/* CSS Sticky Footer */
* {
	margin: 0;
}
  
html, body {
	height: 100%;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
	margin: 0 auto -4em;
}

.footer, .push {
	height: 4em;
}
/*End CSS Sticky Footer*/

/* Menu */

#menu {
	background-color:#F8F8F7;
	border-bottom:3px solid #333333;
	border-top:1px solid #333333;
	margin-bottom:20px;
	padding:5px;
}

#menu ul li {
	display:inline;
	list-style-type:none;
}

#menu a {
	color:#333333;
	text-decoration:none;
}

#menu a:hover {
	color:#2c7faa;
}

/* End Menu */

#content a {
	text-decoration:none;
	color:#2c7faa;
	font-weight:bold;
}