/* Main Body */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #ccbdd2;
	background-color: #ccbdd2;
	}

/* Links  */
a:link {
	color: #6A30AB;
	text-decoration: none
}
a:visited {color: #6A30AB; text-decoration: none}
a:active {color: #6A30AB; text-decoration: none}
a:hover {
	color: #6A30AB;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: 6A30AB;
}

.toy_room{
	width: 100%;
	background-color: #ccbdd2;
	border-bottom: 1px solid #6d71b0;
	float: left;
}

.toy_box {
	background-color: #ccbdd2;
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
}


#content_wrapper {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	border:0px dashed #FFFFFF;
	text-align:left
}

#header {
	background-color: #6d71b0;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* Main Navigation */

#navcontainer{
	width: 960px;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: url(/images/nav_background.jpg);
	background-color: #999999;
	text-align: center;
	float:left
}

/* Main Navigation */

#navcontainer ul{
	margin: 0;
	padding: 0;
	height: 30px;
	background: url(/images/nav_background.jpg);
}

#navcontainer ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	font: 12px/30px "Lucida Grande", verdana, sans-serif;
	text-align: center;
	background-image: url(/images/nav_background.jpg);
	height: 30px;
}

#navcontainer a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 110px;
	border-top: none;
	border-right: 1px solid #ffffff;
	border-bottom: none;
	height: 30px;
	background-image: url(/images/nav_background.jpg);
}

#navcontainer a:hover, a:focus { 
	color: #333333;
	border-bottom: none;
	height: 30px;
	background-image: url(/images/nav_rollover.jpg);
}

#navcontainer .activetab {
	color: #fff; 
	border-bottom: none;
	height: 30px;
	background-image: url(/images/nav_active.jpg);
}


/* ---------------------------- Text Formatting ------- */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6A30AB;
	font-size: 1.2em;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align:left;
}

h2 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
		font-size: 1.5em;
	letter-spacing: -2px;
}


h3 {
	margin: 15px 0px 5px 0px;
	padding:20px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 3em;
}

.linktitle {
	font-weight: bold;
	font-size: 1em;
	color: #6A30AB;
	text-decoration: none
}
.linktitle a:link {
	font-weight: bold;
	font-size: 1em;
	color: #6A30AB;
	text-decoration: none
}
.linktitle a:visited {
		font-weight: bold;
		font-size: 1em;
		color: #6A30AB; text-decoration: none}
.linktitle a:active {
		font-weight: bold;
		font-size: 1em;
		color: #6A30AB; 
		text-decoration: none}
.linktitle a:hover {
		font-weight: bold;
	font-size: 1em;
	color: #ccbdd2;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: 6A30AB;
}

.padtop {
	font-weight: bold;
	color: #9841FA;
	text-decoration: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	font-style: italic;
}

.minititle {
	font-size: 8px;
	color: #8039D1;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.minititle .padtop {
	font-weight: bold;
	color: #9841FA;
	text-decoration: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	font-style: italic;
}
.minititle a:link {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: 6A30AB;
	color: #6A30AB;
	text-decoration: none
}
.minititle a:visited {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: 6A30AB;
		text-decoration: none}
.minititle a:active {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: 6A30AB;
		text-decoration: none}
.minititle a:hover {
		font-weight: bold;
	color: #ccbdd2;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: 6A30AB;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6A30AB;
	font-size: 1em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

p {
	text-align: left;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 10px;
}


blockquote {
	margin: 10px;
	padding: 8px 0 0 25px;
	font:small  "Trebuchet MS",Verdana,Sans-serif;
	color: #585858;
}

.frontpage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	border-top-width: 8px;
	border-right-width: 3px;
	border-bottom-width: 8px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #EFEEE9;
	border-bottom-color: #999999;
	border-left-color: #EFEEE9;
}

.graphic {
	text-align: center;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0px;
}




/* ------------------------- Footer Text ----------------- */
#footer {
	clear: both;
	border-left: 2px solid #FFBB77;
	border-right: 2px solid #FFBB77;
	border-bottom: 2px solid #FFBB77;
	background-color: #E30D02;
	margin: 0;
	padding: 0;
	}

#footer p {
	padding-top:15px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FFFFFF;
	line-height: 10px;
	font-style: italic;
}

