/* CSS Document */

/* redefined tags */
body {
	font-size:78%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#eee;
	margin:20px 0;
}

a {
	color:#fb2;
	font-weight:bold;
}

a:hover {
	color:#b12;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p {
	margin:0 0 1em 0;
}

h1 {
	font-size:1.5em;
}

h2 {
	color:#b12;
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

h4 {
	color:#036;
	font-size:1em;
}

h5, h6 {
    color:#036;
	font-size:0.75em;
}

p {
	font-size:.9em;
}

ul {
	list-style:none;
	margin:0 0 1em 1em;
}

/* overall wrapper */
#wrapper {
	width:840px;
}

/* cell formatting */
#wrapper td {
	text-align:left;
	vertical-align:top;
}

div.inner {
	padding:40px;
}

/* banner */
#banner {
	width:640px;
	height:160px;
}

/* bodytext */
#bodytext {
	width:443px;
	color:#000;
	background:#fff;
	line-height:140%;
}

#bodytext li {
	background:url(../images/common/pagebullet.gif) 0 .5em no-repeat;
	padding-left:10px;
}

/* navigation and related columns */
#nav {
	width:200px;
}

#related {
	width:197px;
}

/* navigation */
#nav {
	background:#036 url(../images/common/navbg.gif) top left no-repeat;
}

#nav h1 {
	margin:0;
}

#logo {
	margin:100px 0 25px 50px;
}

#nav h1 span {
	position:absolute;
	top:-1000em;
	left:-1000em;
	width:10em;
}

#nav ul {
	margin:0 20px 0 20px;
	padding:0;
	list-style:none;
}

#nav li {
	margin:.3em 0;
	padding-top:.3em;
	border-top:1px solid #fff;
}

#nav a {
	text-decoration:none;
	color:#fff;
}

#nav a:hover, #nav a.selected {
	color:#fb2;
}

#nav a.selected {
	background:url(../images/common/navbullet.gif) 0 .4em no-repeat;
	padding-left:10px;
}

#navbtm {
	background:#036;
}

/* related column */
td#related {
	background:#fb2 url(../images/common/device.gif) bottom center no-repeat;
	vertical-align:top;
	padding-top:80px;
}

#quote {
	font-size:.9em;
	margin:0 2em 2em 2em;
}

#quote img {
	margin-bottom:1em;
}

.quotation {
	font-size:1.1em;
	font-style:italic;
	line-height:140%;
	color:#b12;
}

/* footer */
#footer {
	height:20px;
	background:#b12;
}