body {
	font: 75%/150% Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #333333;
	background: #FFFFFF url(../../../../../images/backgrounds/headerbg3.gif) repeat-x scroll 0 0;
	margin: 0px;
	padding: 0px 0px 30px;
}

a {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #DD0000;
	text-decoration: underline;
}

#page {
	margin: 0px auto;
	width: 760px;
	margin-top:0px;
	margin-bottom:20px;
	border-top: 4px solid #dd0000;
	border-bottom: 2px solid #dd0000;
	border-left: 1px solid #04a2c9;
	border-right: 1px solid #04a2c9;
}

h2 {
	color: #000098;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #000099;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}

#searchform #s {
	border:1px solid #dd0000;
	width: 135px;
	height: 20px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #dd0000;
	background: #fff;
	margin-right: 5px;
	color: #000000;
	font-weight: normal;
}

#header {
	background: #0FACEA url(../images/header-bg.jpg) no-repeat;
	height: 170px;
	border-bottom: 2px solid #DD0000;
	position: relative;
}

#nav .page_item a{
	color: #ffffff;
	text-decoration: none;
	background: #5c8d0c url(../images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #DD0000;
	border-left: 1px solid #DD0000;
	border-right: 1px solid #DD0000;
	display: block;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #000099;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #e8eff1;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #04A2C9;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #04A2C9;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #04A2C9;
	font-size: 87%;
}
#commentform input{
	background:#e8eff1;
	border: 1px solid #04A2C9;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#e8eff1;
	border: 1px solid #04A2C9;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(../images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

#commentform input[type="text"] {
	width: 200px;
}

