/********************************************************************/
/* GENERAL                                                          */
/********************************************************************/
body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background: white;
	margin : 0;
	padding : 0;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
}

/* UTILITY CLASS FOR SCROLL BAR */
.scrollbar {
	/* IE only scrollbar stuff */
    scrollbar-base-color: #000000;
    scrollbar-highlight-color: #000000;
    scrollbar-track-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-3dlight-color: #747474;
    scrollbar-shadow-color: #747474;
    scrollbar-arrow-color: #747474;
}

.maintable {
}

.mainarea {
	padding: 0px 0px 10px 20px;
}

.sectiontitle {
	font-size: 16px;
	background-color: #996666;
	display: block;
	padding: 3px 5px;
	color: #222222;
	border-left: 1px solid white;
}

.sectiontitle a {
	color: #222222;
	width: 100%;
	display: block;
}

.sectionmenu td {
	border-left: 1px solid white;
	border-top: 1px solid white;
	
}

.sectionmenu a
{
	font-size: 12px;
	background-color: #996666;
	display: block;
	color: #FFFFFF;
	padding: 3px;
	width: 100%;
}

.sectionmenu a:hover
{
	background: #CCCCCC;
	color: #000000;
}

.sectionmenu .selected {
	background-color: #CCCCCC;
	color: #000000;
}

.content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 440px;
}

.content img {
	float: left;
	margin: 0px 24px 24px 10px;
}

.content .title
{
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	margin-right: 10px;
	float: left;
	position: relative;
	left: -1px;
}

.content p
{
	margin: 0px 0px 11px 0;
}

.content .title2
{
	font-size: 11px;
	color: #333333;
	padding-bottom: 5px;
	width: 440px;
	float: left;
	vertical-align: top;
	position: relative;
	margin-bottom: 9px;
	left: 1px;
}

.sectionheader
{
	font-size: 12px;
	color: #222222;
	margin-bottom: 16px;
}

.sectionheader .menuitem
{
	font-size: 8px;
	margin: 0 5px 0 5px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	font-weight: bold;
	padding-bottom: 1px;
	color: #999999;

}

.sectionheader .menuitem a
{
	display: block;
	color: #003399;
}

.sectionheader .menuitem A:hover
{
	color: #FF9900;
}

.sectionheader .menutitle
{
	margin-right: 15px;
        font-size: 9px;
	padding-bottom: 1px;
        color:#606060;


}

.content .title .icon
{
	float: left;
	margin-right: 8px;
}

.content .mainimage
{
	position: relative;
	right: 0px;
	float: right;
}

.content .abstract
{
	font-weight: bold;

}

.content .headline
{
	font-weight: bold;
	margin-bottom: 6px;
	border-bottom: 1px solid #CCCCCC;
	color: #003366;
}

.abstract .title
{
	font-size: 32px;
	text-align: right;
	color: black;
	margin-bottom: 8px;
}

.abstract
{
	margin-right: 10px;
	padding: 7px;
	color: #333333;
}

.abstract .title a
{
	color: #000000;
}

.abstract img
{
	float: left;
	margin-right: 16px;
}

.banner {
	border-top: 1px solid #00449A;
	border-bottom: 1px solid #00449A;
	margin: 10px 10px 1px;
	background-image: url(images/banner_home.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 75px;
}

.leftbar {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
}

.menu .item {
	position: relative;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0x;
	margin-right: 0px;
	margin-bottom: 22px;
	width: 120px;
	left: 0px;
	top: 1px;
	text-transform: lowercase;
}

.menu .icon{
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}

.menu .label{
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	height: 19px;
	padding-left: 29px;
	font-weight: bold;

}

.menu .item .label a {
	vertical-align: middle;
	border-bottom: 1px solid #CCCCCC;
	color: #999999;
	margin-left: 0px;
	padding-left: 2px;
	width: 100px;
	display: block;
}

.menu .item .label a:hover{
	border-bottom-color: #003066;
	color: #003066; //#FF9900;
	border-bottom-style: solid;
}

.menu .item .label .selected
{
	color: #003066;
	border-bottom: 1px solid #003066;
}

.rightbar {
	border-left: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 190px;
}

.rightbar .item {
	border-bottom: 1px solid #CCCCCC;
	margin: 0 8px 0 4px;
	padding: 0 2px 0 2px;
	width: 180px;	
}

.rightbar .item .title
{
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 3px;
	background: url(images/dot.gif) no-repeat 0px 6px;
	padding-left: 9px;
	margin-top: 4px;
	color: #003066;
}

.rightbar .item .title a
{
	color: #003066;
}

.rightbar .item .title A:hover
{
	color: #FF9900
}

.rightbar .item .arrow {
	text-align: right;
	padding-top: -30px;
	padding-bottom: 3px;
	position: relative;
	right: -3px;
}

.subsection 
{
	width: 400px;
	padding-top: 22px;
}

.subsection .text
{
	padding-left: 80px;
	font-size: 11px;
	color: #666666;
	padding-top: 2px;
}

.subsection .imageicon
{
	float: left;
	margin: 0px;
	padding: 0px;
}

.subsection .title
{
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-left: 80px;
}

.subsection .title A
{
	color: #000066;
	display: block;

}
.subsection .title A:hover
{
	color: #FF9900;
}






.subfolder 
{
	width: 431px;
	padding-top: 22px;
        margin-bottom: 2px;
}

.subfolder .text
{
	padding-left: 2px;
	font-size: 11px;
	color: #333333;
	padding-top: 8px;
        padding-bottom: 1px;
}

.subfolder .imageicon
{
	float: left;
	margin: 0px;
	padding: 0px;
}

.subfolder .title
{
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	margin-left: 0px;
        margin-bottom: 8px;
        padding-left: 2px;
}

.subfolder .title A
{
	color: #000066;
	display: block;

}
.subfolder .title A:hover
{
	color: #FF9900;
}










.spotlights .maintitle
{
	font-size: 21px;
	color: #003399;
	margin-bottom: 12px;
}

.spotlights .item
{
	float: left;
	width: 153px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-right: 15px;
	padding-right: 0px;
}

.spotlights .title
{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	width: 153px;
}

.spotlights .title A
{
	display: block;
}
