/* ---------------------
basic layout
--------------------- */

.border
{
  background-color: #ffffff;
  border: #cccccc 1px solid; 
}

.blueborder{
  border: #a0d1e7 1px solid; 
  padding:10px;
}

.bluebox {
  border: #a0d1e7 1px solid; 
  padding:10px;
  background-color:#f5fafd;  
}

.quicklinks,
.quicklinks a:link,
.quicklinks a:active,
.quicklinks a:visited {
	color:#003769;
	font-size: 11px;
       text-decoration:none;
       font-family: Arial, Helvetica, sans-serif;
}

a.quicklinks:hover {
	color:#00a6d4;
  text-decoration:none;
  font-family: Arial, Helvetica, sans-serif;
}

/* ---------------------
mambo content layout
--------------------- */

/**static content txt **/
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #888888;
}	
.RootNode,
.RootNode a,
.RootNode a:link,
.RootNode a:visited,
.RootNode a:active{
	font-size:11px;
	color: #5090b6;
	font-weight: bold;
	text-decoration:none;
	padding:1px;
       font-family: Arial, Helvetica, sans-serif;
}

.LeafNode,
.LeafNode a,
.LeafNode a:link,
.LeafNode a:visited,
.LeafNode a:active{
	font-size:11px;
	color: #5090b6;
	text-decoration:none;
	padding:1px;
       font-family: Arial, Helvetica, sans-serif;
}

a.RootNode:hover,
a.LeafNode:hover {
	color: #000000;
	text-decoration: underline;
}

.latestnews,
.latestnews a:link,
.latestnews a:active,
.latestnews a:visited {
	font-size:12px;
	line-height:auto;
	color: #003769;
	text-decoration: underline;
	}
	
a.latestnews:hover{
	color:#00a6d4;
	text-decoration: underline;
	}

/*.latestnewsdesc_revised {
	color:#00a6d4;
	font-size:12px;
}*/
	
/**content txt **/
/*.defaulthdr,*/
.contentheading {
	font-size:18px;
	color:#062663;
	font-weight: bold;
	padding: 0px 0 15px 0;
	text-align:left;
	/*width:380px;*/
	width:540px;
	}
	
/*.defaulthdr2,*/
.contentpagetitle,
a.contentpagetitle:link,
a.contentpagetitle:active,
a.contentpagetitle:visited {
	font-size:15px;
	color:#398cb1;
	font-weight: bold;
	text-decoration: none;
	text-align:left;
}

.announcementtitle,
.announcementtitle a,	
.announcementtitle a:link,
.announcementtitle a:visited,
.announcementtitle a:active,
.announcementtitle a:hover,
.contentdescription a:hover {
	font-size:12px;
	line-height:17px;
	color:#006699;
	text-decoration:underline;
}

/*.defaulthdr3 {
	font-size: 12px;
	font-weight: bold;
	color: #5695ad;
}
.defaulthdr3 a,
.defaulthdr3 a:link,
.defaulthdr3 a:visited,
.defaulthdr3 a:active {
	font-size:12px;
	line-height:17px;
	color:#5090b6;
 	text-decoration: none;
}
.message {
	font-size: 12px;
	font-weight: bold;
	color: #ea020b;
	text-decoration: none;
}

.highlight {	
	color:#003769;
	font-size:12px;
	line-height:17px;
	font-weight: bold;
	text-decoration: none;
	}
.titleheader {
	color:#003769;
	font-size:15px;
	line-height:17px;
	font-weight: bold;
	text-decoration: none;
	background-color: #B3CFDA;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.title {
	color:#000000;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}*/
