@charset "utf-8";
.table_center {
	left: 100%;
	right: 100%;
	background-color: #2ABF00;
	border: thick solid #2A3F55;
}

._heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.-subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}
.copyright {
	font-size: 11px;
	font-weight: bold;
	color: 666666;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
.pic_border {
	padding: 5px;
	border: thick solid #000000;
	background-position: center center;
}
.remove_pic_brd {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.button_link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	white-space: nowrap;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	font-weight: bolder;
	background-color: #FFFFCC;
}
.photoRight {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #000000;
}
.bottom_right {
	right: 0px;
	bottom: 0px;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 18pt;
	color: #99FF00;
}
.brd_table {
	display: table-cell;
	border: thin solid #000000;
	list-style-position: outside;
	background-position: center top;
	background-color: #D4FFFF;
	color: #2A3F55;
}
.remove_border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.blue_pic_border {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0033ff;
	border-right-color: #0033ff;
	border-bottom-color: #0033ff;
	border-left-color: #0033ff;
}
a.nav:link {
	color: #FF0000;
	text-decoration: none;
}
a.nav:visited {
	color: #663399;
	text-decoration: none;
}
a.nav:hover {
	color: #FF9900;
	text-decoration: underline;
}
a.nav:active {
	color: #0000FF;
}
a.external:link {
	font-size: 18pt;
	font-weight: bold;
	color: #0000ff;
}
a.external:visited {
	font-weight: bold;
	color: #894f7b;
}
a.external:hover {
	text-decoration: overline;
	color: FF0000;
}
a.external:active {
	color: #FF0000;
	background-color: #FF0000;
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-weight: bold;
	color: #3300CC;
	text-align: center;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #009900;
	text-align: left;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #00FF00;
	text-decoration: underline;
}

.centerdiv {
	text-align: center;
}
.centerdiv_table {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}


@charset "UTF-8";
body  {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #CED8E1;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 780px;
	background: #FFF url(assets/skaterfade1.jpg) no-repeat fixed top;
	margin: 0 auto 20px;
	text-align: left;
	border-bottom: 3px solid #EBF0F3;
} 
#header {
	background: #000 url(assets/skaterblack.jpg) no-repeat fixed top;
	padding: 0 10px 0 20px;
	color: #CED8E1;
} 
#header h1 {
	margin: 0;
	padding: 20px 0 20px 45px;
	font: 2.5em "Marker Felt", Impact, "Arial Black", sans-serif;
	background: url(assets/sk_icon.gif) no-repeat left center;
}

#sidebar1 {
	float: left;
	width: 150px;
	padding: 15px 10px 105px 20px;
	background: #897EA6 url(assets/corner.gif) no-repeat right bottom;
}
#sidebar2 {
	float: right;
	width: 160px;
	background: #000 url(assets/skaterblack.jpg) no-repeat fixed top;
	padding: 15px 10px 15px 20px;
	color: #FFF;
}
#mainContent { 
	margin: 0 200px; 
	padding: 0 10px; 
} 
#footer {
	background:#000 url(assets/skaterblack.jpg) no-repeat fixed top;
	color: #CED8E1;
	border-top: 7px solid #C5D3C6;
	border-bottom: 5px solid #897EA6;
} 
#footer p {
	margin: 0;
	padding: 10px;
	border-top: 10px solid #897EA6;
	border-bottom: 5px solid #C5D3C6;
	text-align: center;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1, h2, h3 {
	font-family: "Marker Felt", Impact, "Arial Black", sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.5em;	
}
h3 {
	font-size: 1.2em;	
}
p {
	font-size: .8em;	
}
a {
	color: #8D7CA9;
	font-weight: bold;
	text-decoration: underline;
}
#sidebar1 a, #sidebar2 a {
	color: #CED8E1;
	font-weight: normal;
}
a:visited {
	color: #666;	
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.dropcap {
	font: 5em/.8em Impact, "Arial Black", sans-serif;	
	color: #897EA6;
	float: left;
	padding: 6px 5px 0 0;
.kym {
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #FF00CC;
	border-right-color: #FF00CC;
	border-bottom-color: #FF00CC;
	border-left-color: #FF00CC;
}
#MenuBar1 {
	text-align: center;
}
