/* Standard HTML */

html,body{
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	background-color: #FFFFFF;
}

body {
	background-color: #FFFFFF;
}

td, th {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

/* Bullets */

ul { 
 list-style-type: square;
}

/* Heading Sizes */	
h4	 { font-size: 12px; color: #000066; }

/* Link formatting */			
a, a:link 			{ color: #738F80; text-decoration: none; }
a:visited 			{ color: #738F80; }	
a:focus, a:hover 	{ color: #000066; text-decoration: underline; }
a:active 			{ color: #339900; }

/* Header */

#headertable {
	height: 100px;
	width: 750px;
	background-color: #000066;
	background: url('../resource/ra_header.jpg') no-repeat;
}

#headerside {
	height: 100px;
	background-color: #000066;
}

#photostrip {
	height: 150px;
	background: url('../resource/photostrip_bg.gif') repeat-x;
}

#titlephoto {
	background-repeat: no-repeat;
	height: 150px;
	width: 750px;
}

#titlephoto-main {
	background-repeat: no-repeat;
	height: 150px;
	width: 550px;
}

#titlephoto-left {
	background-repeat: no-repeat;
	vertical-align: bottom;
	height: 150px;
	width: 200px;
}

/* Main Navigation */

#menu {
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}

#menu a {
	color: #738F80;
	padding: 3px 0 3px 8px;
	border-left: 20px solid #738F80;
}

#menu a:hover {
	text-decoration: none;
	color: #000066;
	border-left: 20px solid #000066;
}

#menu a.active {
	color: #339900;
	font-weight: bold;
	border-left: 20px solid #339900;
}

#menu ul {
	margin: 0;
	padding: 0 5px 0 0;
	line-height: 2em;
	text-align: left;
	list-style-type: none;
}

#menu ul ul {
	background-color: #CCCCCC;
	padding: 5px 5px 5px 0;
	margin: 10px 0 10px 0;
	border-left: 2px solid #738F80;
	text-align: left;
	list-style-type: none;
}

#menu ul ul a {
	color: #333333;
	font-weight: normal;
	border-left: 18px solid #738F80;
}
#menu ul ul a.active {
	color: #339900;
	font-weight: bold;
	border-left: 18px solid #339900;
	}
	
#menu ul ul a:hover {
	color: #000066;
	border-left: 18px solid #000066;
	}

/* Specifics*/

.leader{
	color: #8599A8;
	font-size: 16px;
	line-height: 21px;
	font-weight: normal;
	text-align: justify;
}

.texthighlight {
	color: #8599A8;
	font-weight: bold;
}

.category {
	color: #738F80;
	font-weight: normal;
}

/* Content */

#textcontent {
	padding: 10px 5px 10px 10px;
	font-size: 12px;
	text-align: left;
}

#mainleft {
	width: 200px;
	vertical-align:top;
}

#sidebar_home{
	width: 200px;
	padding: 5px 0 20px 0;
	vertical-align: bottom;
}

#mainbody {
	vertical-align: top;
	width: 550px;
	border-left: 1px dotted #738F80;
}

#mainreports{
	vertical-align: top;
	width: 550px;
	border-left: 1px dotted #738F80;
	background: url('../resource/global_review_bg.jpg') no-repeat;
}

#footer {
	height: 30px;
	width: 550px;
	vertical-align: bottom;
	border-top: 1px solid #339900;
}

#footerleft {
	height: 30px;
	width: 200px;
	vertical-align: bottom;
	border-top: 1px solid #339900;
}

#foot-text {
	font-size: 10px;
	text-align: center;
}

#foot-text li {
	display: inline;
}

#foot-textleft {
	font-size: 10px;
	text-align: left;
}