body	{
	margin: 0 0 0;
	text-align: right;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-image:  url("../Images/body_bg.gif");
	}
	
a:link {
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	color: #000099;
	text-decoration: underline;
}
a:hover, a:active	{
	color: #0000FF;
	text-decoration: none;
	}
	
h1	{
	color: #990000;
	font-weight: normal;
	font-size: 200%;
	line-height: 120%;
	margin-bottom: 20px;
	margin-top: 0px;
	background-image:  url("../Images/h1_bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}
	
h2	{
	color: #990000;
	margin: 0px 0 10px 0;
	font-size: 150%;
	border-bottom: 2px solid #95ACD6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	}
	
h2 a:link {
	color: #0033CC;
	text-decoration: none;
	}
	
h3	{
	font-weight: normal;
	margin-top: 10px;
	font-size: 120%;
	line-height: 140%;
	color: #1B4993;
	background-color: #E4EAF5;
	margin-left: 0px;
	padding-left: 3px;
	margin-bottom: 5px;
	}

h4	{
	font-weight: bold;
	margin-top: 0px;
	font-size: 100%;
	margin-bottom: 20px;
	color: #133285;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 135%;
	text-align: left;
	}

h5	{
	color: #000000;
	margin: 0px;
	font-size: 100%;
	font-weight: bold;
	padding: 0px;
	padding-bottom: 10px;
	}
p	{
	font-size: 100%;
	line-height: 140%;
	padding-bottom: 10px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	}

ul {
	line-height: 150%;
	margin-top: 8px;
	margin-bottom: 15px;
	list-style-image:  url("../Images/bullet.gif");
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	}

li {
	padding-top: 5px;
	padding-bottom: 5px;
	}	
img {
	border:0;
}	

#container	{
	margin: 0em auto;
	width: 750px;
	text-align: left;
	background-color: #fff;
	}
	
#header	{
	background-image:  url("../Images/header_bg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	height: 111px;
	}

#content	{
	padding: 0px 0px 10px 23px;
	margin:0px 0px 0px 220px;
	float: none;
	clear: right;
	}

#sidebar {
	float: left;
	width:220px;
	padding-bottom: 20px;
	clear: both;
	margin-top: 0px;
	background-image: url("../Images/path_bg.jpg");
	background-repeat: no-repeat;
	padding-top: 22px;
}

.imagefloat	{
	float: left;
	margin: 0 10px 8px 0px;
	}
	
.imagefloat_right	{
	float: right;
	margin: 0 0 10px 10px;
	}
	
/************** logo styles *****************/

#logo{
	float: left;
	padding-top: 10px;
}	

/************** utility styles *****************/

#utility{
	color: #003273;
	float: right;
	font-size: 90%;
}

#utility a{
	color: #003273;
	text-decoration: underline;
	font-weight: bold;
}

#utility a:hover{
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}
.uberlink {
	background-color: #CAD5E9;
}

/************ navbar styles **************/

    #navbar {
	float:left;
	font-size:90%;
	line-height:normal;
	background-repeat: repeat-x;
	background-image:  url("../Images/nav_bg.gif");
	margin-bottom: 0px;
	height: 29px;
	background-color: #36579C;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
      }
	  
    #navbar ul {
	margin:0px;
	padding:0px 5px 0px 0px;
	list-style: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
      }
	  
    #navbar li {
	margin:0;
	padding:0 0 0 7px;
	float: left;
      }
	  
    #navbar a {
      float:right;
      display:block;
      padding:2px 7px 0px 0px;
      text-decoration:none;
      font-weight:bold;
      color:#FFFFFF;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #navbar a {float:none;}
    /* End IE5-Mac hack */
    #navbar a:hover {
	color:#CCCCCC;
      }
    #navbar #current {
	border-width:0;
	background-image: url("../Images/nav_left_on.gif");
	background-repeat: no-repeat;
	padding-bottom: 0px;
      }
    #navbar #current a {
	color:#FFFFFF;
	padding-bottom:4px;
	background-image: url("../Images/nav_right_on.gif");
	background-position: top right;
	background-repeat: no-repeat;
      }

/************ path styles **************/
#path	{
	color: #666666;
	font-size: 85%;
	padding-top: 22px;
	background-image:  url("../Images/path_bg.jpg");
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-left: 38px;
	background-position: top right;
	margin-left: -23px;
	}
	
#path a	{
	color: #666;
	text-decoration: none;
	font-size: 95%;
	}
	
#path a:hover	{
	color: #666666;
	text-decoration: underline;
	}

/************ footer styles **************/
#footer	{
	clear: both;
	color: #003399;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image:  url("../Images/footer_bg.gif");
	background-repeat: no-repeat;
	padding-bottom: 30px;
	}
	
#footer	p{
	margin-top: 0px;
	font-size: 80%;
	text-align: center;
	padding-top: 55px;
	font-family: Arial, Helvetica, sans-serif;
	}

#footer a	{
	color: #0033CC;
	text-decoration: underline;
	}
	
