* {
margin: 0;
padding: 0;
}

body {
font-size: 11.5pt;
color:#444;
background-color: #fff;
font:Verdana,Tahoma,Arial;
}

img {
border: none;
}

p.italic {
font-style:italic;
}

h1 {
font-size:12pt;
font-weight:bold;
}

#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:175px;
}	

#page-wrap {
	background:#;
	border:dashed 1px #000;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 800px;
	margin: 10px auto;
	}
	#page-wrap #inside {		
		margin: 0px 10px 0px 10px;
		padding: 10px 10px 10px 10px;
		overflow:hidden;
	}

.nav {
width:800px;
height:30px;
background:#F2A722;
}	

.nav ul {
margin-left: 35px;
padding-top:5px;
padding-bottom:5px;
}

.nav li, a{
display:inline;
font-size:12pt;
text-decoration:none;
color:#027b95;
padding-right:10px;
}

.nav a:hover{
text-decoration:underline;
}
	
.left{
width:375px;
float:left;
}

.right {
width:350px;
float:right;
}

#footer {
	border-top:dashed 1px #444;
	clear:both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #444;
	font-size:9pt;
}

/****Add This****/

.addthis_toolbox {
height:70px;
width:150px;
text-align:center;
float:right;
position:relative;
top:-36px;
right:-35px;
}

.addthis_toolbox .custom_images a {
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img {
    opacity: 0.75;
}

.addthis_toolbox .custom_images a img {
    opacity: 1;
}