/* CSS Document */
body {
	font-family: Arial;
	font-size: 13px;
	color: #333333;
	margin-top: 0px;
	background-image: url(images/body_bg.png);
}
h1 {
	font-family: Arial;
	font-size: 15px;
	margin-bottom:0px;
	font-weight: bold;
	color: #8A2946;
		margin-top: 0px;
			margin-bottom:0px;
}
h2 {
	font-family: Arial;
	font-size: 12px;
	margin-bottom:0px;
	font-weight: bold;
	color: #640064;
	margin-top: 0px;
}
a:link, a:visited, a:active {
	font-family: Arial;
	font-size: 13px;
	color: #538cc2;
	text-decoration:none;
}
a:hover {
	color: #7A6241;
	text-decoration:underline;
}
a.link1:link, a.link1:visited, a.link1:active {
color: #538cc2;
	text-decoration:underline;
	font-weight:bold;
	font-size: 12px;
}
a.link1:hover {
	color: #B9006F;
	text-decoration:underline;
	
}

.imgborder {
    background:white;
	padding:2px;
	border:1px solid #B0B0B0;

} 
#topNav {
	margin-left: 270px;
	float:left;
	margin-top:-5px;
	*margin-top:7px;
}
#topNav ul {

}
#topNav li {
	list-style-type: none;
	display: inline;

}
#topNav ul li a{
	color: #B9006F;
	text-decoration:none;
	font-size: 1.0em;
	font-weight: bold;	
	padding-left: 25px;
	margin-left:5px;
}
#topNav ul li a:hover, #topNav .active{
	color: #000000;
	background-image: url(images/header_paw.png);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}
#topNav li:first-child {
	border-left-style: none;
}
#footer {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	color: #7d6a4e;
	background-color: #f5f3e7;
	border: 1px solid #69665d;
	height:15px;
	padding:5px;

}
#footer ul {	
margin-top:0px;
	text-align: center;
}
#footer li {
	list-style-type: none;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #75480B;

}
#footer ul li a{
	color: #538cc2;
	text-decoration:underline;
	font-weight:bold;
	font-size: 12px;
}
#footer ul li a:hover{
	color: #B9006F;
}
#footer li:first-child {
	border-left-style: none;
}
.txtBox1 {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	border: 1px solid #666666;
	width: 250px;
}

.textSuccess {
	font-weight: bold;
	color: #009900;
	font-size: 16px;
}
.panel1 {
    background-color:#f5f3e7;
    padding:10px;
    border:1px solid #c5c2af;
    margin-right: 10px;
}

.panel2
{
    background-color: #F9F9F9;
    padding: 10px;
    border-top: 1px dotted #c5c2af;
    border-bottom: 1px dotted #c5c2af;
    margin-right: 15px;
}
.imgLeft {
    float:left;
    margin-right:15px;
}