html, body {
	color:#000;
	font-size: 11px;
	font-family: 'Tahoma';
	background: #F5F5F5 url(assets/mriimages.jpg);
	background-repeat:repeat-x;
	background-position: 0px 65px;
	position: absolute;
	border:0;
	margin:0;
	padding:0;
	width:100%;
}
.date {
	color:#ffd502;
	text-decoration:overline;
	font-size:10px;
	padding: 10px 0 20px 0;
}
.login_box img {
	padding-top: 10px;
	padding-left: 18px;
	padding-right: 10px;	
}
.content_box p {
	margin: 10px 0px 10px 0px;
	color:#ddd;
	font-size:10px;
	text-align:justify;
}
.content_box_large p {
	margin: 10px 0px 10px 0px;
	font-size:14px;
	text-align:left;
}
#content_footer p {
    margin: 10px 0px 10px 60px;
	font-size:10px;
	text-align:justify;
}
.red {
	color:red;
}
.blue {
	color:blue;
}
.black {
	color:black;
}
.yellow {
	color:#ffd502;
	font-weight:bold;
}
.green {
	color:#00ff00;
	font-weight:bold;
}
.menutitle {
	cursor:pointer;
	margin-bottom: 5px;
	background-color:#ECECFF;
	color:#000000;
	width:140px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	border:1px solid #000000;
}
.submenu {
	margin-bottom: 0.5em;
}
h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin: 0px 0px 0px 0px;
	color:#fff;
}
h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:20px;
	margin: 0px 50px 10px 30px;
	font-size:12px;
	text-transform:uppercase;
	color:#072450;
	font-weight:normal;
}
h3 {
	margin: 0px 0px 10px 0px;
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
}
/* next block changes quicklaunch font initial presented for anchors, next is for menu */
a {
	text-decoration: none;
	color:#cc0000;	
}
a:hover {
	text-decoration: underline;
	color:#800000;		
}
.artmenu {
	color:#faf1c8;
	text-align: justify;
	margin:0px 0px 0px 0px;
}
/*----- MENU ----- */
#nav_list {
	margin: 0;
	padding: 0;
	width: 170px;
	list-style: none;
	overflow: hidden;
}
#nav_list li {
	width: 170px;
	overflow: hidden;
	text-transform: uppercase;
	font-size:9px;
	font-weight:bold;
}
#nav_list a {
	color:#fff;
}
.li_nav_body a  {
	display: block;
	width: 170px;
	height: 20px;
	background: url(assets/navbody.PNG) no-repeat;
	padding-left: 25px;
	line-height:20px;
}
.li_nav_footer a  {
	display: block;
	width: 170px;
	height: 21px;
	background: url(assets/navbody.PNG) no-repeat;
	background-position:  0 0px;
	padding-left: 25px;
	line-height:21px;
}
.li_nav_body a:hover {
	background-position:  0 -20px;
	color:#ffffff;
}
.li_nav_footer a:hover {
	background-position:  0 -20px;
	color:#FFF;
}
.li_active a:active  {
	background: url(assets/navbody.PNG) no-repeat;
	background-position:  0 -40px;
	color:#fff;
}
#container {
	position:relative;
	width:904px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	display:block;
	padding:0;
}
.logo {
	width: 100%;
	background: #F5F5F5 url(assets/artredo.jpg) center center no-repeat;
	display:block;
}
.login_box {
	padding:0;
	width:auto;
	float:left;
	margin:165px 0px 0px 0px;
	border: 1px solid #000000;
	background: url(assets/sidebarbody.PNG) 0px 0px repeat-y;
}
#content {
	text-align: justify;
	width: 100%;
	float:left;
	padding:0px;
	margin:0px;
}
.contentofcontent {
	float:left;
	width:auto;
	margin:0px 10px 1px 10px;
}
.content_box_large {
	background-color: #FFF;
	border: 1px solid #A9A9A9;
	width: 700px;
	min-width: 700px;
	margin: 165px 0px 0px 0px;
	float:right;
	padding:0;
}
.content_foot {
	background-color: #F5F5F5;
	border-top: 1px solid #A9A9A9;
	width: 704px;
	float: right;
	margin:20px 0px 0px 0px;
}
a img {
	border: none;
}
input {
	border: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	color:#000;
	margin:0px 0px 5px 0px;
}
input.sidebar {
	border: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	color:#000;
	margin:0px 0px 5px 20px;
}
input.button_sidebar   {
	border: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:119px;
	color:#000;
	margin:0px 0px 5px 30px;
}
input.button_content   {
	border: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:119px;
	color:#000;
	margin:5px 0px 5px 0px;
}
