body {
	margin : 0px;
}

body, td {
	font-family : tahoma, arial, helvetica, sans-serif;
	font-size : 10pt;
	color : #70858F;
    line-height : 15pt;
}

img {
	border : none;
}

a {
	color : #9DB936;
}

#container {
	width : 782px;
}

#sideLines {
	border-left : 1px solid #ddd;
	border-right : 1px solid #ddd;
}

#headerBar {
	height : 30px;
	background : #B0B6BB url(/images/layout/header_bg.jpg) repeat-x center center;
	text-align : right;
	line-height : 30px;
	padding : 0px 30px;
}

#headerBar a, #footer a {
	color : #fff;
	text-decoration : none;
}

#headerBar a:hover, #footer a:hover {
	text-decoration : underline;
}

#nav {
	height : 59px;
	background : #6680A9 url(/images/layout/nav_bg.jpg) repeat-x;
	border-top : 6px solid #AFCE3D;
	border-bottom : 6px solid #F8C832;
}

#nav a {
	padding : 0px 12px;
}

#contentTable {
	margin : 20px 0px;
}

#subnav {
	width : 245px;
	border-right : 1px dotted #046CB6;
}

#subnav a {
	display : block;
	padding-left : 10px;
	margin-left : 30px;
	color : #9DB936;
	line-height : 16pt;
}

#subnav a:hover {
	background : url(/images/layout/subnav_bg.gif) no-repeat left center;
}

#content {
	width : 545px;
}

.contentPadding {
	padding : 0px 35px;
}

h1 {
	margin : 0px;
	margin-bottom : 5px;
	color : #556A93;
	font-weight : normal;
	font-size : 16pt;
}

h2 {
	color : #003366;
	font-weight : heavy;
	font-size : 10pt;
}

#footer {
	border-top : 6px solid #F8C832;
	height : 32px;
	background : #B0B6BB url(/images/layout/header_bg.jpg) repeat-x center center;
	padding : 0px 30px;
	line-height : 32px;
	color : #fff;
}

div.sidebar {
	background-color : #556A93;
	border : 3px solid #A9B1B7;
	padding : 5px;
	font-size : 8pt;
	color : #fff;
}

.small {
	font-size : 8pt;
	color : #556A93;
	font-style: italic;
}

.spaced li {
	margin-bottom : 10px;
}


/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:300px; width:600px;}
#simplemodal-container a.modalCloseImg {background:url(/images/icons/x.png) no-repeat; width:16px; height:16px; display:inline; z-index:3200; position:absolute; top:15px; right:30px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}

#simplemodal-container .closeLink {
	float : right;
	margin-right : 10px;
}