/*  Content Format Section  */
#content{
	background-image: url(Images/paws.png);
	background-repeat: repeat-y;
	background-position: right;
}

#content a {
	color: #0000FF;
	background-color: transparent;
    text-decoration: none;
    border-bottom: 1px dotted;
}

#content a:hover {
    border-bottom: 1px solid;
	color: #0000FF;
}
.Content{
	width:auto;
}
.ContactTable{
	width:640px;
	border:0px;
	margin-left:0px;
	margin-right:0px;
}
.ContactTable td{
	border-spacing:3px;
	padding:2px 6px 2px 6px;
}
.TitleText{
	font-family:Tahoma;
	font-weight:bold;
	font-size:14px;
	color:maroon;
}
.TableTitle{
	font-family:Tahoma;
	color:#333333;
	font-weight:bold;
	font-size:12px;
}
.ColumnTitle{
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	color:#333333;
}
.RegularTextL{
	font-family:Tahoma;
	font-size:12px;
	text-align:left;
	color:#333333;
}
.RegularTextC{
	font-family:Tahoma;
	font-size:12px;
	text-align: center;
	color:#333333;
}
.RegularTextR{
	font-family:Tahoma;
	font-size:12px;
	text-align:right;
	color:#333333;
}
/*  Navigation tab Menu Format  */
#SelectedMenu{
	background-image: url(/Images/Buttons/silver/Body.jpg);
    background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	height:40px;
	width:60px;	
}
.NavMenu{
	background-image: url(/Images/Buttons/tabs/black/Body.jpg);
	font-family:tahoma;
	height:40px;
}
#tab{
 	background-image: url(/Images/Buttons/tabs/silver/Body.jpg);
    background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	height:50px;
	width:102px;
}	
#tabLeft{
	background-image: url(/Images/Buttons/tabs/silver/left.jpg);
    background-repeat: no-repeat;
	width: 12px;
	height:50px;
}
#tabRight{
	background-image: url(/Images/Buttons/tabs/silver/right.jpg);
    background-repeat: no-repeat;
    width: 12px;
	height:50px;
}
#tab1 a:hover{
	color: white;
	font-weight: bold;
}
.tab1{
 	background-image: url(/Images/Buttons/tabs/red/Body.jpg);
    background-repeat: repeat-x;
	font-family: Tahoma;
	color:white;
	height:50px;
	width:102px;
	font-size: small;
	text-align: center;
	border:none;
	/*font-weight: bold;*/
}
.tab1Left{
	background-image: url(/Images/Buttons/tabs/red/left.jpg);
    background-repeat: no-repeat;
	border: none;
    width: 12px;
	height:50px;
		
}
.tab1Right{
	background-image: url(/Images/Buttons/tabs/red/right.jpg);
    background-repeat: no-repeat;
    width: 12px;
	height:50px;
    border: none;
}/* End navigation tabs */


/* Row color change for contacts */
.rowcolor {
	background: #CCCCCC;
}/* End row color change for contacts */ 

/* New image settings */
.new{
	 width: 25px;
	 height: 25px;
	 border: 0;	 	
}/* End image settings */

/*  Hyperlink format  */


/* Complete website links */
A:link, A:active{	
	text-decoration:none;
	color:#000000;
	background:transparent;
}

A:visited {	
	color:#000000;
	background:transparent;
 	text-decoration:none;
}
		
A:hover {	
	color:#000000;
	background:transparent;
    text-decoration:none;
}/* End website links */