a:link {color: #c25404;}
a:visited {color: #c25404;}
a:hover {color: #000099;}
a:active {	color: #c25404;}

body {font: 100% Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #D0DEE8;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.title {font-size: 18px;font-weight: bold; text-decoration: none; color: #333;}
a.title:link {font-size: 18px;font-weight: bold; text-decoration: none; color: #333;}
a.title:visited {font-size: 18px;font-weight: bold; text-decoration: none; color: #333;}
a.title:hover {font-size: 18px;font-weight: bold; text-decoration: underline; color: #333;}

h3 {margin-top:-15px;}
.white18 {color:white; font-size:18px}

.white14 {color:white; font-size:14px}
.white14 {color:white; font-size:14px; text-decoration: none;}
a.white14:link {color:white; font-size:14px; text-decoration: none;}
a.white14:visited {color:white; font-size:14px; text-decoration: none;}
a.white14:hover {color:white; font-size:14px; text-decoration: underline;}

.orange18 {
    color:#FF9966;
	font-size: 18px;
	font-weight: bold;
}
.author {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	font-style: italic;
}
.author-gray {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
}
.twoColFixRtHdr #container {
	width: 850px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixRtHdr #header {
	background-color: #799abd;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9B9B9B;
	border-left-color: #9B9B9B;
        height: 111px;
}
.twoColFixRtHdr #topcurve {
	background-color: #799abd;
	background-image: url(/images/top-curve.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 12px;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #nav {
	font-weight: bolder;
	padding: 5px;
	background-color: #EFEFEF;
	border: 1px solid #9B9B9B;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 310px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #DFE7EF;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9B9B9B;
	border-left-color: #9B9B9B;
}
.twoColFixRtHdr #category {
	background-image: url(/images/cat-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	width: 300px;
	border: 1px solid #666666;
	top: auto;
	padding: 5px;
	height: 275px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 350px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9B9B9B;
}
.twoColFixRtHdr #footer {
	padding: 10px;
	text-align: center;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #9B9B9B;
	border-bottom-color: #666666;
	border-left-color: #9B9B9B;
	background-color: #EFEFEF;
	font-weight: bold;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	width: 125px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.search {
	background-image: url(/images/input-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	top: 0;
	left: 0;
	overflow: hidden;
	padding-top: 2px;
	padding-left: 2px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 10px;
}
.box {
	width: 475px;
	background-color: #EBF7FF;
	background-image: url(/images/box-body.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	float: left;
}
.box-top {
	width: 475px;
	background-image: url(/images/box-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.box-bottom {
	width: 475px;
	background-image: url(/images/box-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#box-in {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.red-roundbox{display:block}
.red-roundbox *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#990000}
.red-roundbox1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #c08388;
  border-right:1px solid #c08388;
  background:#aa393b}
.red-roundbox2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #d8cfd7;
  border-right:1px solid #d8cfd7;
  background:#a62b2d}
.red-roundbox3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #a62b2d;
  border-right:1px solid #a62b2d;}
.red-roundbox4{
  border-left:1px solid #c08388;
  border-right:1px solid #c08388}
.red-roundbox5{
  border-left:1px solid #aa393b;
  border-right:1px solid #aa393b}
.red-roundboxfg{background:#990000; padding:5px}