body {
	padding: 0px;
	margin: 0px;
	font-family: tahoma, arial;
	font-size: 12px;
	height:100%;
}
html {
	height:100%;
}
a {
	text-decoration:none;
	color:#990000;
}
a:hover {
	text-decoration:underline;
	color:#990000;
}
li{
	list-style-image: url(images/note.gif);
	margin-top: 5px; 
}
.red-box{
	padding:0;
	height:100%;
	background-color: #990000;
}
 .banner {
	margin:5px 5px 5px 5px;
}
.red-box #left_ct {
	background: #f1f1f1;
	float:left;
	position:relative;
	bottom:10px;
	width: 225px;
	height:100%;
}


#logo {
	padding: 100px;
	background: #f1f1f1 url(images/logo-NVvIR.png) left 5px no-repeat;
}

#navlist { 
	margin: 20px;
	*margin-left:40px;
}


#navlist li a {
	text-decoration: none;
	color: #000000
}

#navlist li a:hover {
	text-decoration: underline;
	color: #990000;
}

#right_ct {
	margin-left:0px;
	top:0px;
	height:100%;
}

#title {
	padding: 5px 10px 50px 40px;
	font-size: 40px;
	font-weight: none;
	width:auto;
}

#subtitle {
	padding: 10px 10px 5px 5px;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}


.content {
	padding: 20px 10px 20px 40px;
	font-size: 12px;
	font-weight: none;
}

#content_title {
	padding: 5px 10px 0px 0px;
	font-size: 40px;
	font-weight: none;
	color: #990000;
}

#content_subtitle {
	padding: 0px 10px 0px 0px;
	font-size: 12px;
	font-weight: bold;
}

#footer {
	padding: 0px 10px 5px 40px;
	font-size: 12px;
	font-weight: none;
	bottom:0px;
	position:relative;
}
/** rounded corners **/
div#toolbar-box {
  background: #f7f7f7;  
}

div#element-box {
  background: #fff;  
}

div#element-box div.section-box div.m {
	background: #fbfbfb;

}

div.t, div.b {
  height: 6px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

div.m {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 8px;
}

div#toolbar-box div.m {
  padding: 0;
}

div#element-box div.m {
  padding: 5px 10px;
}

div#submenu-box div.t {
  background: url(images/j_border.png) 0 0 repeat-x;
}

div#submenu-box div.t div.t {
   background: url(images/j_crn_tr_dark.png) 100% 0 no-repeat;
}

div#submenu-box div.t div.t div.t {
   background: url(images/j_crn_tl_dark.png) 0 0 no-repeat;
}

div#submenu-box div.b {
  background: url(images/j_border.png) 0 100% repeat-x;
}

div#submenu-box div.b div.b {
   background: url(images/j_crn_br_dark.png) 100% 0 no-repeat;
}

div#submenu-box div.b div.b div.b {
   background: url(images/j_crn_bl_dark.png) 0 0 no-repeat;
}

div#toolbar-box,
div#element-box div.section-box {
  background: #fbfbfb;  
}

div#toolbar-box div.t,
div#element-box div.section-box div.t {
  background: url(images/j_border.png) 0 0 repeat-x;
}

div#toolbar-box div.t div.t,
div#element-box div.section-box div.t div.t {
   background: url(images/j_crn_tr_med.png) 100% 0 no-repeat;
}

div#toolbar-box div.t div.t div.t,
div#element-box div.section-box div.t div.t div.t {
   background: url(images/j_crn_tl_med.png) 0 0 no-repeat;
}

div#toolbar-box div.b,
div#element-box div.section-box div.b {
  background: url(images/j_border.png) 0 100% repeat-x;
}

div#toolbar-box div.b div.b,
div#element-box div.section-box div.b div.b {
   background: url(images/j_crn_br_med.png) 100% 0 no-repeat;
}

div#toolbar-box div.b div.b div.b,
div#element-box div.section-box div.b div.b div.b {
   background: url(images/j_crn_bl_med.png) 0 0 no-repeat;
}

div#element-box div.t {
  background: url(images/j_border.png) 0 0 repeat-x;
}

div#element-box div.t div.t {
   background: url(images/j_crn_tr_light.png) 100% 0 no-repeat;
}

div#element-box div.t div.t div.t {
   background: url(images/j_crn_tl_light.png) 0 0 no-repeat;
}

div#element-box div.b {
  background: url(images/j_border.png) 0 100% repeat-x;
}

div#element-box div.b div.b {
   background: url(images/j_crn_br_light.png) 100% 0 no-repeat;
}

div#element-box div.b div.b div.b {
   background: url(images/j_crn_bl_light.png) 0 0 no-repeat;
}
