@charset "UTF-8";
/* CSS Document */

body
{
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
}


.innerDrop
{
	background: url(images/navGradient.gif) 0% 0% repeat-x;
	position:absolute;
	left:0px;
	z-Index:10;
	width:110px;
	height:25px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	cursor:pointer;
}

.shellDrop
{
	background: url(images/navGradient.gif) 0% 0% repeat-x;
	color:#FFF;
	position:relative;
    overflow:visible;
    z-Index:80;
    width:110px;
    height:25px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	cursor:pointer;
}

a.navButton
{
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align:center;
}

img.floatRight {
	float: right;
	margin-right: 10px;
	margin-top: 0px;
	padding-left: 20px;
}

.bodytext
{
	margin-top:0px;
	font-size: 14px;
	line-height: 25px;
	padding-right: 30px;
	color:#FFF;
	padding-left: 20px;	
	text-align:left;
}

h2
{
	font-size: 25px;
	color:#06F;
	margin-bottom: 0px;
	padding-bottom: -5px;
	padding-left: 20px;
	text-align:left;
}


.mainBG
{
	background-color:#999;
	padding-right: 0px;
	padding-top:25px;
	background: url(images/tableGradient.jpg) 0% 0% repeat-x;
}

b{
	color:#06F;
}

.floatLeft
{
	float: left;
/*	margin-right: 30px;
	margin-top: 30px;
	padding-left: 20px;*/
	position:relative;
	top:300px;
}

img.smallImg
{
	width:90%;
	padding-left: 5px;
	padding-right: 5px;
}

.sideBar{
	background-image: url(images/sideBar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	color: #333;
	height:233px;	
}

.sideBar2{
	background-image: url(images/sideBar3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	color: #333;
	height:233px;
}

.sideBar:hover{
	background-image: url(images/sideBarOver.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	color: #333;
	height:233px;	
}

.sideBar2:hover{
	background-image: url(images/sideBarOver3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	color: #333;
	height:233px;
}

.sideBarText
{
	text-decoration: none;
	color:#333;
	padding-top: 149px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 11px;
}

a{
	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;	
}

img{
	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;	
	
}

a.linkButton
{
	font-size: 14px;
	color: #FFF;
	text-decoration: none;	
}

a:hover.linkButton
{
	font-size: 14px;
	color:#06F;
	text-decoration:underline;	
}

.over1{
	background-image: url(images/sideBarOver.jpg);
	height:0px;
	width:0px;
}

.over2{
	background-image: url(images/sideBarOver3.jpg);
	height:0px;
	width:0px;
}