#footer a:hover	{
	color: #0000FF;
	text-decoration: none;
	}
	
#imageStrip {
	height: 81px;
	border-right: solid #005094 1px;
	border-bottom: solid #FFFFFF 1px;
}

/************ navlist styles **************/

.navlist {
	width: 220px;
	margin-bottom: 20px;
	background-color: #BDCBE5;
	background-image: url("../Images/side_menu_bottom.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 30px;
	padding-top: 10px;
}

.navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	line-height: 100%;
	list-style-image: none;
}

.navlist li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.navlist a {
	display: block;
	padding: 5px 2px 5px 20px;
	width: 198px;
	line-height: 120%;
}

.navlist a:link, .navlist a:visited {
	color: #003399;
	text-decoration: none;
	background-image: url("../Images/side_menu_down.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

.navlist a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #36579C;
	background-image: url("../Images/side_menu_over.gif");
}

.uberlink a:link	{
	color: #990000;
	background-image: url("../Images/navlist_uberlink.gif");
}
.uberlink a:hover {
	color: #990000;
	background-image: url("../Images/navlist_uberlink.gif");
}
.uberlink a:visited {
	color: #990000;
	background-image: url("../Images/navlist_uberlink.gif");
}

/************ navlist2 styles **************/

.navlist2 {
	width: 180px;
	margin-bottom: 0px;
}
ul.navlist2 {
	margin-left: 15px;
}

.navlist2 a {
	display: block;
	padding: 5px 5px 5px 25px;
	width: 170px;
	line-height: 120%;
}

.navlist2 a:link, .navlist2 a:visited {
	color: #003366;
	text-decoration: none;
	border-left: 1px solid #7898C7;
	background-image: url("../Images/side_menu_down.gif");
}

.navlist2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6D94C0;
	background-image: url("../Images/side_menu_over.gif");
}

.navlist2 .uberlink a:link,.navlist2 .uberlink2 a:hover {
	color: #990000;
	background-image: url("../Images/navlist_uberlink.gif");
}

.navlist2 .uberlink a:visited {
	color: #990000;
	background-image: url("../Images/navlist_uberlink.gif");
}

.uberlink2 a:link, .uberlink2 a:hover {
	color: #990000;
	background-color: #FFFFFF;
}

.uberlink2 a:visited {
	color: #990000;
	background-color: #FFFFFF;
}



/************ sidestory styles **************/

.sidestory {
	margin-top: 35px;
	float: none;
	width: 220px;
	background-color: #EAEFF7;
	background-image: url("../Images/sidestory_bottom.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 30px;
}
.sidestory h1 {
	color: #003399;
	font-weight: bold;
	font-size: 110%;
	padding-top: 9px;
	background-image: url("../Images/sidestory_top.gif");
	padding-left: 5px;
	padding-right: 5px;
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
}
.sidestory h4 {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.sidestory p {
	font-size: 90%;
	line-height: 120%;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.sidestory ul {
	font-size: 90%;
	line-height: 120%;
	padding-right: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 25px;
	text-align: left;
}
.sidestory h2 {
	text-align: left;
	background-image: url(../../images/sidestory_btm.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 5px;
	margin: 0px;
	height: 24px;
	padding-left: 5px;
	font-family: Arial, Miriam, David, sans-serif;
	font-size: 11px;
	color: #003399;
	font-weight: normal;
	border: 0px none;
}

.sidestory a:link {
	color: #003399;
	text-decoration: none;
}
.sidestory a:visited {
	color: #003399;
	text-decoration: none;
}
.sidestory a:hover, .sidestory a:active	{
	color: #0000FF;
	text-decoration: underline;
	}
/************ home news_box styles **************/
.news_box {
	width: 210px;
	}

.news_box h3{
	color: #990000;
	font-size: 130%;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
	background-color: #F1F4F9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.news_box ul {
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 20px;
	line-height: 120%;
	margin-bottom: 0px;
}
.news_box p {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 90%;
}
/************ home box styles **************/

#content_home	{
	padding: 0px 20px 0px 0px;
	margin:0px 220px 0px 0px;
	float: none;
	clear: left;
	border-right: 1px solid #CCCCCC;
	}

#sidemenu_home {
	float: right;
	width:210px;
	clear: both;
	margin-top: 0px;
	padding: 0px;
}
#sidemenu_home h2	{
	color: #990000;
	margin: 0px 0 10px 0;
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	border: none;
	}
#home_strip	{
	padding: 0px 10px 0px 0px;
	background-image: url(../../images/home_top_bg.gif);
	background-repeat: repeat-x;
	height: 289px;
	margin: 0px;
	}
	
#home_strip	h1{
	font-size: 110%;
	color: #003366;
	height: 120px;
	line-height: 140%;
	}

#content_home h2{
	padding-bottom: 0px;
	background-color: #FFFFFF;
	border: none;
	margin-bottom: 0px;
	}
	
#content_home ul {
	line-height: 150%;
	text-align: right;
	margin-top: 5px;
	direction:rtl;
	list-style-image:  url("../Images/bullet.gif");
	font-size: 90%;
	}

