body {
	font-family: Verdana, Arial, Geneva, helvetica, sans-serif;
	margin: 0px;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-color: #1A1A1A;
  	font-size: 12px;
  	color: #eaeaea;
}

table {
	font-size: 12px;
}

img {
border: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #00adef;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #00adef;
	font-weight: normal;
	margin: 0px;
	
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #00adef;
	font-weight: normal;
	margin: 0px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #800080;
	text-decoration: none;
}

#container_big {
	width: 1000px;
	padding: 0px;
	margin: 0px;
}

#container {
	float: left;
	position: relative;
	width: 1000px;
	text-align: left;
	padding: 0px;
}


#content {
	float: left;
	position: relative;
	width: 1000px;
	text-align: left;
	padding: 0px;
	overflow: hidden;
	background-image: url(images/content_back.gif);
	background-repeat: repeat-y;
	background-color: #000;
}

#main {
	float: left;
	position: relative;
	width: 630px;
	left: 0px;
	margin: 0 0 0 0;
}

#header {
	float: left;
	position: relative;
	width: 1000px;
	height: 160px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	
}

#header a{
	font-family: Arial, Helvetica, sans-serif;
	color:800080;	
}

#header p{
	font-family: Arial, Helvetica, sans-serif;
	color:800080;	
}

#menu {
	float: right;
	position: absolute;
	width: 1000px;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	overflow: hidden;
	height: 35px;
	text-align: center;
	top: 117.5px;
	left: 100px;
}

#menu a:hover {
	display: block;
	float: left;
	position: relative;
	background: url(images/a_link.gif);
	width: 87px;
	text-align: center;
	height: 35px;
	overflow: hidden;
	line-height: 33px;
	color: #800080;
	margin-right: 40px;
	margin-left: 10px;
}

#menu a {
	display: block;
	float: left;
	position: relative;
	background: url(images/a_hover.gif);
	width: 87px;
	text-align: center;
	height: 35px;
	overflow: hidden;
	line-height: 33px;
	color: #fff;
	margin-right: 40px;
	margin-left: 10px;
	text-decoration: none;
}


#green {
	float: left;
	position: relative;
	width: 300px;
	left: 0px;
	background-image: url(images/green_back.gif);
	background-repeat: repeat-y;
	color: #fff;
	margin-top: 6px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box {
	float: left;
	position: relative;
	width: 235px;
	margin-left: 10px;
}


/*Right Menu*/
#right {
	width: 180px;
	float: right;
	position: relative;
	right: 0px;
	top: 0px;
	color: #ccc;
	font-size: 10px;
}

#right h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #00adef;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0 0 10px;
}

/*Left Menu*/
#left {
	width: 180px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	color: #ccc;
	font-size: 10px;
}

#left h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #00adef;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0 0 8px;
}

.glossymenu{
margin: 5px 0px 5px 3px;
padding: 0;
width: 160px; /*width of menu*/
border: 1px solid #000;
border-bottom-width: 0;
overflow: hidden;
}

.glossymenu a.menuitem{
background: black url(images/titlebar.png) repeat-x bottom left;
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #fff;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #ffffff;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background: black url(images/titlebar.png) repeat-x bottom left;
color: #800080;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: black;

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid black;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #A50000;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #494949;
color: #800080;
}

#footer {
	float: left;
	position: relative;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 1000px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center; 
	color: #eaeaea;
	padding-top: 5px;
	padding-bottom: 10px;
	
	border-bottom: solid 2px #636363;
}

#footer a {
	color: #fff;
	margin-left: 5px;
	margin-right: 5px;
}

#footer a:hover {
	color: #800080;
	text-decoration: none;
}


/*List Maker Styles*/
.indexlistItem{
	text-align:center;
	padding:30px 0 30px 10px;
	font-family:"Trebuchet MS", Arial, Tahoma;
	font-size:14px;
	font-weight:bold;
}
.indexlistItem img{
	
	border: 0;
	margin:0 0 5px 0;
	
}
.indexlistItem a{
text-decoration:none;
color: #fff;
}
.indexlistItem a:hover{
text-decoration:none;
color: #800080;
}

.showImages{
	text-align:center;
	padding:30px 0 10px 20px;
	font-family:"Trebuchet MS", Arial, Tahoma;
	font-size:14px;
	font-weight:bold;
}
.showImages img{
	
	border: 0;
	margin:0 0 5px 0;
	
}
.showImages a{
text-decoration:none;
color: #fff;
}
.showImages a:hover{
text-decoration:none;
color: #800080;
}

.pagination{
	padding: 0px 0;
	text-align:center;
	font-family:Tahoma, Arial;
	font-size:12px;
	color:#fff;
}
.pagination a{
	position:relative;
	top:3px;
	font-family:"Trebuchet MS", Arial, Tahoma;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	padding:0 .15em 0 .15em;
	color:#fff;
	border:1px solid #000;
}

.pagination a:hover, .pagination a:active, .pagination a:visited{
	color:#008080;
	border:1px solid #008080;
}