body	{
	margin: 0px;
	text-align: left;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	}
.Header	{
	width: 875px;
	background-image: url(../Images/HeaderBg.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 0px;
	height: 132px;
	}
	
.Container	{
	width: 875px;
	margin: 0em auto;
	background-repeat: repeat-y;
	background-position: top;
	padding: 0;
	background-image: url(../Images/ContainerBg.gif);
	}

	
.MainBody {
	float: right;
	width: 585px;
	}

	
.Content	{
	padding: 15px 20px 0px 20px;
	text-align: justify;
	}

.SideBar {
	float: left;
	width: 198px;
	margin-top: 10px;
}


/*** logo styles *****************/

.Logo{
	width: 144px;
	float: left;
	padding-left: 45px;
	height: 65px;
	padding-top: 67px;
}

/*** General Tags *****************/

a:link {
	color: #990000;
	text-decoration: underline;
}

a:visited {
	color: #990000;
	text-decoration: underline;
}

a:hover, a:active	{
	color: #990000;
	text-decoration: none;
	}
	
h1	{
	color: #990000;
	font-size: 190%;
	line-height: 120%;
	margin-bottom: 5px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 12px;
	padding-top: 10px;
	text-align: left;
	}
	
h2	{
	color: #666666;
	margin: 20px 0 10px 0;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	line-height: 120%;
	font-style: normal;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	}
	
h2 a:link {
	color: #666666;
	text-decoration: underline;
	}
h2 a:visited {
	color: #8B8B8B;
	text-decoration: underline;
}
h2 a:hover, h2 a:active	{
	color: #666666;
	text-decoration: underline;
	}

h3	{
	font-size: 110%;
	line-height: 100%;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 8px;
	text-align: left;
	background-image: url(../Images/H3Bg.gif);
	background-repeat: repeat-y;
	background-position: center left;
	padding: 7px 0px 5px 0px;
	}

p	{
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 8px;
	direction:ltr;
	color: #535353;
	font-size: 90%;
	}
	#Category .Content p {
	margin: 0px;
	padding: 5px 0px 10px 0px;
}

ul {
	line-height: 140%;
	font-size: 90%;
	direction:ltr;
	list-style-image: url(../Images/LiBullet.gif);
	color: #525252;
	}

li {
	padding-bottom: 10px;
	}	

	
.ContentSummery	{
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #515151;
	}
/************ navbar styles **************/

.NavBar {
	line-height:normal;
	float: right;
	width: 595px;
	margin-top: 10px;
	padding: 67px 45px 0px 0px;
      }
	  
.NavBar ul {
	margin:0px;
	list-style: none;
	float: none;
	line-height: 130%;
	padding-left: 15px;
      }
	  
.NavBar li {
	margin:0px;
	float: left;
	background-image: url(../Images/NavBarABg.gif);
	background-repeat: no-repeat;
	background-position: Left bottom;
	padding: 0px;
      }

.NavBar a {
	display:block;
	text-decoration:none;
	font-weight:normal;
	color:#000000;
	padding: 10px 15px 0px 15px;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
	   
.NavBar a:link, .NavBar a:visited {
	color: #000000;
	text-decoration:none;
      }
	  
.NavBar a:hover {
	color: #BD0000;
      }

.NavBar #current {
	padding-left: 1px;
}

.NavBar #current a {
	background-position: Bottom;
	background-repeat: repeat-x;
	font-weight: lighter;
	color: #990000;
	margin: 0;
	background-image: url(../Images/NavSelect.gif);
	padding: 10px 15px 0px 14px;
}


/*** SideMenu styles **************/

.SideMenu {
	width: 152px;
	margin: 0px 23px 0px 23px;
}


.SideMenu ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	line-height: 100%;
	list-style-image: url(none);
	list-style-type: none;
	background-repeat: no-repeat;
	padding-top: 20px;
}

.SideMenu li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 152px;
}

.SideMenu a {
	display: block;
	padding: 5px 5px 5px 5px;
	line-height: 120%;
	border-bottom: 1px solid #999999;
}

.SideMenu a:link, .SideMenu a:visited {
	color: #666666;
	text-decoration: none;
}

