
            #subnav .navigation 
            {
	            float: left;
	            margin-left: 1px;
	            width: 208px;
	            text-decoration: none;
            }
            #subnav .navigation h1
            {
	            background-position: #3366FF;
	            background: #3366FF;
	            color: #FFF;
	            font-size: 1.3em;
	            line-height: 30px;
	            padding-left: 12px;
	            text-decoration: none;
            }

            #subnav .navigation ul 
            {
	            margin: 0; 
	            padding: 0;
	            text-decoration: none;
            }

            #subnav .navigation li {
	            border-bottom: 1px solid #D5E8AD;
	            list-style: none;
	            text-decoration: none;
            }
            #subnav .navigation li a
            {
	            background-position: #E8F6BF url(Images/bgnavigation.jpg) repeat-x;
	            background: #E8F6BF url(Images/bgnavigation.jpg) repeat-x;
	            color: #712400;
	            display: block; /*padding: 8px 4px 8px 12px; */
	            padding: 4px 2px 4px 6px;
	            text-decoration: none;
	            font-weight: bold;
            }
            #subnav .navigation li a:hover
            {
	            background: #F0FFC6;
	            color: #480000;
	            text-decoration: none;
            }




.txt
{
	color: #666666;
	font-family: Trebuchet MS;
	font-size:75%;
}

.right_border
{
	border-right-color: #95CCFF;
	border-right-width: 1;
}

.gallery_border
{
	border-color: #A4C0CD;
	border-width: 1px;
	border-style: solid;
	padding-top: 15;
	
}
.gallery_Desc
{
	background-color:#72AAFF;
	color:#ffffff;
	font-family: Trebuchet MS;
	font-size:10;
	font-weight:bold;
}

.popup_txt
{
	color:#ffffff;
	font-family: Trebuchet MS;
	font-size:11;
}
	

a
{
	color: White;
}


html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, img, button { /*a */
    border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* 'Jello Mold' page construction technique based on http://www.positioniseverything.net/articles/jello.html */
body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-image: url('Images/bg_tile.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #333333;
}



h1, h2, h3, h4, h5, h6 {color:#E6673A;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin: 0;
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	margin: 0.5em 0;
	font-size: 1.5em;
	font-weight: normal;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

p  {
    margin: 2em 0;
    line-height:1.4;
}
a {
	text-decoration: none;
	color:#CC3300;
}

a:hover {text-decoration:none;}

#sizer {
	margin: 10px auto 0 auto;
	padding: 0;
	width: 58%;
	max-width: 192px;
}


#expander {
	min-width: 772px; /* Critical Safari fix! */
	position: relative;
	margin: 0 -386px 0 -386px;
	background-color:transparent;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */
.alnlft
{
	text-align: left;
	color:#E6673A;
	text-decoration: none;
}
	
#wrapper { 
	width: 100%; /* helps IE get the child percentages right. */
	text-align:left;
	background-color:#FFFFFF;
} 

/* http://positioniseverything.net/easyclearing */

.TARight
	{ text-align:right; } 
.TALeft
	{ text-align:left; } 
.TACenter
	{ text-align:center; }


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#skiptocontent{
	position:absolute;
	margin-left:-1000px;
}
#leftcolumn
{
	float: left;
	width: 152px;
	text-align: justify;
	margin-right: -3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	background-color: transparent;
	background-image: url('Images/bg_center.png');
	font-size: 0.9em;
}


html>body #leftcolumn{margin-right:0;}

#leftcoltop{
	height:25px;
	border-bottom:15px solid #FFFFFF;
	background-color:#1B3D6B;	
}
#loginbox {
	min-height:130px;	
	padding:5px 0.5em;
	background-color:#1B3D6B;
	background-image:url(Images/loginbox_bg.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
}

* html #loginbox label {color:#FFFFFF;} 

#loginbox h4 {margin:0;}

#leftbarcontainer {
	padding:4em 0.5em;
	background-color:#FFFFFF;
}
#subnav 
{
	width:148px;
	padding-bottom:1em;
	overflow:hidden; 
	background-image:url(Images/bg_left.png);
}
#subnav1 
{
	width:132px;
	padding-bottom:1em;
	overflow:hidden; 
	background-image:url(Images/bg_left.png);
}

#subnav a {}

#subnav a:hover {text-decoration:none;}

.leftbaritem {padding:2em 0.5em;}

#rightcolumn
{
	border-width: 0.05em;
	border-style: solid;
	border-color: #F0F0F0;
	float: right;
	width: 152px;
	margin-left: -3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	font-size: 0.9em;
	text-align: justify;
	background-image:url(Images/bg_center.png);
	background-repeat:repeat-x;
}

#rightcolumn1
{
	border-width: thin;
	border-style: solid;
	border-color: #F0F0F0 #F0F0F0 #F0F0F0 #D8E2EE;
	float: right;
	width: 152px;
	margin-left: -3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	background-color: #EAEFF5;
	font-size: 0.9em;
	text-align: justify;
}

html>body #rightcolumn{margin-left:0;}

html>body #rightcolumn1{margin-left:0;}

#rightcoltop{	
	height:20px;
	padding:0 1em 5px;
	border-bottom:15px solid #FFFFFF;
	text-align:right;
	color:#FFFFFF;
	background-color:#1B3D6B;
}

#rightcoltop a {color:#FFFFFF;}

#searchbox {
	position:relative;	
	height:130px;
	padding:5px 0.5em;
	background-color:transparent;
}
#searchbox div {
    position:absolute; 
    bottom:0.5em; 
    text-align:right;
}
#rightbarcontainer {
	padding:4em 0.5em;
	background-color:transparent;
}