#content_home li {
	padding-top: 0px;
	padding-bottom: 5px;
	}	
#content_home p	{
	font-size: 100%;
	line-height: 140%;
	padding-bottom: 10px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top: 5px;
	}
/************ Home styles **************/

.home_li {
	list-style-image:  url("../Images/bullet.gif");
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}

.home_ul {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 16px;
	text-align: left;
}

/************ Forms styles **************/
.Form_Field_Left  		{
	text-align: left;
	border: 1px solid #97AAD2;
	background-color: #EAEFF7;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

.Form_Field_right  		{
	direction:rtl;
	text-align: right;
	border: 1px solid #11458E;
	background-color: #F5F5F5;
	font-size: 95%;
	font-family: Arial, Miriam, David, sans-serif;
}

.Form_Button 		{
	FONT-SIZE: 90%;
	text-align: center;
	font-weight: bold;
}

#home_login {
	font-size: 85%;
	text-align: center;
	padding-top: 10px;
	border-bottom: solid #CCCCCC 1px;
	padding-bottom: 10px;
}

.date {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/************ Tables styles **************/

.table_list {
	width: 500px;
	margin-top: 15px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.table_list td {
	border-bottom: solid #B6C5E2 1px;
	padding: 2px 5px 2px 0px;
	vertical-align: top;
	line-height: 120%;
}

.table_list th {
	border-bottom: solid #B6C5E2 2px;
	padding: 5px 5px 5px 0px;
	vertical-align: top;
	font-size: 105%;
	text-align: left;
}
 
.table_details {
	padding: 5px 0px 5px 0px;
	font-size: 90%;
	text-align: left;
	width: 503px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.table_details td {
	padding: 2px 0px 2px 0px;
	text-align: left;
	direction:ltr
}

.table_details th {
	padding: 2px 2px 2px 2px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	direction:ltr
}

.table_details ul {
	margin-left: 0px;
	padding-left: 18px;
	margin-top: 0px;
	padding-top: 0px;
}


/************ Page Numbers styles **************/

.page_numbers {
	font-size: 90%;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
}
.page_numbers a	{
	color: #1B4993;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	}

.page_numbers a:visited	{
	color: #235EA0;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	}


.page_numbers a:hover	{
	color: #FFFFFF;
	background-color: #1B4993;
	}
	
.selected	{
	color: #999999;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	border: solid #CCCCCC 1px;
	}
.content_box {
	background-color: #F4F6F9;
	margin-top: 0px;
	border-top: none;
	padding-right: 10px;
	padding-bottom: 20px;
	background-image: url(../../images/title_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 1px solid #92A5C6;
	border-left: 1px solid #92A5C6;
}
.seperator {
	background-image: url(../../images/seperator_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
}
.clear_both {
	clear: both;
}

.side_image {
	background-color: #1B4993;
	color: #FFFFFF;
	padding-top: 1px;
	border-bottom: 1px solid #DAE2F1;
	margin-top: 30px;
}
.side_image p {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.utility {
	font-size: 80%;
	margin-bottom: 38px;
	text-align: left;
}
.cong_box {
	margin-bottom: 20px;
	margin-top: 0px;
}
.cong_box_main {
	margin-bottom: 15px;
	border: 1px solid #95ACD6;
	background-color: #F3F3F3;
}
.cong_box_main h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid #95ACD6;
}
.Note {
	font-size: 90%;
	color: #666666;
	line-height: 120%;
}
#HomeNews {
	background-color: #F1F4F9;
	border-bottom: 4px solid #D3DCED;
	margin-bottom: 15px;
	background-image: url("../Images/home_bg.gif");
	background-repeat: repeat-x;
	padding-top: 25px;
}

#HomeNews h2	{
	color: #990000;
	margin: 0px;
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	border: none;
	padding: 0px;
	}
#HomeNews p	{
	margin-top: 5px;
	margin-bottom: 0px;
	}
	.NewsItem {
	margin-bottom: 20px;
}
.NewsItemDate {
	font-size: 90%;
	margin: 0;
	padding: 0;
	color: #666666;
	font-style: italic;
	padding-bottom: 10px;
}
.NewsItem h2{
	background-image: none;
	padding: 0;
	margin: 0;
	color: #003399;
	background-color: #FFFFFF;
	border: none;
}
.NewsLetterPromo {
	background-color: #E8EDF3;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #95ACD6;
}
.ResourcesNumber {
	font-size: 80%;
	font-weight: normal;
	vertical-align: top;
}
.QuickSearch {
	border: 1px solid #CCCCCC;
	font-size: 90%;
	padding: 4px;
	margin-bottom: 15px;
}
.Red {
	color: #990000;
}
.Top {
	text-align: right;
	background-image: url(/static/SharedImages/top.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 20px;
	margin-bottom: 15px;
	font-size: 90%;
}
.table_Task {
	font-size: 100%;
}
.table_Task th {
	text-align: left;
}
.List tr {
	margin-bottom:13px;
	font-size: 111%;
	vertical-align:top;
}