.SideMenu a:hover {
	color: #990000;
}

.uberlink a:link, .uberlink a:hover, .uberlink a:visited {
	color: #990000;
	font-weight: bold;
	border-bottom: 1px solid #990000;
}
.uberlink1 a:link, .uberlink1 a:hover, .uberlink1 a:visited {
	color: #990000;
	background-image: url(../Images/SideMenuUberlink.gif);
	background-repeat: repeat-y;
}


/*** SideStory styles **************/

.SideStory {
	width: 186px;
	background-image: url(../Images/SideStoryBg.gif);
	margin-top: 50px;
	background-repeat: repeat-y;
}

.SideStoryTop {
	background-image: url(../Images/SideStoryTop.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0px;
	padding-bottom: 10px;
}

.SideStoryBotttom{
	background-image: url(../Images/SideMenuBootom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top:5px;
	width: 186px;
}

.SideStory h1 {
	color: #990000;
	font-size: 120%;
	padding-right: 10px;
	margin: 0;
	font-style: normal;
	padding-left: 30px;
	border: none;
	padding-top: 25px;
	padding-bottom: 0px;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}

.SideStory h2 {
	color: #666666;
	font-weight: bold;
	font-size: 120%;
	margin: 0;
	border: none;
	text-align: center;
	padding: 0;
}
.SideStory h2 a:link {
	color: #666666;
	text-decoration: underline;
	}
.SideStory h2 a:visited {
	color: #666666;
	text-decoration: none;
}
.SideStory h2 a:hover, h2 a:active	{
	color: #666666;
	text-decoration: underline;
	}


.SideStory p {
	font-size: 90%;
	line-height: 120%;
	color: #000000;
	text-align: left;
	padding: 0px 5px 10px 10px;
	direction:ltr;
}



.SideStory a:link {
	color: #990000;
	text-decoration: underline;
	margin-left: 0px;
}
.SideStory a:visited {
	color: #999999;
	text-decoration: none;
}
.SideStory a:hover, .SideStory a:active	{
	color: #990000;
	text-decoration: none;
	}

.SideImg {
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
}


/*** Forms styles *************************************/

.FormFieldLeft  		{
	direction:ltr;
	text-align: left;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	font-size: 90%;
	font-family: Arial, Miriam, David, sans-serif;
	padding: 2px;
}

.FormField {
	direction:ltr;
	text-align: left;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	font-size: 90%;
	font-family: Arial, Miriam, David, sans-serif;
	padding: 2px;
}

.FormButton 		{
	FONT-SIZE: 90%;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Miriam, David, sans-serif;
	background-image: url(../Images/Send.gif);
	color: #FFFFFF;
	background-position: center;
	padding-right: 40px;
	background-repeat: no-repeat;
}

/*** Tables styles **************************/

.TableList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-bottom: 10px;
	text-align: left;
	direction:ltr;
}

.TableList td {
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #B6B6B8;
	font-weight: normal;
}

.TableList th {
	vertical-align: top;
	font-size: 100%;
	background-color: #FBFBFB;
	border-bottom: 1px solid #B6B6B8;
}


.TableList caption {
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 5px;
}

.TableListTr {
	background-color: #FBFBFB;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #666666;
}
.TableDetails {
	text-align: left;
	font-size: 90%;
	direction:ltr;
}

.TableDetails td {
	padding: 5px 0px 5px 0px;
	text-align: left;
	vertical-align: top;
	direction: ltr;
}

.TableDetails th {
	padding: 0px 2px 0px 2px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	color: #666666;
}

.TableDetails ul {
	margin-left: 0px;
	padding-left: 18px;
	margin-top: 0px;
	padding-top: 0px;
}

/*** PageNumbers styles **************/

.PageNumbers {
	font-size: 85%;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	color: #999999;
	direction:ltr;
}
.PageNumbers a	{
	color: #003399;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	}

.PageNumbers a:visited	{
	color: #235EA0;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	}


.PageNumbers a:hover	{
	color: #FFFFFF;
	background-color: #1B4993;
	}
	
.Selected	{
	color: #003399;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	border: solid #666666 1px;
	}
	
.Disabled	{
	color: #999999;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	}
/*** Misc styles **************/

.ClearBoth {
	clear: both;
}


.ImageFloatLeft	{
	float: left;
	padding: 0px 10px 0px 0px;
	}

	
.ImageFloatRight	{
	float: right;
	margin-left: 10px;
	}
	

.HomeBox {
	direction:ltr;
	width: 180px;
	margin: 0px;
	float: left;
	padding: 10px 10px 0px 10px;
}

.HomeBox h1{
	color: #6C1113;
	font-size: 120%;
	text-align: left;
	padding-right: 3px;
	line-height: 130%;
	font-style: normal;
	background-image: url(../Images/HomeBoxTop.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 3px;
	font-weight: bold;
}
.HomeBox p{
	text-align: left;
	line-height: 140%;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 10px;
}

.MustAsterix {
	color: #FF0000;
	font-size: 100%;
	font-weight: normal;
}

/*** ItemBox styles **************/
/* for understanding browsers */
.ItemBox {
	margin-bottom: 12px;
	padding-bottom: 6px;
	clear: right;
	min-height: 9em;
	height:auto;
	border-bottom: 1px solid #DDDDDD;
	padding-left: 0px;
	margin: 0px;
}


.ItemBoxImg {
	float: left;
}
.ItemBoxText {
	float: left;
	width: 400px;
	margin: 0px;
	padding: 0px;
}
.ItemBoxText p{
	font-size: 90%;
}
.ItemBox h3{
	color: #666666;
	margin: 10px 0px 0px 19px;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	line-height: 120%;
	font-style: normal;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
}
.ItemBox h3 a:link {
	color: #666666;
	text-decoration: none;
}

.ItemBox h3 a:visited {
	color: #666666;
	text-decoration: none;
}

.ItemBox h3 a:hover, .h3 a:active	{
	color: #990000;
	text-decoration: none;
	}

.Strip {
	background-image: url(../Images/FlashBg.gif);
	background-repeat: no-repeat;
	height: 176px;
	margin: 0px 45px 0px 45px;
}
/************ footer styles **************/

.Footer {
	background-image: url(../Images/FooterBg.gif);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
	padding: 5px 25px 25px 25px;
	background-color: #FFFFFF;
}

.FooterLogo {
	float: right;
	padding-left: 10px;
	padding-top: 20px;
	
	
}
.MainContainer {
	width: 785px;
	margin: 0px 45px 0px 45px;
	background-image: url(../Images/MainContainerBg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.HomeBoxBottom p {
	text-align: right;
	padding: 0px 6px 0px 6px;
	line-height: 140%;
	border-left: NONE;
}

.HomeBoxBottom h2 {
	color: #666666;
	font-size: 120%;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/HomeBoxTop.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-right: 35px;
	margin: 5px 0px 0px 0px;
}
.LinkImg {
	float: right;
	margin-top: 5px;
	margin-left: 15px;
}

.HomeBox ul {
	font-weight: normal;
	margin: 0px;
	padding-left: 15px;
}
.HomeBox li {
	padding: 0;
	padding-bottom: 5px;
}
.HomeBox li a {
	text-decoration: none;
}
.HomeBox li a:link {
	color: #525252;
	text-decoration: none;
}

.HomeBox li a:visited {
	color: #868686;
	text-decoration: none;
}

.HomeBox li a:hover, .HomeBox li a:active	{
	color: #990000;
	text-decoration: none;
	}

.Right {
	text-align: left;
}
.Footer p {
	padding-top: 20px;
	text-align: left;
	font-size: 75%;
}

.Footer p a:link {
	color: #000000;
	text-decoration: underline;
}

.Footer p a:visited {
	color: #333333;
	text-decoration: underline;
}

.Footer p a:hover, .Footer p a:active	{
	color: #666666;
	text-decoration: underline;
	}
	

.W3Validator {
	text-align: right;
	clear: both;
}
#Home  .MainContainer {
	background-image: url(../Images/MainContainerBgHome.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#Home  .MainBody {
	width: 785px;
}
.WellcomBox {
	width: 290px;
	padding: 22px 10px 0px 10px;
	float: left;
	text-align: justify;
}
.WellcomBox p {
	font-weight: bold;
	color: #333333;
	line-height: 150%;
	font-size: 95%;
}
.WellcomBox p a:link {
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}

.WellcomBox p a:visited {
	color: #990000;
	text-decoration: underline;
}

.WellcomBox p a:hover, .WellcomBox p a:active	{
	color: #990000;
	text-decoration: none;
	}
.HomeBoxRight {
	direction:ltr;
	width: 250px;
	margin: 0px;
	float: left;
	padding: 10px 10px 0px 15px;
	font-size: 95%;
}

.HomeBoxRight h1 {
	color: #6C1113;
	font-size: 120%;
	text-align: left;
	padding-right: 3px;
	line-height: 130%;
	font-style: normal;
	background-image: url(../Images/HomeBoxTop.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 3px;
	font-weight: bold;
}

.HomeBoxRight ul {
	font-weight: normal;
	margin: 0px;
	padding-left: 20px;
	list-style-image: url(../Images/LiBulletNewsgif.gif);
	line-height: 130%;
}
.HomeBoxRight li {
	padding: 0;
	padding-bottom: 5px;
}
.HomeBoxRight li a {
	text-decoration: none;
}
.HomeBoxRight li a:link{
	color:#666666;
	text-decoration: none;
}
.HomeBoxRight li a:visited{
	color: #868686;
	text-decoration: none;
}
.HomeBoxRight li a:hover, .HomeBoxRight li a:active	{
	color: #990000;
	text-decoration: none;
	}
.SideStoryContact {
	padding: 5px 7px 5px 10px;
	font-size: 95%;
}
.SideStoryContact h1 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 0px;
}
.CallingCard {
	background-image: url(../Images/CallingCardBg.gif);
	background-repeat: repeat-y;
	background-position: top;
	width: 539px;
}
.PortraitImg {
	height: 129px;
	width: 110px;
	float: left;
}
.Details {
	float: right;
	width: 415px;
	padding-left: 5px;
}
.Details h1 {
	padding-bottom: 0px;
}
.Red {
	color: #990000;
}
.CallingCardBottom {
	background-image: url(../Images/CallingCardBottom.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 24px;
}
.Box {
	width: 256px;
	background-image: url(../Images/BoxBg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	margin-bottom: 10px;
	vertical-align: top;
}
.Box h1 {
	background-image: url(../Images/BoxH1Bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	font-size: 100%;
	padding: 3px 0px 3px 5px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 10px;
}
.Box p {
	font-size: 85%;
	padding-left: 10px;
}
.Portrait {
	float: left;
	margin-right: 5px;
}
.Description {
	float: right;
	width: 134px;
}
.Description li {
	margin-left: 15px;
}
.Description ul {
	margin-left: 0px;
	line-height: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
}
.Description p {
	padding-left: 0px;
}
.NewsItem {
	background-image: url(../Images/CallingCardBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 24px;
}

.NewsItem h2 {
	padding-bottom: 5px;
	margin-top: 5px;
}

.NewsItem h2 a:link, .NewsItem h2 a:visited  {
	color: #333333;
	text-decoration: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 90%;
	font-weight: bold;
}
.NewsItem h2 a:hover, .NewsItem h2 a:active	{
	color: #000000;
	text-decoration: underline;
	}
.NewsItemDate {
	font-size: 85%;
	font-style: italic;
}
table td{
	vertical-align:top;
}
.MinHight{
	min-height:100px;
}
.SiteMap li ul{
	margin:10px 0 0 0;
}
.SiteMap li{
	padding-bottom:5px;
}
.SiteMap li ul li a:link, .SiteMap li ul li a:visited, .SiteMap li ul li a:active {
	color:#525252;
	text-decoration:none;	
}
.SiteMap li ul li a:hover{
	color:#990000;
}
#Bridge .Strip {
	height: auto;
}
.Testimonials {
	color: #666666;
	font-size: 85%;
	font-style: italic;
}
.Utility {
	float: right;
	font-size: 90%;
	padding: 15px 15px 0px 0px;
}