.rightbaritem{padding:2em 0.5em;}

#centercolumn
{
	padding: 10px;
	height: 1%;
	background-color: transparent;
	width: 600px;
	background-image:url(Images/bg_center.png);
	background-repeat:repeat-x;
	margin: 0;
	text-align: justify;
}

#centercolumn1
{
	border: thin solid #D8E2EE;
	padding: 10px;
	height: 1%;
	background-color: #EAEFF5;
	width: 600px;
	margin: 0;
	text-align: justify;
}
#centercolumn2
{
	padding: 10px;
	height: 1%;
	background-color: transparent;
	width: 764px;
	background-image: url('Images/bg_center.png' );
	margin: 0;
	text-align: justify;
}

#centercolumn3
{
	border: thin solid #D8E2EE;
	padding: 10px;
	height: 1%;
	background-color: #EAEFF5;
	width: 748px;
	margin: 0;
	text-align: justify;
}

.header1
{
	height: 149px;
	width: 894px;
	background-color: #6F9FC5;
	/*background-image:url('Images/heading.jpg'); /*rain_wall.jpg heading.jpg*/
}



html>body #centercolumn {
	height:auto;
	margin-left:152px;
	margin-right:152px;
}
html>body #centercolumn1 {
	height:auto;
	margin-left:152px;
	margin-right:152px;
}
#centercoltop{
	height:21px;	
	background-color:#1B3D6B;
}

html>body #centercoltop {height:22px;}

#mainnav {	
	height:18px;
	background-color:#1B3D6B;
	font-size:1em;
	background-image:url('Images/mainnav_bg.gif');
	background-repeat:repeat-x;
	background-position:bottom left;
}

#mainnav a {color:#FFFFFF;}

#mainnav a:hover{	}

#mainnav table {text-align:right;}

#mainnav .item {
	padding:1px 1em;
	border-top:3px solid #1B3D6B;
	font-weight:bold;
	color:#1B3D6B;
}

html>body #mainnav .item {padding:1px 0.5em;}

#mainnav .hover{}

#mainnav .selected {
	border-top:3px solid #FFFFFF;
	color:#FFFFFF;
	background-color:#1B3D6B;
}
#header1 {
	position:relative;
	height:140px;
	background-color:transparent;
}
#maincontent {
	padding:4em 2em;
	background-color:transparent;
}
#maincontent .teaser {
	margin:-0.7em 0;
	color:#28578D;
}

#maincontent table tr td {padding: 0.2em 0.5em;}

#maincontent fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #000000;
}

#maincontent legend {
	color:#E6673A;
	background-color:#FFFFFF;
	}

* html #maincontent legend {padding:0.5em;}

#maincontent caption {
    text-align:left; 
    font-weight:bold;
}

html>body #maincontent .txtBox{font-size:1.2em;}

#maincontent .txtBox {background-color:#F4F7FA;}
    
#maincontent .txtBox:focus {background-color:#FFFFFF;}

.txtBox {
    border: 1px solid #1B3D6B;
    font-size:1em;
    background-color:#FFFFFF;
}
 
.imgfloatright {
    float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}
div.readmore {
	text-align:right;
}
#footer{
    margin:2px;
    padding:0.5em;
    font-size:smaller;
}

#footer a {padding:0 0.5em;}

@media print {	
	body {
		margin:0;
		padding:0;
		font-size:10pt;
		line-height:12pt;
		background:#FFFFFF !important;
	}
	#sizer {
		margin:0;
		width:auto !important;
	}
	#expander {
		margin:0 !important;
		background:none;
	}	
	#wrapper {
		border:none;
		background:none;
	}	
	a {
		color:#666666; 
		text-decoration: none;
	}

	#leftcolumn, #rightcolumn, #maincontent h2:before {display:none;}	
	
	#centercolumn {
		width:100%;
		margin:0 !important;
		background:none;
	}
	#centercoltop {
		height:auto;
		background:none;
	}
	#header1 {
		margin:0; 
		border:none;
		height:auto;
		background:none;
	}	
	
	/*Turn off the transparent gif logo as it looks rather unsightly on paper. */
	#header1 img {display:none;}
	
	#maincontent {
		margin:0; 
		border:none;
		background:none;
	}
	
	#maincontent .teaser {font-style:italic;}
	
	#maincontent fieldset {border:none;}
	
	#maincontent .txtBox {background:none;}
}
.brown
{
	background-color: #5E0000;
}


.kmtysplayer
{
	/*background-image:url('Images/player_background.jpg');*/
	height:200px;
	width:350px;
	background-repeat:no-repeat;
}

.kmtysplayer1
{
	/*background-image:url('Images/player_background.jpg');*/
	height:50px;
	width:290px;
	background-repeat:no-repeat;
}

.play
{
	background-image:url('Images/player_background.jpg');
}

.style2
{
	height: 199px; overflow:hidden;
}
.style3
{
    height: 18px;
}
.style4
{
    height: 18px;
    width: 246px;
}
.style5
{
	height: 75px; overflow:hidden;
}


#gamerightcolumn
{
	border-width: thin;
	border-style: solid double;
	border-color: #F0F0F0;
	float: right;
	width: 175px;
	margin-left: -3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	background-color: transparent;
	font-size: 0.9em;
	text-align: justify;
	background-image: url('Images/bg_center.png' );
}
#gamecentercolumn
{
	padding: 10px;
	height: 1%;
	background-color: transparent;
	width: 546px;
	background-image: url('Images/bg_center.png' );
	margin: 0;
	text-align: justify;
}
#gamesubnav 
{
	width:175px;
	padding-bottom:1em;
	overflow:hidden; 
	background-image:url(Images/bg_left.png);
}




