/*  body  */

html { 
  padding:0px;
  margin:0px;
}

body {
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	color:#152326;
	margin:0px 0px 0px 15px;
	padding:0px;
	line-height: 16px;

}



h1 {
	font-size: 12px;
	color: #c0c0c0;
	text-align: right;
	}

h3 {
	font-size:20px;
	font-family: Arial, Helvetica, Verdana, Arial, Sans-Serif;
	font-weight:bold;
	padding:10px 5px 0px 0px;
	color: #333333;
	letter-spacing: 0px;
}



a.crumb {
	margin-left: 155px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	background-color: transparent;
}


a { 
color: #006699;
font-weight: bold;
font-size: 11px;
background-color:transparent;
text-decoration: none;
}

 
a:hover { 
text-decoration: underline; 
}


/*  positioning-layers */

#box {
width:755px;
margin: 0px auto;
padding:0px;
}

.margin {
	margin:0px 10px 10px 35px;
	}

#content {
	width:450px;
	padding:0px;
	float:left;
	background-color:#ffffff;
	overflow: auto;
}

#right {
	width: 150px;
	height: 730px;
	float:left;
	background-color: #73B2C7;
}

#left {
	width: 150px;
	height: 720px;
	float:left;
	padding-top: 10px;
	background-color: #BEDAE5;
	text-align: center;

}

#ad {
	width: 100px;
	height: 100px;
	float:right;
	border-width: 1px;
	border-style: solid;
	border-color: #C9CECF;
	background-color: #cccccc;
	text-align: center;
	color: #ffffff;
	padding-top: 20px;

}

#ad .order a {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}
#ad-white {
	height: 70px;
	background-color: #ffffff;

}

#blank  {
	width: 750px;
	height: 40px;
	background-color: #338CAA;
	padding-top: 15px;


}

#bottom  {
	width: 755px;
	height: 14px;
	background-color: #c0c0c0;
	text-align: right;
}

#top {
	text-align: left;
	height: 77px;
	vertical-align: middle;
	background-color: #006699;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

img {
	border: none;
	}

p.nav {
	margin-left: 5px;
	display: inline;
	list-style-image: none;
	list-style-type: none;
	line-height: 18px;

}


p.nav a
{
	display : block;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	background-color : #B3C4CB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
p.nav a:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color : #006699;
}

