* { margin:0; padding:0; }

body {
    background: #ffffff;
    font: normal 13px/1.65 "PT Sans", "Helvetica", "Arial", sans-serif;
	font-weight: normal;
	color: #626262;
    width: 100%;
  	text-align: left;
    line-height: 1.7;
    position:relative;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 
/* header */

h1, h3 {
    display: none;
}

.header {
    position: relative;
    width: 100%;
    height: 240px;
    background-image: url(Images/HeaderBackground.png);
    background-repeat: repeat;
    margin-bottom:30px;
}

.headerTop {
    position:absolute;
    width: 100%;
    height: 7px;
    top:0px;
    background-image: url(Images/HeaderTop.png);
}

.headerTitle {
    display: block;
    position: relative;
    width: 560px;
    height: 152px;
    margin-left: auto;
    margin-right: auto;
    top: 49px;
    left: -20px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* titles */

h2 {
    display: none;
}

img.title {
    display: block;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 
/* content */

.content {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:15px;
    text-align: left;
}

.sidebar {
    margin-top: 30px;
    width: 400px;
    margin-left: 20px;
    padding-left:20px;
    border-left: 3px solid #bbb;
    font-size: 11px;
}

.coda {
    width: 386px;
    margin-left: 214px;
    font-size: 11px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* misc */

ul {
    margin-left:30px
}

ol {
    margin-left:30px
}

li {
    margin-top:5px;
}

p {
    margin-top:12px;
    margin-bottom:12px;
}

strong {
    font-weight:bold;
	color: #f00;
}

b {
    font-weight:bold;
	color: #000;
}

img { border:none; }

a { text-decoration:underline; color: #933; border:none; }
a:hover   { text-decoration:underline; color: #933; }

.selflink {
	color: #666;
	text-decoration: none;
}

.center {
	width:100%;
	text-align: center;
}

.bordered {
    border: 1px solid #ccc;
}

.shadowed {
    -moz-box-shadow: 0 1px 3px #656565;
    -webkit-box-shadow: 0 1px 3px #656565;
    box-shadow: 0 1px 3px #656565;
    border: 1px solid #999;
}

.spaced {
	margin-top:20px;
	margin-bottom:20px;
}


