/* CSS Document */
a{text-decoration:none;}
h1,h2,h3{font-size:1.0em;}

html
{
	height: 100%;
	margin-bottom: 1px;
}


body {
	margin-top: 10px;
	margin-left: 0px;
	padding: 0;	
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 62.5% /* 16px × 62.5% = 10px */; 
	background-color: #000;
	color: #333;
	background-image: url(images/bg2.gif);
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 0 0 0 0px;
	width: 760px;
	background-color: #fff;
}

.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}

.insidediv
{
	position: relative;
	width: 740px;
	margin: 0 auto;
}

#logo {
	float: left;
	height: 118px;
	padding-top:10px;
	padding-bottom:10px;
}

/*********************/
/* MAIN NAV */
/*********************/
#nav {
	width: 740px;
	margin-left: 0px;
	margin-right: 0px;
	color: #000;
	height: 25px;
	background: url(images/menu-bg.gif) repeat-x;
	padding: 8px 0px 5px 0px;

}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
font-weight: bold;
padding: .2em 1.5em;
color: #fff;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: #000;
}



/**** added for IE to remove gap */
ul.navcontainer li {
	display: inline;
}

/* hack for IE 6 < to make entire block clickable */
* html ul.navcontainer a { height: 1px; }


/*********************/
/* MAIN CONTENT */
/*********************/

#main {

	float: left;
	width: 740px;
	background-color: #fff;
	font-size: 1.2em;

	}
	
* html #main{
	width: 730px;
}
	
	
h1 {
	font-family: verdana, Arial, sans-serif;
	color: #003366;
	font-size: 1.6em;
	font-style: normal;
	line-height: 50%;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	}

p {
	line-height: 120%;
}


#main a:link, #main a:visited {
	color: #000;
	border-bottom: dashed 1px #333;
	text-decoration: none;
	background-color: #fff;
}

#main a:hover {
	color: #fff;
	background-color: #003366;
	border-bottom: dashed 1px #333;
	text-decoration: none;
}

/*********************/
/* FOOTER */
/*********************/
#footer {
	width: 100%;
	clear: both;
	color: #ffffff;
	background: url(images/menu-bg.gif) repeat-x;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 28px;
	text-align: left;
	padding: 8px 0px 0px 0px;
}


#footer a:link, #footer a:visited {
	color: #fff;
	border-bottom: dashed 1px #fff;

}

#footer a:hover {
	color: #fff;
	border-bottom: dashed 1px #fff;

}

.greenbackground {
background-color:#003366;
color:#fff;
padding: 2px;
}

.imageframe {
	border: 3px solid #ccc;
	padding: 2px;
	background-color: #fff;	
}

img {
	text-decoration:none;

}

.smalltext {
font-size: 0.8em;

}
