/***********************
	  LAYOUT
************************/


#wrapper {
	
	width: 980px; height: 100%;
	margin: 0 auto;	
	text-align: left;
	border: 0 solid black;
	
	
}

* { padding: 0; margin: 0; }

body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px 15px 0 15px;
	line-height: 1.4em;
	font-weight: normal;
	background-color: #2e58a8;
	background-image: url("images/vertical-background.jpg");	
	background-position: left top;
	background-repeat:repeat-x;	
}



#contentbox {
	background: #ffffff;
	width: 980px;
	border: 0 solid white;
	
	
	}
	
.header  {
		
	width: 980px;
	}
	
	
/*#contentbox img {
	float: left;
	margin: 0 11px 0px 0;
	text-align: center;
}*/




/* large left column*/



#fullwidth {	
	float: left;	
	margin-top: 10px;
	margin-left:40px;
	padding: 10px ;
	width: 900px;
	background-color:#ffffff;
	border:0 solid red;	
}

#leftcontentwide {	
	float: left;	
	margin-top: 10px;
	margin-left:0px;
	padding: 10px ;
	width: 550px;
	background-color:#ffffff;
	border:0 solid blue;	
}

.moveover {
	margin-left:50px;
	}

h3 a:hover {
	text-decoration: none;
	color: #48276f;	
}
	 
 p a {text-decoration: none;
	font-weight: bold;
	color: #0081b3;
}

 p a:hover {
	text-decoration: none;
	color: #F60;
}



.flushleft {
margin-left:0px;
padding-left: 0px;
margin-top: 0px;
padding-top:2px;
}
 
/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #F60;
	background-color: inherit;
}

/* headers */

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #48276f;
	margin: 20px 0 8px 0;
	line-height: 1em;
}


h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 25px;
	margin: 5px 0 10px 0;
	padding-top:10px;
	line-height: 1em;
	color: #066e12;
}

h3 {
	font-size: 12px;
	color: #066e12;
	margin: 5px 0 0 0;
	line-height: 1.5em;
	margin-left: 15px;
}

h4 { /* copied the P tag and just made it bold */
	font-size: 12px;
	color: #000000;
	margin: 10px 15px;
	line-height: 1.4em;
	font-weight: bold;
}

.sample { /* sample links */
	
	font-size: 12px;
	color: #000000;
	margin: 0 15px 0 0;
	padding: 8px 20px;
	background-color:#FFFF00;
	line-height: 1.3em;
	font-weight: normal;
}
.sample a { /* sample links */
	color: red;	
}

p {
	font-size: 12px;
	color: #000000;
	margin: 10px 15px;
	line-height: 1.4em;
	font-weight: normal;	
}
ul, ol {
	list-style-image:url("images/");
	list-style-type:none;
	font-weight: normal;
	line-height: 1.1em;
	padding: 0 0 0 30px;}

ul, ol , li{
	font-size: 12px;
	margin: 10px 5px;
	line-height: 1.1em;	
	color: #000000; /* changes color of bullet or list text */
}
	
	
img {
	border: none;
	vertical-align: top;	
}



#footer {
	clear: both;
	background: transparent;
	font-size: 100%;
	
	padding: 5px 20px 10px 20px;
	text-align: center;
	border: 0 solid red;
}

#footer a {   /* links in footer */
	font-weight: normal;
	color: #111e23;
}

hr {  /* horizontal rule */
	color: #e0deda;
	width: 90% ;
	margin: 20px 10px;	
}



/* alignment classes */
.float-left  { float: left; }  /* Push item to the left */
.float-right {	float: right; 
				padding-left: 8px; 
				padding-right: 5px;
				text-align: center; }  /* Push item to the left */
.align-left  {	text-align: left; }  /* Center text */
.align-right {	text-align: right; }
.align-center {	text-align: center; }



/* additional classes */
.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }

#footer p {
	margin: 0;
	padding: 0 0 2px 0;
	color: #000000;
}
#footerlinks {
	padding: 0;	
	width: auto;
	text-align: center;
	font-size: 10pt;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

	