
p, div, html, body, h1, h2 {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 0px;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B3B3B;
	background-color:#ccc;
}

h1, h2, h3 {
	color: #4F789F;
}

h1 {
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
}

ul {
}

ul li {
}

ol {
}

ol li {
}

a {
	color: #4F789F;
}

a:hover {
	text-decoration: none;
}

img {
	border: 1px solid #3B3B3B;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 10px 15px;
	background: #3B3B3B;
	text-transform: uppercase;
	font: bold .77em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.boxed .content {
	padding: 15px;
}

.boxed ul {
	list-style: none;
}

/* Post */

.post {
	clear: both;
	padding: 20px;
	border-bottom: 1px solid #3B3B3B;
}

.post .title {
}

.post .content {
	line-height: 1.6em;
}

.post .title {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

/* Header */

#header {
	width: 980px;
	height: 192px;
	margin: 0 auto;
	background: #69B10A url(/_core/_designs/0007/images/header.jpg);
	position:relative;
	padding-bottom:19px;
}

#header .rand {
	background-color:#ff9c0a;
	border-bottom: 1px solid #333333;
	height:20px;
	width:100%;
	display:block;
	position:absolute;
	bottom:0px;
}

#header h1, #header h2 {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
}

#header h1 {
	float: left;
	padding: 60px 0 0 60px;
	font-size: 26px;
}

#header h2 {
	float: left;
	padding: 107px 0 0 7px;
}

#header h1 a {
	text-decoration: none;
	color:#FFFFFF;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	border-top: 7px solid #0165c3;
	background-color:#ffffff;
}

#content {
	float: right;
	width: 760px;
	padding:10px 2px 0px 0px;
}

#content p {
		margin:7px 0px;
}

#content .text {
	padding:0px 10px 0px 10px;
}
	
#content h1 {
	margin:0px 0px;
	font-family:verdana;
	font-size:14px;
	color:#6633cc;
	font-weight:bold;
	font-style: italic;
	height:28px;
	padding-top:10px;
	padding-left:10px;
	background-image:url(/_core/_designs/0007/images/h1_bg.jpg);
	background-position:right;
	margin-bottom:15px;
}

#sidebar {
	float: left;
	width: 200px;
	padding-left: 1px;
}

/* Login */

#login {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login input {
	margin-bottom: 5px;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

/* Updates */

#updates {
}

#updates ul {
}

#updates li {
	margin-bottom: 20px;
}

#updates h3 {
	font-size: .77em;
}

/* Footer */

#footer {
	width: 950px;
	height: 15px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #3B3B3B;
	font-size: 12px;
	color: #ffffff;
	background-color:#0165c3;
	border-top:10px solid #ffca7d;
}

#footer a {
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#legal {
	float: left;
}

#links {
	float: right;
}

#content .theiframe {
	width:96%;
	margin:10px;
	border:0px solid #efefef;
	height:600px;
}
