@charset "utf-8";
/* CSS Document */

a.mainMenu:link {
	margin:0px;
	color: #FFFFFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:capitalize;
	
}
a.mainMenu:visited {
	margin:0px;
	color: #FFFFFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:capitalize;
}
a.mainMenu:hover {
	margin:0px;
	color:#00CCFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	outline-color:#CCCCCC;
}

a.news:link {
	margin:10px;
	color:#999999;
}

a.news:visited {
	margin:10px;
	color:#CC6600;
}

a.news:hover {
	margin:10px;
	color:#00FFFF;
}

table.all {
	border-bottom:solid #000000 1px;
	background-color:#4e4e4e;
	border-left:solid #FF6600 1px;
	border-right:solid #FF6600 1px;
	min-height: 700px;
}

td.main {
	padding:3px;
	}


td.menu{
	padding:10px;
	text-align:center;
	background-image:url(images/mainmenubgoff.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	max-width:112px;	
	}

td.menuInact{
	background-image:url(images/mainmenubgoff.jpg);
	background-repeat:x;
	}
	
td.menu:hover{
	/*background-image:url(images/mainmenubg.jpg);*/
	background-position:center;
	background-repeat:repeat-x;
	background-color:#000000;
	}
	
td.subbg { 	
	background-color:#666666;
	color:#FFFFFF;
	padding:3px;
	background-image:url(images/submenubottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
	}

p.subheading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FF9900;
	text-align:left;
	background-color:#000;
	margin:0;
	background-image:url(images/angles.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-left:3px;
	}

table.subcontent{
	min-width:203;
	max-width:203;
	margin:5px;
	text-align:left;
	padding-bottom:20px;
	}
	
td.subcontent1{
	background-color:#999999;
}

img.sidebar{
	border:1px solid #FFFFFF;
	clear:both;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	
}


a.sidebar:link {
	font-weight:bolder;
	margin:0px;
	color:#66FF66;
	text-decoration: none;
	font-family:Arial;
	text-transform:uppercase;
	
}
a.sidebar:visited {
	font-weight:bolder;
	margin:0px;
	color: #66FF66;
	text-decoration: none;
	font-family:Arial;
	text-transform:uppercase;
}

a.sidebar:hover {
	font-weight:bolder;
	margin:0px;
	color:#FFCC66;
	text-decoration: none;
	font-family:Arial;
	text-transform:uppercase;
}

li{
	list-style-type:square;
	}
	
p.articleHeading{
	border: 1px #CCCCCC solid;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	padding:3px;
	vertical-align:top;
	margin:0px;
	background-image:url(images/articleheading.jpg);
	background-position:right;
	background-repeat:repeat-y;
	background-color:#000000;
	width:428;
	}
	
table.mainArticleTable{
	vertical-align:top;
	min-width:448;
	padding:3px;
	min-height: 600px;
}

table.floor{
	background-color:000000;
	background-image:url(images/footerbg.jpg);
	background-repeat: repeat-x;
}

td.bottomColumn{
	color:#000000;
}

select{
	background-color:#333333;
	color:#CCCC00;
	border: 1px solid #ff6600;
}

input{
	border: 1px solid black;
	background-color:#333333;
	color:#CCCC00;
	height: 18px;
	font-family:Arial, Helvetica, sans-serif;
	font:bold;
}

/*Page Selector*/
a.pageLink:link{
	color:#999999;
	text-decoration:none;
}

a.pageLink:visited{
	color:#999999;
	text-decoration:none;
}

a.pageSelected:link{
	color:#FFFFFF;
	border:1px;	
	border-color:#FFFFFF;
	text-decoration:none;
}

a.pageSelected:visited{
	color:#FFFFFF;
	border:1px;
	border-color:#FFFFFF;
	text-decoration:none;
}

/*Footer*/
#footer{
	font:Arial, Helvetica, sans-serif;
	color:666666;
	background-color:#000000;
	height:300px;
	width: 100%;
	background-image:url(images/footerbg.jpg);
	backtround-repeat:repeat-x;
}

/**Photo Gallery Page**/
div.gallery{
	text-align: center;
	width: 100px;
	height: 100px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.gallery p{
	text-align: center;
}

div.gallery img{
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FFF;
	margin: 5px;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

div.gallery img:hover{
	opacity: 1;
	filter: alpha(opacity = 100);
}

