/*
#########################
Colors:
	light pink: f9c
	dark pink: f39
	blue: 0ff
	cream: ffc
	purple #c0f
#########################
*/

/* 
#########################
general html
	-- style for regular tags
#########################
*/
body {
	color: #000;
	background-color: #CCFF99;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	margin: 0; padding: 0;
}
a {
	font-weight: bold;
}
a:link {
	color: #000;
}
a:visited {
	color: #633;
}
a:active {
	color: #000;
}
a:hover {
	color: #000;
	background-color: #99CCFF;
}
a.noborder:hover {
	background-color: #CCFF99;
}
a:hover img {
	background-color: #CCFF99;
}
img {
	border: none;
}
div, p, blockquote {
	margin-top: 0;
	text-align: left;
	padding: 3px;
	font-family: Verdana, Arial, sans-serif;
}
select {
	color: black;
}
p {
	margin: 0 10px 7px 10px;
}
blockquote {
	margin: 10px 10em;
}
table, tr, td, th {
	padding: 3px;
	font-family: Verdana, Arial, sans-serif;
}
hr, p.hr {
	border-top: solid 3px #ffc;
	margin: 5px auto; padding: 0;
	width: 66%
}
h3 {
	margin: 0;
	padding: 5px 25px;
	color : #f39;
	border-bottom: solid 1px #CCFF99;
}
h2.yellow {
	font-size: small;
	margin: 0; padding: 5px 35px;
	text-align: left;
	background-color: #99CCFF;
}
input {
}
tt, q {
	display: inline;
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
tt {
	color: #f39; #c0f
}
q {
	color: #c0f;
}
/* 
#########################
/general html
#########################
*/

.yellow {
	color: #ffc;
}
.pink {
	color: #99CCFF;
}
.hotpink {
	color: #f39;
}
.purple {
	color: #c0f;
}
.blue {
	color: #CCFF99;
}
.xxsmall {
	font-size: xx-small;
}
.center {
	text-align: center;
}


/* 
#########################
div maingraphic
	-- header logo and navigation
#########################
*/
#maingraphic-01 {
	position:absolute;
	left:-5px;
	top:-5px;
	width:197px;
	height:48px;
}
#maingraphic-02 {
	position:absolute;
	left:192px;
	top:-5px;
	width:560px;
	height:48px;
}
#maingraphic-03 {
	position:absolute;
	left:-5px;
	top:43px;
	width:197px;
	height:107px;
}
#maingraphic-04 {
	position:absolute;
	left:192px;
	top:43px;
	width:560px;
	height:107px;
}
#maingraphic-05 {
	position:absolute;
	left:-5px;
	top:150px;
	width:197px;
	height:42px;
}
#maingraphic-06 {
	position:absolute;
	left:192px;
	top:150px;
	width:560px;
	height:42px;
}
/*
#########################
/div maingraphic
#########################
*/

div#LeftSideContent {
	position: absolute; 
	top: 190px; left: 15px; 
	width: 150px;
}
div#HotLinksSmall {
	background-color: #99CCFF;
	width: 146px;
	border: solid 1px #f39;
	padding: 2px;
}
div#HotLinksSmall .title {
	background-color: #ffc;
	margin: 0; padding: 2px;
	width: 140px;
	font-size: small;
	text-align: center;
}
div#HotLinksSmall a {
	display: block;
	margin: 0; padding: 4px 2px;
	width: 140px;
	font-size: small;
	text-align: center;
}
div#HotLinksSmall a:hover {
	background-color: #ffc;
}
p.pagefooter {
	margin: 35px 20px;
	text-align: center;
	font-size: x-small;
}

/* end layout */

/* the public area buttons */
div#publicMenuButtons {
	margin: 0 0 15px 0;
}
div#publicMenuButtons a {
	margin: 0 auto;
	padding: 0;
	width:150px; height: 40px;
	display: block;
	border-right: solid 2px #CCFF99;
}
div#publicMenuButtons a:hover {
	border-right: solid 2px #99CCFF;
}
/* end the public area buttons */

/* store */
table.store {
	margin: 0; padding: 0;
	border: none;
	width: 100%;
}
td.store, td.store p  {
	background-color: #FFFFCC;
	text-align: center;
	margin: 10px auto;
}
h3.store {
	margin: 0; padding: 5px;
	color: black;
	background-color: #99CCFF;
	font-size: large;
	text-align: center;
}
/* end store */

