body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color:#ECECEC;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	color: #000000;
	background-image:url(../images/elements/bg1.jpg);
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #D98201;
	margin-bottom: 2px;
	margin-top: 10px;
}



h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 8px;
	margin-top: 18px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 8px;
	margin-top: 18px;
}


p {
	margin-right: 10px;
	margin-top: 6px;
	margin-bottom: 16px;
}

.twocolumn #navcontainer {
	width: 902px;
	margin-left: auto;
    margin-right: auto;
} 

.twocolumn #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative; 
	display:block; 
	background-repeat: repeat;
	background-image: url(/cmrs/images/elements/whitebg.gif);
	overflow:visible;
} 

		
.twocolumn #maincontent {
	float:right; 
	position:relative; 
	width:675px; 
	display:inline;
}

#maincontent ul {
		margin-right: 10px;
}

.twocolumn #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	position:relative;
	 margin-left: 5px;
}

#sidebar a:link, #sidebar a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	display: block;
	margin-bottom: 1px;
	padding: 5px;
	padding-left: 10px;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style:dotted;
	border-left-style: none;
	border-top-color: #ffffff;
	border-right-color: #F4F4F4;
	border-bottom-color: #CCCCCC;
	border-left-color: #F4F4F4;
	background-image: url(/old_images/menu/arrow1.gif);
	background-repeat:no-repeat;
}

#sidebar a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #666666;
	border-bottom-width: thin;
	border-bottom-style:solid;
	border-bottom-color: #D98201;
	border-right-width:thin;
	border-right-style:solid;
	border-right-color: #D98201;
	border-top-width: thin;
	border-top-style:solid;
	border-top-color: #D98201;
	display: block;
	margin-bottom: 1px;
	padding: 5px;
	padding-left: 10px;
	text-decoration: none;
	background-image: url(/cmrs/images/menu/arrow1.gif);
	background-repeat:no-repeat;
}

.twocolumn #topbanner {
	width: 900px;
	position:relative;
	border:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-width: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
} 

.twocolumn #banner {
	width: 683px;
	border:1px solid #ffffff; 
	border-top:1px solid #ffffff; 
	border-width: 1px; 
	position:relative;
	background-color:#ffffff;
	margin-left: -10px;
} 


.topmenu {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(/cmrs/images/menu/button1.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.topmenu li {float:left;}
.topmenu li a {display:block; float:left; height:35px; line-height:35px; color:#ffffff; text-decoration:none; font-size:12px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.topmenu li a b {float:left; display:block; padding:0 16px 0 8px;}
.topmenu li.current a {color:#fff; background:url(/cmrs/images/menu/button3.gif);}
.topmenu li.current a b {background:url(/cmrs/images/menu/button3.gif) no-repeat right top;}
.topmenu li a:hover {color:#fff; background:#000 url(/cmrs/images/menu/button4.gif);}
.topmenu li a:hover b {background:url(/cmrs/images/menu/button4.gif) no-repeat right top;}
.topmenu li.current a:hover {color:#fff; background:#000 url(/cmrs/images/menu/button3.gif); cursor:default;}
.topmenu li.current a:hover b {background:url(/cmrs/images/menu/button3.gif) no-repeat right top;}

.sidebartitle {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D98201;
	display: block;
	margin: -2px;
	margin-top: 4px;
	padding: 5px;
	text-decoration: none;
	width:184px;
}


#sidebar textarea:focus {
	border: 1px solid #cccccc;
	width: 150px;
	background-image: url(/old_images/elements/magnifyglass.gif  );
	background-repeat:no-repeat;
	padding-left: 20px;
}
#sidebar input[type="text"] {
        margin-left: 10px;
	border: 1px solid #cccccc;
	width: 150px;
	padding-left: 10px;
        vertical-align: middle;
        font-size: 1em;
}

#sidebar input[type="image"] {
        vertical-align: middle;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	text-decoration: none;
} 

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	text-decoration: none;
} 

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006699;
	text-decoration: underline;
} 

.paws A:link {text-decoration: underline overline}
.paws A:visited {text-decoration: underline overline}
.paws A:active {text-decoration: underline overline}
.paws A:hover {text-decoration: underline; color: green;}

.footer {
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
} 
.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

.clear {clear:both;height:1px;overflow:hidden;}

p.arrow {
  	background:url(/old_images/icons/arrow.gif) no-repeat ; 
  	padding:0px 0px 0px 22px;
}

img.left {
	border: 1px solid #333333 ;
	padding: 2px 2px 2px 2px;
	margin-right: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
	float:left;
}

img.right {
	border: 1px solid #333333 ;
	padding: 2px 2px 2px 2px;
	margin-left: 8px;
	margin-right: 4px;
	margin-top: 6px;
	margin-bottom: 6px;
	float:right;
}

.twocolumn #boxright {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	position:relative;
	border:1px solid #CC3300;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-width: 1px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left:10px;
	margin-right:7px;
	background-color:#F7F7F7;
	padding: 1px 5px 15px 15px;
	color:#003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#boxright a:link, #boxright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

#boxright a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #CC3300;
	text-decoration: underline;
}


/* specialized link icons */


a[href $=".doc"]{
	background: url(/old_images/icons/doc.gif) bottom left no-repeat;
	padding-left:25px;
}
a[href $=".wp"]{
	background: url(/old_images/icons/wpd.gif) bottom left no-repeat;
	padding-left:20px;
}
a[href $=".wpd"]{
	background: url(/old_images/icons/wpd.gif) bottom left no-repeat;
	padding-left:20px;
}
a[href $=".pdf"]{
	background: url(/old_images/icons/pdf.gif) bottom left no-repeat;
	padding-left:18px;
}
a[href $=".ppt"]{
	background: url(/old_images/icons/ppt.gif) bottom left no-repeat;
	padding-left:25px;
}
a[href $=".xls"]{
	background: url(/old_images/icons/xls.gif) bottom left no-repeat;
	padding-left:25px;
}
a[href $=".zip"]{
	background: url(/old_images/icons/zip.gif) bottom left no-repeat;
	padding-left:25px;
}
a[href $=".mov"]{
	background: url(/old_images/icons/mov.gif) bottom left no-repeat;
	padding-left:25px;
}
a[href $=".ra"]{
	background: url(/old_images/icons/ra.gif) bottom left no-repeat;
	padding-left:25px;
}
