/*remove all default browser padding margins and borders from all 
tags and set the overall font style*/

* {
	margin:0;padding:0;border:0;
	font-family:verdana, times new roman;
}
body {
	background-color : #000000;
	text-align:center;
	}
/*set up wrapper and nav sizes etc */
#wrapper {
	width:780px;height:570px;
	background-color : #E3E3E8;
	background-image :url(../images/bg.gif);
	background-repeat :repeat-y;
}
#header {
	width:780px;
	height: 90px;
	background-image: url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	position:relative;
	}
#header img {
	float:left;margin-top:10px;margin-left:10px;
}
#header p {
	float:right;margin-top:10px;margin-right:10px;
}
#nav {
font-size:12px;
	}

/* list styling */

#nav li {
	padding: 5px 5px 0 0;
	list-style-type : none;
}
#nametext {
	position:absolute;
	right:40px;
	bottom:20px;
	color:#003C78;
	font-size:15px;
	font-weight:bold;
}
/*content styling*/
#content {
	margin-top:10px;
	width:780px;
	height:465px;
	}
#left{
	width:640px;
	float:left;
	margin-left:4px;
	text-align:left;
	background-color : #CCCCCC;
	height:452px;
}
#textpanel {
	padding:8px;
	}
	img.right {
	float:right;margin-left:5px;
	}
	img.left {
	float:left;margin-right:5px;
	}
#left img {
	}
#right {
	width:110px;
	float:right;
	margin-right:4px;
	text-align:left;
	padding-left:5px;
	background-color : #B3B4D1;
	height:452px;
	}
#right img {
	margin-left:2px;}
#rightpanel {
	position:absolute;
	top:287px;
	}
/* footer styles */

#footer {
	width:780px;
	height:40px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	color: #4D4D4D;
	position:relative;
}
#leftfooter {
	position:absolute;
	left:10px;
	bottom:8px;
}
#rightfooter {
	position:absolute;
	right:10px;
	bottom:8px;
}
#centerfooter {
	margin-top:4px;padding-top:15px;
	}
#centerfooter img {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
	}

/* typography */
html {
	font-size:10px;
	color: #000000;
}
.lessmith {
	font-weight:bold;
	font-family:arial;
	color:#003C78;
}
h1 {
	font-size:20px;
	color:#000000;
	padding:10px 0 10px 0;
}
p {
	padding:0 0 10px 0;
	line-height: 100%;
}
.medium {
	font-size:10px;
	color:#003C78;
}	
.large {
	font-size:12px;
	color:#000000;
}	

h2 {
	font-size:14px;
	color:#000000;
}	

/*link styles*/
 a.links {text-decoration:underline;color:#000000;}
 a.links:hover {text-decoration:none;color:#FF6347;}
 a.nav {color:#000000;font-weight: bold;text-decoration:none;}
 a.nav:hover {color: #FF6347;font-weight: bold;text-decoration:none;}
 a.navat {color: #FFFFFF;font-weight: bold;text-decoration:none;}
 a.navat:hover {color: #FF6347;font-weight: bold;text-decoration:none;}
.linkimage {
	border:0px;
	}