
{ padding: 0; margin: 0; }

body {
 font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
 font-size: 13px;
  color:#022c78;
}

h2{
color: #a50069;
 font-family: Tahoma, Geneva, sans-serif;  
}

h3{

 font-family: Tahoma, Geneva, sans-serif;  
}

h4{

 font-family: Tahoma, Geneva, sans-serif;  
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 width: 775px;
 float: left;
 padding: 5px;
 height: 100px;
 margin: 0px 0px 5px 0px;
}

#socialMediaHeader{
 width: 130px;
 float: right;
 height: 30px;
 margin: 75px 0px 0px 5px;
 position: absolute bottom right 0px; 

}


#navigation {
 float: left;
 width: 922px;
 color: #333;
 padding: 0px;
 margin: 0px 0px 10px 0px;
 background: #0273d0;
 color:#FFFFFF;
}

#pageHeaderWithImage{
	width: 595px;
	
}

#headerImage_left{
 margin: 0px 0px 15px 0px;
 height: 200px;
 width: 135px;
 float: left;
 background:#a50069;
 padding-top:200px:

}

#headerImage_right{
 float: right;
 margin: 0px 0px 15px 0px;
 height: 200px;
 width: 450px;
 display: inline;

}
	
#leftcolumn { 
 margin: 0px 0px 0px 0px;
 width: 595px;
 float: left;
}

#leftcolumn ul{
padding-left:15px;
list-style-position:outside;
list-style-image: url("/images/purpleBullet.png");
}

#leftcolumn  li{
padding-bottom:10px;
margin-left:20px;
}

#rightcolumn { 
 float: right;
 margin: 0px 0px 0px 0px;
 padding-top: 10px;
 padding-left:15px;
 padding-right:5px;
 height: 650px;
 width: 295px;
 display: inline;
 background: #eaf5fc;
}
#footer { 
 width: 900px;
 height:20px;
 clear: both;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 float:bottom;
}



#rightcolumn h2{
padding-left:0px;
padding-bottom: 5px;
}

#rightcolumn  ul{
padding-left:15px;
font-weight:bold;
list-style-position:outside;
list-style-image: url("/images/purpleBullet.png");
}

#rightcolumn  li{
padding-bottom:10px;
}

#rightcolumn a{
	text-decoration: none;
}
#rightcolumn a:hover
{
	text-decoration: underline;
}

#footer .alignleft {
float: left;
}
#footer .alignright {
float: right;
}

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;

	
	
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 153px;
	border-left: 1px solid #fff;
	text-align: center
	
}


ul.nav>li:hover{
	
} 

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	#background-color: #fff;
	color: #fff;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #369;
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
}

ul.nav,
.nav ul{

	
}

.nav a{
	text-decoration: none;
	color: #fff;
}

img { border: none; }

