/*********************/
/* BASIC */
/*********************/

BODY { 
	background: #fff url(images/bg.png) repeat-x;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
 	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

p,h1,h2,h3,h4,h5,h5{
	margin: 0px;
	padding: 0px;
}

#special {
width: 500px;
}
#special ol, #special ul, #special li 
{
padding: 3px;
margin-top: 5px;
}
/*********************/
/* BANNER STYLES */
/*********************/

A { 
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
/* hovering links */
A:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


#container {
	width: 930px;
	margin: auto;
	background: #fff;
	text-align: left;
}

#banner {
	height: 300px;
	background-image: url(images/top_image.png);
	}

#menu {
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #4d4d4d;
	background-image: url(images/top2.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#menulist {
 	padding: 0px;
 	margin: 0px;
 	text-align: right;
}

#menulist ul {
 	margin-left: 0;
 	padding-left: 0;
 	white-space: nowrap;
}

#menulist li {
	 display: inline;
 	list-style-type: none;
}

#menulist a { 
	padding-top: 1px;
	padding-bottom: 1px;
 	padding-left: 7px;
 	padding-right: 7px;
 	margin-right: 3px;
	}

#menulist a:link, #menulist a:visited {
 	color: #fff;
 	text-decoration: none;
 	font-weight: bold;
}

#menulist a:hover{
 	color: #e32c7e;
	text-decoration: none;
	font-weight: bold;
}


#footer {
	background-color: #e32c7e;
	background-image: url(images/top4.gif);
 	color: #FFF;
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 2px solid white;
	padding: 5px;
	clear: both;
}

/*********************/
/* MAIN */
/*********************/
h1 {
	color: #e32c7e;
	margin-top: 10px;
	font-size: 16px;
	border-top: 4px solid #294E56;
	line-height: 100%;
}
/* The box around the block */
.block { 
	margin-bottom: .5em;
}

/* The block's title */
.block .title {
	background-color: #e32c7e;
	background-image: url(images/top4.gif);
	background-repeat: repeat-x;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	padding-left: 8px;
}

/* The block's content */
.block .content {
	padding: 3px;
	background-color: #ffffff;
	background-image: url(images/top3.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#mainpage {
	height: 750px;
	padding: 5px;
	padding-top: 15px;
	background: #FFF;
	text-align: left;
	background-image: url(images/top3.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
html>body #mainpage { 
	height: auto;
	min-height: 750px;
}

#leftindex { 
	position:relative;
	width: 150px;
	float: left;
	text-align: left;
}
#rightindex {
	position:relative;
	width: 160px;
	float:right;
	text-align: left;
}

#content {
	position:relative;
	margin-left: 160px;
	margin-right: 170px;
	text-align: left;
}

p {
	color: #333;
	margin-top: 5px;
	padding: 3px;
	
}

h2 {
	color: #000;
	font-size: 13px;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
}
h3 {
	color: #333;
	font-size: 13px;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	border-bottom: 2px solid #999;
}


.navcontainer ul
{
margin-left: 0;
padding-left: 0;
font-size: 11px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

.navcontainer a
{
display: block;
padding: 3px;
width: 140px;
border-bottom: 1px solid #999;
}

.navcontainer a:link, .navcontainer a:visited
{
color: #000;
text-decoration: none;
}

.navcontainer a:hover
{
color: #e32c7e;
}

