body {
	background-color: #f2f7fa;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
}
.textEmphasis {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
h1, .header2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0099cc;
}
.paddedContent a:link, .paddedContent a:visited, dl a:link, dl a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0099cc;
}
dd {
	margin-bottom: 20px;
}
#content {
	width: 744px;
	margin: 0 auto;
	border: 3px solid #FFFFFF;
	text-align: left;
	background-color: #F8F7EE;
}
#innerContent {
	background-color: #f8f7ee;
	border-top: 3px solid #FFFFFF;
}
#rightColumn {
	float:right;
	width:162px;
	background-color: #F8F7EE;
	clear: right;
}
#leftColumn {
	float: left;
	width: 582px;
	background-color: #ffffff;
	clear: left;
}
#innerContent:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #innerContent {height: 1%;}
/* End hide from IE-mac */

#header {
	height: 83px;
	background-image: url(../images/bgtop11.jpg);
	background-repeat: repeat-x;
}
#header #nav {
	float: right;
	position: relative;
	top: 50px;
	padding-right: 10px;
}
#header #nav a:link, #header #nav span {
	/*float: left;
	display: block;*/
}
#header #nav a:hover {
	border-bottom: 3px solid #FFFFFF;
}
#header #logo {
	float: left;
}
#footer {
	width: 740px;
	margin:  3px auto;
	padding: 5px;
	text-align: left;
	color: #999999;
	background-color: #ffffff;
	font-size: 10px;
	background-image: url(../images/bgcorner.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#footer a:link, #footer a:visited {
	color: #999999;
}
#footer a:hover {
	color: #4f89ad;
}
#mainCallout {
	border-bottom: 3px solid #FFFFFF;
	border-top:  3px solid #FFFFFF;
}
#pods {
	background-image: url(../images/bgbottomRow.jpg);
	background-repeat: repeat-x;
	background-color: #f3fafd;
	padding: 0;
	margin: 0;
}
.pod {
	float: left;
	padding: 10px;
}
.podSpacer {
	width: 12px;
	float: left;
}
.podNav {
	text-align: right;
	margin-top: 10px;
	width: 218px;
}
.podContent {
	height: 94px;
	width: 218px;
}
.pod a:link, .pod a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0099cc;
	text-decoration: none;
}
.pod a:hover {
	color: #ff6633;
}
.metaInfo {
	font-size: 10px;
	color: #999999;
}
#licensedName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.phantom {
	clear: both;
}
#rightMenu {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
#rightMenu li {
	/*display: block;*/
	width: 152px;
	padding: 0;
	margin: 0;
}
#rightMenu a:link, #rightMenu a:visited {
	display: block;
	padding: 3px 3px 3px 6px;
	width: 143px;
	border-bottom: 1px dotted #999999;
	text-decoration: none;
	color: #666666;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	text-transform:uppercase;
}
#rightMenu .header {
	margin-top: 5px;
	padding: 3px;
	border-bottom: 1px solid #666666;
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-transform:uppercase;
	background-color: #7fbbe0;
}
#rightMenu a:hover {
	background-color: #e1f6ff;
}
#rightMenu .selected {
	border-bottom: 1px solid #666666;
	background-color: #c6e5f2;
	color: #333333;
}
.rightCallout {
	margin: 10px;
}
.paddedContent {
	padding-left: 15px;
}
#assets {
	float: right;
	margin: 20px 0 20px 20px;
	width: 200px;
	font-size: 10px;
}
#assets img {
	margin-bottom: 5px;
}
.grid td {
	border-bottom: 1px solid #cccccc;
}