/*begin general properties*/

body{
	margin: 0;
	background-color: #0072BC;
}


.navbg {
	background-image: url(images/bottom_left.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
}
.pagebg {
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-y;
}

.contentbg {
	background-image: url(images/contentbg.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}

.verticalrulebg {
	background-image: url(images/vertical_rule.gif);
	background-repeat:repeat-y;
}


h1{
	font-size:14px;
	color:#333;
	margin-bottom:1px;
}

p {
	margin-top: 0px;
	margin-bottom: 8px;
}

/*end general properties*/


/*begin nav properties*/
	
#nav{
	/*float:left;*/
	font-size:16px;
	padding: 3px;
	margin: 25px 5px 65px 30px;
}

#nav a{
	font-family: Arial,Helvetica,sans serif;
	font-weight:bold;
	text-decoration: none;
	color: #B6B7BB;
	display:block;
	width:195px;
	padding:2px;

}

#nav .selected{
	font-family: Arial,Helvetica,sans serif;
	font-weight:bold;
	font-size:17px;
	text-decoration: none;
	color: #6A6B6C;
	display:block;
	width:195px;
	padding:2px;
	}

/*bluelink*/
#nav a.bluelink:hover {
	color: #0072BC;
}

#nav a.bluelink:active {
	color: #55BBFF;
}

/*orangelink*/
#nav a.orangelink:hover {
	color: #F7931D;
}

#nav a.orangelink:active {
	color: #FFEE88;
}

/*redlink*/
#nav a.redlink:hover {
	color: #D1151E;
}

#nav a.redlink:active {
	color: #FF5588;
}

/*greenlink*/
#nav a.greenlink:hover {
	color: #21A747;
}

#nav a.greenlink:active {
	color: #88EE88;
}

/*end nav properties*/

/*begin content properties*/

#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000033;
	padding: 0px 0px 10px 9px;
	width:500px;
}

#content img{
margin:5px 0px 5px 0px;
}


.copyright{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#004A77;
	margin-top:3px;
}


#checkout{
	padding: 0 50px 10px 50px;
}

#content a{
	color: #0072BC;
	text-decoration: none;
}

#content a:hover {
	color: #D1151E;
}

/*end content properties*/

/*begin footer properties*/

#footer{
	margin: 0px 0px 8px 0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;

}

#footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:hover{
	color:#FFFF00;
}

/*end footer properties*/