#footer a:link    { color:  #FFFFFF; text-decoration: none;}
#footer a:visited { color:  #FFFFFF; text-decoration: none;}
#footer a:active  { color:  #90001B; text-decoration: none;}
#footer a:hover   { color:  #333333; text-decoration: underline;font-weight: bold;}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: 20px;
	margin-left: 20px;
	color: #999999;
	font-style: italic;
	text-align: center;
}



/* --------------Other---------------- */

.subhead {
	text-align: center;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6A30AB;
	font-weight: bold;
}
.regulartext {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
}
.redtext {
	color: #6A30AB;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

.clear {
	clear: both;
	margin:0;
	padding:0;
	height: 0.1px;
}


/* new look */


.center {
	margin-left:260px;
	margin-right:260px;
	border:0px dotted #cccccc;
	background-color:#FFF
}

.center li {
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;

}

.center h2 {
	margin-top:0px;
	margin-bottom:0px;
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	color: #6A30AB;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: left;
	letter-spacing: normal;
	font-weight: bold;
	line-height: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6A30AB;
		margin-top:0px;
}
.center h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	background: url(/images/t-widebar.jpg) no-repeat;
	margin-top:0px;
	margin-bottom:5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 5px;

}

.center p {
	margin-top:0px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
		color: #6A30AB;
}

.center .graphic {
	text-align: center;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0px;
	vertical-align: top;
}


.font9 { 
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
 	}


.left_side {
	float: left;
	width:250px;
	border:0px dashed #cccccc;
	background-color:#D0BDFE;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
		text-align: left;
}

.left_side h3 {
	margin-top:0px;
	margin-bottom:5px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	background: url(/images/t-narrowbar.jpg) no-repeat;
		padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 5px;
}

.left_side p {
  margin-top:5px;margin-bottom:5px;
   	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 12px;
  color: #333333;
}

.left_side ul li {
	margin-top:0px;
	margin-bottom:5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 0px
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #333333;
	list-style: none;
	text-indent: -15px;
	margin-left: -22px;
	margin-right: 2px;
}

.left_side .subhead {
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6A30AB;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.left_side .small {
	text-align: left;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: italic;
	line-height: 10px;
	}

.right_side {
	float: right;
	width:250px;
	background-color:#D0BDFE;
	border:0px dashed #cccccc;
	text-align: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.right_side h3 {
	margin-top:0px;
	margin-bottom:5px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background: url(/images/t-narrowbar.jpg) no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 5px;
}


.right_side p {
  margin-top:5px;margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #000000;
   	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;

}

.right_side .redtext {
   color: #6A30AB;
}

.right_side .posted
{
	color: #7935C6;
	font-style: italic;
}

.left_side .posted
{
	color: #7935C6;
	font-style: italic;
}

.linklist {
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid #D1D9C4;
  width: 140px;
}

.linklist li {
  list-style: none; 
  margin: 0;
  line-height:20px;
  border-top: 1px solid #D1D9C4;
  font-family:verdana;
  font-size:10px;
}

.linklist li a { text-decoration: none; }

.thumbnail_left {
  float:left;
  margin-right:10px;
  margin-bottom:5px;
  border:0px;
}

.thumbnail_right {
  float:right;
  margin-left:10px;
  margin-bottom:5px;
  border:0px;
}
.subhead_left {
	text-align: left;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6A30AB;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-style: oblique;
}


.center-left {
	margin-left:10px;
	margin-right:260px;
  border:0px dashed #cccccc;
  	background-color:#FFF;
		text-align: left;
}

.center-left h3 
{
	margin-top:0px;
	margin-bottom:5px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background: url(/images/t-xwidebar.jpg) no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 5px;
}

.center-left h4 
{
	margin-top:0px;
	margin-bottom:0px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	color: #6A30AB;
	font-size: 1em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-left: 5px;
}


.entry
{
	margin-top:5px;
	margin-bottom:5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
		color: #6A30AB;
}

.entry .posted
{
	color: #7935C6;
	font-style: italic;
}

.posted
{
	color: #7935C6;
	font-style: italic;
}

.title_list
{
	margin-top:0px;
	margin-bottom:0px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #63F;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.col_item {
	text-align: left;
	color: #63F;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: 6A30AB;
}