td.table1 {
border: 1px solid #000000;

}


a.dog:link { color: #666666; text-decoration: none; font-size: 10px;}
a.dog:active { color: #666666; text-decoration: none; font-size: 10px;}
a.dog:visited { color: #666666; text-decoration: none; font-size: 10px;}
a.dog:hover { color: #D0DBD2; text-decoration: none; font-size: 10px;}

a.cat:link { color: #666666; text-decoration: none; font-size: 12px;}
a.cat:active { color: #666666; text-decoration: none; font-size: 12px;}
a.cat:visited { color: #666666; text-decoration: none; font-size: 12px;}
a.cat:hover { color: #D0DBD2; text-decoration: none; font-size: 12px;}

table.table2 {
border: .2px solid #666666;

}


.black {
Border: 1px solid #737373;
}



.line {
border-left: 1px solid #3C5187;
border-right: 1px solid #3C5187;
border-bottom: 1px solid #3C5187;
}

.line2 {
border-left: 1px solid #3C5187;
border-right: 1px solid #3C5187;
}

.line3 {
border: 1px solid #3C5187;

}

.line4 {
border-right: 1px solid #747474;
Border-bottom: 1px solid #747474;

}

.border2 {
border: 1px solid #3C5187;
}


/* TOP LOGO AREA */

#logo {

  background-image: url(/userimages/banner1.jpg 
);
  background-repeat: no-repeat;
  margin: 0px;
  margin-top: 5px;
  height: 209px;
  width: 1000px;
}

/* END TOP LOGO AREA */


/* CONTROL THE PARAMETERS OF THE CONTENT WINDOWS */
#content {
/*this moves body around*/
margin: 0px;
margin-top: 0px;
width: 1000px;
padding: 10px;
padding-top: 5px;
background-image: url(/userimages/bg.jpg);
background-repeat: repeat-y;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
        border-top-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
        border-top-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
        border-left-color: #000000;
        border-top-color: #000000;

}
/* END CONTROL THE PARAMETERS OF THE CONTENT WINDOWS */














/* Content Links & Text */

a:link {
  color: #2C4167;
text-decoration: underline;
font-weight: none;
}

a:active {
  color: #000000;
text-decoration: none;
font-weight: none;
}

a:hover {
  color: #5C7197;
text-decoration: underline;
font-weight: none;
}

a:visited {
  color: #2C4167;
text-decoration: underline;
font-weight: none;
}

a:visited:hover {
  color: #5C7197;
text-decoration: underline;
font-weight: none;
}


p,div,td {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 16px;  
}

P.footer {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10px;
}

/* End Content Links & Text */














body.contentbackground
{  
	margin: 0px;
        padding: 0px;
        /*background-color: #cccccc;*/
         background-color: #496983;

}

form
{
	margin: 0px;
}

.container
{
	width: 100%;
        padding: 0px;
	margin: 0px;
}
/*THIS MOVES SEARCH LOGOUT SETTINGS*/
/* TOP BACKGROUND GRADIENT & PARAMETERS */
.staticlinks
{
        
        position: absolute;
        left: 0px;
	background-color: #000000;
        /*background: clear;*/
        /*background: #000000;*/
        /*filter:alpha(opacity=0, finishopacity=0, style=1, startx=0, starty=0,*/
        /*finishx=100, finishy=100)*/


        color: black;
	vertical-align: middle;
	text-align: right;
        margin: 0px:
        margin-top: -3px;
	padding: 0px 0px;
        width: 1000px;
        height: 0px;
}
/* END TOP BACKGROUND GRADIENT & PARAMETERS */

        /* REGISTER | LOGIN | SETTINGS LINKS */
	.staticlinks a
	{    
	   display: none;	
           padding: 0px 3px;
	}

	.staticlinks a:link
	{
		display: none;
                color: black;
		font-family: verdana, helvetica, arial, sans-serif;
		text-decoration: none;
                vertical-align: middle;
		font-weight: bold;
		font-size: 9px;
	}

	.staticlinks a:visited
	{
		display: none;
                color: black;
		font-family: verdana, helvetica, arial, sans-serif;
		text-decoration: none;
                vertical-align: middle;
		font-weight: bold;
		font-size: 10px;
	}

	.staticlinks a:hover
	{
		display: inline;
                color: # blue;
                vertical-align: middle;
	}
	
	.staticlinks input
	{
		display: none;
                font-size: 10px;
		font-family: verdana, helvetica, arial, sans-serif;
vertical-align: middle;
	}
/* END REGISTER | LOGIN | SETTINGS LINKS */    
        
        
/* NAVBAR STYLES */
/*THIS CHANGES COLOR OF MENU BAR AND POSITION*/
/* NAVBAR TEXT & BGCOLOR */
.navbar
{
        text-align: center;
	background-color: #C1A367;
	color: white;
	padding: 3px 3px;
	vertical-align: top;
        margin: 0px;
        margin-top:-0;
	width: 994px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
        border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #000000;
        border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #000000;
}

*html .navbar
{
width: 1000px;
}

/* END NAVBAR TEXT & BGCOLOR */

        /* NAVBAR SIZING & TEXT POSITIONING */
	.navbar ul
	{
                margin: 0px;
		padding: 0px 3px;
		vertical-align: top;
		white-space: nowrap;
	}
        /* END NAVBAR SIZING & TEXT POSITIONING */

	        /* VERTICAL LINES BETWEEN TABS */
		.navbar ul li
		{
			display: inline;
			list-style: none;
			padding: 0px 3px;
			margin: 0px;
			text-indent: 0px;
			font-size: 17px;
                        color: #FFFFFF;
			font-weight: normal;
		}
		/* END VERTICAL LINES BETWEEN TABS */

                        /* DROP MENU STYLE */
			.navbar ul li ul
			{
				display: none;
				position: absolute;
                                margin: -10px;
                                margin-top:-1px;
				top: 0px;
				left: 0px;
				list-style: none;
				background-color: #AD0B18;
				padding: 0px 3px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 000000;
	border-right-color: 000000;
	border-bottom-color: 000000;
	border-left-color: 000000;
			}


			/* END DROP MENU STYLE */

                                /* DROP MENU PARAMETERS */
				.navbar ul li ul li
				{
					display: block;
					list-style: none;
					margin: 5px;
                                        /*width: 0px;*/
					padding: 0px 4px;
				}
			        /* END DROP MENU PARAMETERS */

/* NAVBAR & DROPMENU LINK COLORS */
	.navbar a:link
	{
		color:FFFFFF;
		font-family: verdana, helvetica, arial, sans-serif;
		font-weight: bold;
		text-decoration: none;
		font-size: 10px;
		white-space: nowrap;
	}

	.navbar a:visited
	{
		color: FFFFFF;
		text-decoration: none;
		font-weight: bold;
		font-size: 12px;
		font-family: verdana, helvetica, arial, sans-serif;
	}
	
	.navbar a:hover
	{
		color: #0D31A3;
		text-decoration: none;
	}

	.navbar a.on:link
	{
		color: #FFFFFF;
		font-family: verdana, helvetica, arial, sans-serif;
		font-weight: bold;
		text-decoration: none;
		font-size: 10px;
		white-space: nowrap;
	}

	.navbar a.on:visited
	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		font-size: 10px;
		font-family: verdana, helvetica, arial, sans-serif;
	}
	
	.navbar a.on:hover
	{
		color: #0D31A3;
		text-decoration: none;
	}
/* END NAVBAR & DROPMENU LINK COLORS */
/* END NAVBAR STYLES */