/**Main Elements**/

body {
	background: url(images/background11.jpeg) repeat;
	font-family: verdana,arial,serif;
	font-size: 0.9em;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

a {
	background-color: #ffffff;
	color: #0000fe;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #000;
	/* background-color: #008800; */
}

p {
float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 5px;
	width: 860px;
}
div.imageleft {
float:left; padding-right:10px
}

#container {
	background: #fff url(images/container.jpg) repeat-x;
	color: #000000;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 900px;
        border-top: 0.2em solid gray;
        border-left: 0.2em solid gray;
        border-right: 0.2em solid gray;
        border-bottom: 0.2em solid gray;
}
/*
#content {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	width: 800px;
}
*/
/**Header**/

#header {
	background: url(images/logo_new.gif) no-repeat;
	margin: 0 auto;
	position: relative;
	height: 180px;
	width: 900px;
}

#header h1 {
	font-size: 2.2em;
	left: 260px;
	top: 10px;
}

#header ins {text-decoration:none}

#header a {
	color: #b2c2FF;
        text-indent: 0.30em;
	font-family: helvetica, verdana, arial, serif;
	text-decoration:none;
}

#header a:hover {
	background-color: transparent;
}

#header b {
        color: #0000FF;
	text-indent: 0.20em;
	font-family: "courier, courier new";
	text-decoration:none;
	}

/*** Menu ***/

#menu {
	margin: 0;
	padding: 0;
	}

#menu li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 1em Andalus,Arial,sans-serif}

#menu li a
{   display: block;
	border-right: 1px #9b0404;
	padding: 5px 5px;
	width: 140px; height: 20px;
	background: #264061;
	color: #b9cde5;
	text-align: center;
	text-decoration: none}

#menu li a:hover
{	background: #b9cde5;
	color: #264061;}

/** Drop-Down Menu  green is #2f941c dark blue is #0000fe dark green 67962a lighter green 84c63d gray a4a4a4**/

#menu div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #264061;
	border: 1px solid #264061}

	#menu div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 10px 0 0 0;
		width: 147px; height: 30px;
		white-space: nowrap;
		text-align: center;
		text-decoration: none;
		background: #264061;
		color: #b9cde5;
		font: 0.9em Andalus,Arial,sans-serif}

	#menu div a:hover
	{	background: #b9cde5;
		color: #264061}

/**buttons**/

#button {
float: left;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;

}

#button a {
color:#ffffff;
margin: 0;
padding: 0;
}

/**Sidebar**/
	
	#sidebar {
	float: left;	
	margin-top: 10px;
	margin-left: 3px;
        width: 125px;
        background-color: #FFFFFF;
}

#sidebar ul {
	list-style: none;
	margin-left: 15px;
	padding-left: 0px;
}

#sidebar ul li {
	display: floating;
	padding-bottom: 8px;	
}

#sidebar a {
    background: url(images/button.jpg);
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: #666666;
	display: floating;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px 8px;
	text-decoration: none;
	width: 100px;
}

#sidebar a:hover {
	background-color: #008800;  
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: white;
}

/**p elements**/

p.topmap {
        line-height: 0%;
	text-align: left; 	
	padding-bottom: 2em;
        padding-top: 2em;	
        
	font-family: verdana,arial,serif;
	font-size: 0.7em;
	font-weight: bold;
	font-style: normal;
        color: #a4a4a4;
	text-decoration: none;
    }

p.contact {
        line-height: 80%;
        text-align: left;
        padding-bottom: 0em;
        padding-left: 1.8em;
        font-family: verdana,arial,serif;
        font-size: 1.2em;
        font-weight: normal;
        font-style: normal;
        color: black;
        text-decoration: none;
     }


p.contactIndent {
        line-height: 80%;
        text-align: left;
        text-indent: 6.5em;
        padding-bottom: 0em;
        padding-left: 1em;
        font-family: verdana,arial,serif;
        font-size: 1.2em;
        font-weight: normal;
        font-style: normal;
        color: black;
        text-decoration: none;
        }

.descript{
        line-height: 1.4em;
	text-align: left; 	
	padding: 0px;
	font-family: verdana,arial,serif;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
        color: #444444;
	text-decoration: none;
}
/**Footer**/

#footer {
	background-color: #FFFFFF;
	clear: right;
	color: #939393;
	font-size: 0.7em;
	margin: 0 auto;
	padding-bottom: 4px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: right;
	width: 720px;
}

#footer a {
	border-bottom: 1px dotted #666666;
}

#footer a:hover {
	text-decoration: none;	
}
.noteblock2
{
    background: #d0d0d0;
    width: 465px;
    padding: 5px;
    border: 1px solid #000;
    color: #000;
    margin: 7px 0px 7px 40px;
}
.noteheader
{
    width:auto;
    border-bottom: 1px solid #888;
    color: #000;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
    text-align:left;
}
.push
{
    margin: 7px 0px 7px 0px;
}
