* {margin: 0px; padding: 0px;}


body {
	background-image: url(images/bg_body.gif);
	background-repeat: repeat;
	background-repeat: repeat-x;
	background-color: #FEE1E3;
}
.SkinObject {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#996600;
	text-align: right;
}

A.SkinObject:link {
	text-decoration:    none;
   font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D5A53;
}

A.SkinObject:visited  {
   text-decoration:    none;
   font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D5A53;
}

A.SkinObject:active   {
   text-decoration:    none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D5A53;
}

A.SkinObject:hover    {
   text-decoration:    none;
   font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	 color:#003366;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #996600;
	padding-bottom: 15px;
}
H1 .Head{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5D5A53;
	font-weight: normal;
}

H2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #3883A4;
	padding-bottom: 15px;
}
H2 .Head{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	PADDING-LEFT:7px;
	width:231px;
}
H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #006699;
	padding-bottom: 15px;
	line-height: 16px;
}

A:link  {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C34E2C;
	line-height: 14px;;
	font-weight: bold;
	text-decoration: none;
}

A:visited   {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C34E2C;
	line-height: 14px;;
	font-weight: bold;
	text-decoration: none;
}

A:active    {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C34E2C;
	line-height: 14px;;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C34E2C;
	line-height: 14px;;
	font-weight: bold;
    text-decoration:    underline;
   
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
#mainmenu{
	background-image: url(images/bg_menu.gif);
	background-repeat: repeat;
	background-repeat: repeat-x;	
	height: 27px;
	width: 732px;
}
.submenu{
	width: 732px;
	height: 26px;
	background-color: #F5F3EF;
	border-top: 1px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
.hometext{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #006699;
	padding-bottom: 15px;
	line-height: 16px;
}
.bg_left{
	background-image:	url(images/bg_left.gif);
	background-repeat: repeat;
	background-repeat: repeat-y;
}
.bg_top{
	background-image: url(images/bg_top.gif);
	background-repeat: repeat;
	background-repeat: repeat-x;
	
}
.bg_right{
	background-image: url(images/bg_right.gif);
	background-repeat: repeat;
	background-repeat: repeat-y;
}
.bg_bottom{
	background-image: url(images/bg_bottom.gif);
	background-repeat: repeat;
	background-repeat: repeat-x;
}
#line_top{
	background-image: url(images/line_top.gif);
	background-repeat: repeat;
	background-repeat: repeat-x;
	width: 730px;
	height: 13px;
	margin-top:3px;
	margin-bottom:4px;	 
}
/*footer style*/
a.footer_link:link, a.footer_link:visited, a.footer_link:active{
	font-family:	Tahoma, "Verdana", Arial;
	font-size: 11px;
	color: #996600;
	font-weight: normal;
	text-decoration: none;
}

a.footer_link:hover{
	font-family:	Tahoma, "Verdana", Arial;
	font-size: 11px;
	color: #996600;
	font-weight: normal;
	text-decoration: underline;
}

a.footer_link1:link, a.footer_link1:visited, a.footer_link1:active{
	font-family:	Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCC99;
	font-weight: normal;
	text-decoration: none;
}

a.footer_link1:hover{
	font-family:	Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCC99;
	font-weight: normal;
	text-decoration: underline;
}

.bg_footer{
	background-image: url(images/line.gif);
	background-repeat: repeat;
	background-repeat: repeat-x;
	height: 25px;
	width: 732xp;
	
}
.txtlink{
	font-family:	Tahoma, "Verdana", Arial;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: normal;
}
.txtlink1{
	font-family:	Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCC99;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
}
#colleft{
	float: left;
	width:349px;
	padding-top: 42px;
	padding-left: 17px;
}
#colright{
	float: right;
	padding-top: 44px;
	padding-right: 17px;	
}
/*link login*/
a.footerlink:link, a.footerlink:visited, a.footerlink:active{
	font-family:	Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.footerlink:hover{
	font-family:	Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
/*House Menu Bar*/
#HouseMenuNav{	
	font-family: Arial, Helvetica, sans-serif;
	color: #C34E2C;
}
#HouseMenuNav ul{
	border: 0;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	padding-left: 5px;
}

#HouseMenuNav li{
	list-style: none;
	float:	left;
	padding: 0 2px 0 0;
	
	}
#HouseMenuNav li a:link, #HouseMenuNav li a:visited
{
	display: block;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/bg_btn.gif);
	padding: 5px 3.24em;
	
	}
#HouseMenuNav li a:hover{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/bg_btn.gif);
	padding: 5px 3.24em;
}

* html #HouseMenuNav li a
{
	width: 101px;
}

#HouseMenuNav li#HouseMenuNavCurrentItem a
{ /* all links under the parent item (li) */
	color: #FFFFFF;
	background-image:	url(images/bg_btn1.gif);
	text-decoration: none;
}
a#HouseMenuNavParentLink
{ /* parent link itself */
	text-decoration: none;

}
a#HouseMenuNavCurrentLink
{ /* current link itself */
	
	text-decoration: none;


}








