/************************************************
	Tags
************************************************/
html {min-height: 100%;}

body {
	color: #222;
	background-color: #FFFFFF;
	background-image:url(../img/tile.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0;
    margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
}

a:link {
	color: #3399CC;
    text-decoration: none;
}

a:visited {
    color: #3399CC;
    text-decoration: none;
}
a:hover {
    color: #3399CC;
    text-decoration: underline;
}

div {
    overflow: visible;
}

img {
    border: none;
}

h3,h4 {
	size:14pt;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

/************************************************
	Custom
************************************************/

.adminBar {
	border-bottom: #330000 1px solid;
	height: 20px;
}

.adminBar a {
	color:#0000CC;
	border-spacing: 4px;
	border: transparent 1px solid;
}

.adminBar a:hover {
	border: #330000 1px solid;
	color:#FFFFCC;
	background-color: #FFCC00;
}

.bodyBoxStyle {
	border: 1px solid #666666;
	background-color: #FFFFFF;
}

.blackBox {
	border: 1px solid #666666;
}

.horizList, {
	color : #004b7e;
	text-transform: none;
	letter-spacing: .1em;
	text-align: center;
	font: normal 11pt Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.horizList a:link, .horizList a:visited {
	border-spacing: 4px;
	color: #004b7e;
	vertical-align: top;
	padding: 2px 6px;
}

.horizList a:hover {
	color:#FFFFCC;
	background-color: #004b7e;
	padding: 2px 6px;
	vertical-align: top;
}

.img-shadow {
  float:right;
  background: url(../img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../img/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
	padding: 5px;
}

.itemHead {
	font-size: 14px;
	font-weight: bold;
	color: #383838;
}

.mainContent {
	width:925px;
	background: #ffffff repeat-y scroll center;
}

.navBar {
	padding: 3px;
	height: 25px;
	vertical-align: middle;
	background: url(../img/bar.jpg) repeat-x;
	float: left;
	width: 175px;
}

.pageNav {
	font-size: small;
	color: #000000;
	word-spacing: 4px;
	text-align: center;
}

.pageNav a:link {
	color: #2e67fe;
}

.pageNav a:visited {
	color: #2e67fe;
}

.pageNav a:hover {
	color: #00de00;
}

.siteLogo {

}

.tinyText {
    font-size: 10px;
	vertical-align: top;
	padding: 2px;
}

.tinyFooterText {
    font-size: 10px;
	vertical-align: top;
	padding: 2px;
	color: gray;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

/************************************************
	ID
************************************************/
#bodyBox {
	width:975px;
	padding: 0;
	margin: 0;
}

#list_to_sort li {
	text-align: left;
	border-bottom: 1px solid #b8b8b8;
	list-style-type: disc;
	list-style-position: inside;
	width: 300px;
	padding-left: 30px;
	background-color: #ededed;
	margin-left: 10px;
}

#menu {
	width: 120px;
	border-style: none solid none solid;
	border-color: #D0D0D0;
	border-width: 1px;
	margin: 10px;
	float: left;
}
	
#menu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #666;
	display: block;
	background: url(menu.gif);
	padding: 8px 25px 0 10px;
	text-align: left;
	}
	
#menu li a:hover {
	color: #fff;
	background: url(menu.gif) 0 -32px;
	padding: 8px 25px 0 10px;
	text-align: left;
	}
	
#menu li a:active {
	color: #fff;
	background: url(menu.gif) 0 -64px;
	padding: 8px 25px 0 10px;
	text-align: left;
	}

