body, table{
	font-family: verdana;
	font-size: 11px;
}

h2 {
  font-size:14px;
  color:#004685;
  font-weight:bold;
  margin:0;
}

table{
	border-collapse: collapse;
}
table td{
	vertical-align: top;
	text-align: left;
}
body{
	margin: 0px;
	background: #CCDAE7 url(img/bg.jpg) repeat-x;
}
a{
	font-family: verdana;
}
iframe{
	border: none;
	padding: 0px;
	width: 100%;
	height: 500px;
}
/******************************************
******************** BOX ******************
*******************************************/
#box{
	height: 100%;
	width:800px;
}

/******************************************
******************** TOP ******************
*******************************************/
#top{
	width: 685px;
	padding: 15 0 20 0;
	text-align: right;
	height: 20px;
}

/******************************************
******************** CONTEXT **************
*******************************************/
#context{
	height: 30px;
	background: url(img/context_bg.jpg) no-repeat right top;
	text-align: right;
}
#context a{
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 10px;
}
#context a:hover{
	text-decoration: underline;
}

/******************************************
******************** LEFT *****************
*******************************************/
#left{
	padding: 0 20 0 0;
	height: 100%;
}

/******************************************
******************** NAV *****************
*******************************************/
#nav{
	background: #FFFFFF;
	border: 1px solid #B4B4B4;
	padding: 10px;
	font-size: 11px;
}
#nav div{
	background: url(img/nav_red_head.jpg) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size:10px;
	margin: 0 0 5 0;
	width: 180px;
}
#nav div.active{
	background: url(img/nav_blue_head.jpg) no-repeat;
}
#nav div.child{
	background: #EEECEA;
	text-align: left;
	margin: 5 0 5 0;
}
#nav a{
	color: #000000;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	font-weight: normal;
}
#nav a:hover{
	font-weight: bold;
}
#nav .child a.active{
	color: #004685;
}
#nav .child a:hover{
	color: #004685;
	font-weight: normal;
}

/******************************************
******************** RIGHT *****************
*******************************************/
#right{
	width: 504px;
	height:100%;
	background: url(img/right_head_bg.gif) no-repeat top left;
}

#right #head{
	height: 275px;
	background: url(img/right_head_bg.gif) no-repeat;
}
#right #head div{
	position: relative;
}

#main{
	background: url(img/right_bg.gif) repeat-y;
	padding: 0 125 25 60;
	font-size: 11px;
}

#right #bottom {
	background: url(img/right_bottom_bg.gif) no-repeat;
	height: 25px;
}

/******************************************
******************** PANEL *****************
*******************************************/
#panel{
	position: absolute;
	top: 180px;
	left: 0px;
}

/******************************************
******************** UNDERNAV **************
*******************************************/
#undernav{
	padding: 5 15 5 0;
	text-align: right;
	position: absolute;
	left: 0;
	top: 200;
}
#undernav a{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	margin: 0;
}
#undernav a:hover{
	text-decoration: underline;
}
#undernav span{
	color: #FFFFFF;
	
	margin: 0;
	font-size: 10px;
}
/******************************************
******************** MAIN *****************
*******************************************/
.boxes{
	background: #FFFFFF;
	border: 1px solid #B4B4B4;
	padding: 15px;
	font-size: 11px;
}

.boxes a:link, 
.boxes a:visited, 
.boxes a:hover, 
.boxes a:active {
	color:#004685;
	text-decoration:underline;
}

.boxes a:hover{
	text-decoration: none;
}

.boxes h1{
	font-size: 13px;
	color: #B4143C;
	margin: 0px;
}
.boxes ul{
	list-style: square;
	padding-left: 15px;
	margin: 0px;
}
.boxes li{
	padding-bottom: 5px;
}

/******************************************
******************** BOTOOM *****************
*******************************************/
#bottom{
	background: url(img/bottom_bg.gif) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	padding: 3 0 0 0;
	height: 17px;
	text-align: center;
}

