/*** Global Settings ****/
body {
	font: normal 12px/ 1.6em Arial, Helvetica, sans-serif;
	color: #2a3845;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	
}

p {
	margin: 0;
	padding: 0;
	margin: 1em 0px;
}

a:visited,a:link {
	color: #a43b55;
	text-decoration: underline;
	background: none;
}

a:hover {
	color: #a43b55;
	text-decoration: none;
	background: none;
}


a:link , a:visited {
	color:black;
	text-decoration: underline;
	/*font-weight:bold;*/
	background: none;
}
/* unvisited link */
/* visited link */
a:hover {
	color:black;
	text-decoration: none;
	/*font-weight:bold;*/
	background: none;
}  /* mouse over link */
a:active {color:red;}  /* selected link */

h1 {
	color: #7a2e40;
	color: black;
	margin: 0px 0px 10px 0px;
	padding-bottom: 10px;
	font: normal 17px Georgia, serif;
	border-bottom: 1px solid #efece7;
}

h2 {
	color: #7a2e40;
	color: black;
	margin: 20px 0 10px;
	padding-bottom: 10px;
	font: normal 17px Georgia, serif;
	border-bottom: 1px solid #efece7;
}

h3 {
	color: #7a2e40;
	color: black;
	margin: 10px 0;
	padding-bottom: 10px;
	font: bold 14px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #efece7;
}

ul {
	padding: 0;
	margin: 0 0 0 17px;
	list-style: square url(images/bullet.gif);
}
.blocker { 
	padding: 15px;
 	background: #f7f7f7;
	border: 1px solid #f0e9eb;
	background-color: rgb(255, 255, 102);
	border-color: rgb(205, 205, 102);
	margin-bottom: 10px;
}
.box {
    width: 85%;
	margin-left: 10%;
	background: #f7f7f7;
	border: 1px solid #f0e9eb;
	padding: 15px;
	background-color: rgb(255, 255, 102);
	background-color: white;
	border-color: rgb(205, 205, 102);
}

/*** Layout ****/
#paws {
	margin: 0 auto;
	width: 1114px;
	background: url(images/black-paw-bg.gif) repeat-y right;
	background: url(images/black-paw-bg.gif) repeat-y left;
}
#wrapper {
	margin: 0 auto;
	width: 1024px;
	border-left: 1px solid #f0e9eb;
	border-right: 1px solid #f0e9eb;
}

#header {
	margin: 0 1px;
}

#bg {
	height: 36px;
	background: url(images/bg.gif) repeat-x;
}

#nav {
	background: #7a2e40;
	background-color: rgb(255, 255, 102);
	padding: 10px 20px;
	text-align: right;
	color: #f6dde3;
	color: black;
}

#nav a:visited,#nav a:link {
	text-decoration: none;
	color: #f6dde3;
	color: black;
}

#nav a:hover {
	text-decoration: underline;
	color: #f6dde3;
	color: black;
}

#nav a.current {
	font-weight: bold
}

#main-content {
	margin: 0 auto;

}

#logo {
	margin-bottom: 15px;
}

.logotxt1 {
	font: normal 44px Arial, Helvetica, sans-serif;
	color: #fa7393;
	margin: 10px 0 0 15px;
	color: rgb(255, 255, 102);
	color: black;
	/*background-color: black*/
}

.logotxt2 {
	font: normal 38px Georgia, serif;
	font: normal 44px Arial, Helvetica, sans-serif;
	color: #7a2e40;
	color: black;
}

#left-column {
	width: 688px;
	width: 688px;
	padding: 0 30px 30px;
	float: left;
}

#right-column {
	width: 270px;
	float: right;
}

.crd {
	font-size: 75%;
}

.crd a:visited,.crd a:link,.crd a:hover {
	color: #2a3845;
	cursor: text;
}

#footer {
	background: #f7f7f7;
	border-top: 1px solid #f0e9eb;
	padding: 10px 15px;
	clear: both;
	background-color: rgb(255, 255, 102);
	border-color: rgb(205, 205, 102);
	text-align: center;
}

/*** SideBAR ***/
#main-image {
	text-align: center;
}

.sidebar {
	width: 218px;
	margin: 0 auto;
	padding: 10px 25px;
	background: url(images/shadow.jpg) no-repeat top;
}

#main-content img.rt {
	float: right;
}

#main-content img.lt {
	float: left;
}

/*START Styles for the scroller*/
q {
	display: block;
	margin: 0;
	margin-top: 20px;
	padding-right: 10%;
	padding-left: 10%;
	/*color: #999999;*/
	font-size: 100%;
	text-align: center;
	/*height: 3em;*/
	float: none;
}

q:before,q:after {
	content: "'";
}
/*END Styles for the scroller*/
