/*	LAYOUT	*/

body { 
	background-color: #707070;
	color: #333; 
	padding: 0;
	margin: 0;
	font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#Shadowbox {
	width: 830px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0;
}

#Bottomshadow {
	width: 830px;
	height: 16px;
	margin: 0 auto;
	background-image: url(../images/bgbottom.jpg);
}

#Container {
	background-color: white;
	width: 800px;
	height: 100%;
	float: none;
	margin: 0 auto;
	border-bottom: thin solid white;
}

#ContentBox {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#Content {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	padding-top: 15px;
	overflow:auto;
}

#Header {
   background-image: url(../images/hdr-tile.jpg);
   background-repeat: repeat-x;
   height: 94px;
	border-top: thin solid #62A021;
	border-left: thin solid #62A021;
	border-right: thin solid #62A021;
}

#Headertitle {
    float: left;
    margin: 50px 30px 0px 30px;
    padding: 0px;
    color: #FFFFFF;
    font: 28px "Trebuchet MS";
    letter-spacing: 1px;
}

#Headericon {
    width: 128px;
    height: 89px;
    float: right;
    margin-right: 30px;
    margin-top: 5px;
    background-image: url(../images/hdr-icon.png);
}

div.newtag {
	width: 38px;
    height: 21px;
	display: inline;
    position: relative;
	top: 6px;
	left: 8px;
}

/*	TEXT STYLING	*/
	
h2 {
	font-weight: bold;
	font-size: large;
	margin: 0px;
	margin-bottom: 2px;
}

p {
	padding-top: 0px;
	margin-top: 0px;
	line-height: 1.5em;
}

ol {
	margin-top: 4px;
	padding-left: 35px;
}

a {
	color: black;
}

a:hover {
	color: green;
}

a.pagelink {
	font-size: normal;
	font-weight: bold;
}

a.headerlink {
	text-decoration: none;
	color: white;
}

a.headerlink:hover {
	color: yellow;
}

li {
	padding-bottom: 4px;
}