html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 100%;
	line-height: 110%;
}

body {
	background-color: #fee7e5;
	background-image: url(../img/px-fee7e5.jpg);
	background-repeat: repeat;
}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	padding: 0;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 140%;
	padding-top: 0.5em;
	font-weight: normal;
	padding-bottom: 0.5px;
	line-height: 140%;
}
h1 { color: #774c9c; }
h2 { color: #FF0000; }
h3 { color: #009933; }
h4 { color: #ff9900; }
h5 { color: #3333cc; }
h6 { color: #FF0099; }

/* Apply left margin: Only to the few elements that need it: */
ol, ul, dl { margin-left: 2em; }
li, dd, blockquote {
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Miscellaneous conveniences: */
form label { cursor: pointer; }
fieldset { 	border: none; }

/* Form field text-scaling */
input, select, textarea { font-size: 100%; }

a:link {
	color: #774c9c;
	text-decoration: none;
	
}
a:visited {
	color: #774c9c;
	text-decoration: none;
}
a:hover {
	color: #774c9c;
	text-decoration: underline;
}
a:active {
	color: #774c9c;
	text-decoration: none;
}

#bgr-x-repeat {
	background-repeat: repeat-x;
	background-position: center top;
}
#bgr-y-repeat {

	background-repeat: repeat-y;
	background-position: center top;
}
#bgr-no-repeat {

	background-repeat: no-repeat;
	background-position: center top;
}

#content {
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 40px;
	padding-right: 20px;
	font-size: 12px;
}
#content a {
	padding-right: 3px;
	padding-left: 3px;
}
#content a:link, #content a:visited {
	color: #774c9c;
	border-bottom-width: 1px;
text-decoration: none;
	border-bottom-color: #774c9c;
	text-decoration: none;
	
}
#content a:hover, #content a:active {
	color: #ffffcc;
	text-decoration: none;
	background-color: #774c9c;
}
#content img {
	border: 1px solid #774c9c;
	padding: 3px;
	margin: 5px;
}
#content strong {
	color: #663399;
}

.title {
	font-size: 180%;
	font-weight: bold;
	width: 80%;
	padding: 0px;
	line-height: 200%;
	margin: 10px 0px 0px;
}


#footer {
	/*padding-left: 40px;
	padding-right: 20px;*/
	font-size: 12px;
	padding-top: 20px;
	padding-left: 160px;
}
#footer a:link, #footer a:visited {
	color: #774c9c;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #774c9c;*/
	text-decoration: none;
	
}
#footer a:hover, #footer a:active {
	color: #ffffcc;
	text-decoration: none;
	background-color: #774c9c;
}

#copyright {
	/*padding-left: 40px;
	padding-right: 20px;*/
	font-size: 9px;
	text-align: center;
	color: #666666;
	margin: 0px 0px 5px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.boldrght {
	font-weight: bold;
	text-align: right;
	color: #663399;
}
.brdimg {

	border: 1px solid #774c9c;
	padding: 3px;
	margin: 5px;
}
.button {
	font-size:12px; color:#497EA8;
	text-decoration:none; 
	font-weight:bold;
	margin-left: 5px
}
.back_button {
	font-weight:bold;
	font-size : 11px;
	margin : 4px;
	padding : 2px;
	margin-left : 10px;
	color : #333333;
	width:50px
}
.back_button a:hover {
	text-decoration: none
}

.contentheading {

	color: #774c9c;
	font-weight:bold;
	font-family: Tahoma, Arial;
	font-size: 12px;
	padding: 3px;
text-decoration: none;
	margin: 5px;

}

