body {
	font-family: a,"lucida grande",arial,helvetica,sans-serif;
}

img {
	border: none;
}

table {
	font-family: a,"lucida grande",arial,helvetica,sans-serif;
	font-size: 90%;
}

a:link { 
	color: black; 
	text-decoration: none; 
}

a:visited {
	color: black;
	text-decoration: none;

}

a:hover { 
	color: #333; 
	background-color: #666; 
	text-decoration: none; 
}

a.attention:link, a.attention:visited { 
	color: #900; 
}

a.attention:hover { 
	color: #fff; 
}

.nohover a:hover { background-color: transparent; }

.menuleft { 
	font-family: a,"lucida grande",arial,helvetica,sans-serif;
	font-size: xx-small;
	position: absolute;
	top: 130px;
	left: 35px;
}

.menuright { 
	font-family: a,"lucida grande",arial,helvetica,sans-serif;
	position: absolute;
	top: 130px;
	left: 780px;
}

.logo {
	position: absolute;
	top: 10px;
	left: 330px;	
}
.content {
	font-family: a,"lucida grande",arial,helvetica,sans-serif;
	font-size: 90%;
	position: absolute;
	top: 150px;
	left: 330px;
	width: 430px;
	height: 100%;
}
.description {
	font-family: a,"lucida grande",arial,helvetica,sans-serif;
	font-size: 90%;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 280px;
}

.description2 {
        font-family: a,"lucida grande",arial,helvetica,sans-serif;
        font-size: 90%;
        position: absolute;
        top: 10px;
        left: 750px;
        width: 280px;
}

.footer {
	font-family: a,"lucida grande",arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 90%;
	position: absolute;
	top: 85px;
	left: 480px;
	width: 320px;

}

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h5 
{ 
	background: transparent url(../image/dropshadowbox12.jpg) no-repeat bottom right; 
} 

.cssbox 
{ 
	width: 285px !important; /* intended total box width - padding-right(next) */ 
	width: 270px; /* IE Win = width - padding */ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 0px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head 
{ 
	background-position: top right; 
	margin-right: -15px; /* pull the right image over on top of border */ 
	padding-right: 40px; /* right-image-gap + right-inside padding */ 
	font-size: small;
} 

.cssbox_head a:link { 
	color: white; 
	text-decoration: none; 
}

.cssbox_head a:visited {
	color: white;
	text-decoration: none;
}

.cssbox_head a:hover { 
	color: gray; 
	background-color: #666; 
	text-decoration: none; 
}

/* set the top-left image */ 
.cssbox_head h5 
{ 
	font-size: 85%;
	color: #ffffff; 
	background-position: top left; 
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 25px 0 15px 20px; /* padding-left = image gap + interior padding ... no padding-right */ 
	height: auto !important; 
	height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body 
{
	background-position: bottom left; 
	margin-right: 25px; /* interior-padding right */ 
	padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */ 
} 
