﻿.rmp 
{
	border-top: 1px solid #cfc;
    border-left:1px solid green; 
    border-right:1px solid green; 
    border-bottom:1px solid green; 
    width:600px;
}

h1
{
	font-size:18px;
}

h2
{
	font-size:14px;
}

#content a {
	color:Blue;
}

div#content
{
	margin: 0px 10px 0px 10px;
}

/*Telerik fixer*/
.telerikEditor
{
	clear:none;
}
 
/* CSS Document */

body {
	font: 0.8125em Verdana, sans-serif; 
	line-height: 1; 
	color: #333; 
	background: #FFF;
	padding: 0;
	margin: 0;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0px 0 0px;
	}

div#wrapper {
	background: #fff;
	margin: 0px;
	padding: 0px; 
	text-align: left;
	border: 0px dotted red;
	width:expression((documentElement.clientWidth) < 780 ? "780px": "auto" );
	min-width: 780px;
	}

/* generic classes */
a img {border: 0;}
.right {float: right;}
.left {float: left;}
.clear {
	height: 0px;
	clear: both;
	}
/* END generic classes */



/* ----------------- Header styles ----------------- */

div#header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 111px;
	border: 0px dotted orange;
	color: #666666;
	background: url(/images/bg_top.gif) repeat-x left top;
	position: relative;
	}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 111px;
	height: 111px;
	}

#title {
	float: right;
	margin: 0;
	padding: 15px 15px 0 0;
	}


/* ----------------- END Header styles ----------------- */



/* ----------------- Main content styles ----------------- */


#main {
	float: left; 
	font-size: 0.88em;
	padding: .5em 0 1.5em 0;
	margin: 0;
	/*background: #ccc;*/
	display: block;
	font: normal 12px verdana, Arial, Helvetica, sans-serif;
	}



/* --- LEFT COLUMN --- */
#sidebarL {
	width: 200px;
	margin: 0 0 10px 2px;
	float: left; 
	padding: 10px 10px 20px 10px;
	background: #fffff5 url(/images/bg_lnav.gif) repeat-x left bottom;
	border: 1px solid #008102;
	}

#sidebarL h1 {
	border-bottom: 1px solid #ffab7f;
	width: 198px;
	padding: 0 0 4px 0;
	margin: 0;
	}

#sidebarL h2 {
	border-bottom: 1px solid #ffab7f;
	border-top: 1px solid #ffab7f;
	width: 198px;
	text-align: center;
	padding: 4px 0 4px 0;
	margin: 10px 0;
	color: #3e46ab;
	font: bold 12px verdana, Arial, Helvetica, sans-serif;
	}

#sidebarL h1.recentNews {
	height: 14px;
	background: transparent url(/images/lhead_recentNews.gif) no-repeat center top;
	}

#sidebarL h1 span {
	display: none;
	}

#sidebarL .smallBanner {
	text-align: center;
	padding: 5px;
	}

#sidebarL .smallBanner p {
	font: bold 11px verdana, sans-serif;
	color: #999999;
	padding: 0 0 5px 0;
	margin: 0;
 	}

#sidebarL .newsItem {
	margin: 10px 0;
	padding: 0 0 10px 0;
	}

#sidebarL .newsItem h1 {
	color: #3e46ab;
	border: none;
	font: bold 12px verdana, sans-serif;
	padding: 0 0 4px 0;
	margin: 0;
	}
	
#sidebarL .newsItem p {
	color: #666;
	font: normal 11px verdana, sans-serif;
	padding: 0 0 4px 0;
	margin: 0;
	}

a.more {
	padding-left: 6px;
	color: #747fe8;
	text-decoration: none;
	}

a.more:hover {
	color: #ffab7f;
  }

/* --- END LEFT COLUMN --- */



#footer 
{
	clear: both;
	height: 50px;
	background: #5c5754 url(/images/bg_foot.gif) repeat-x 0px 0px;
	margin: 0 2px 10px 2px;
	border-bottom: 1px solid #cce6cc;
	border-right: 3px solid #cce6cc; 
	border-left: 3px solid #cce6cc; 
	}

#footer p {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	padding: 0;
	margin: 0;
  }