@charset "utf-8";
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #FFFFFF;
	margin:0px;
}
 /* Default link colors */
a:link		{ color: #124d9a; text-decoration: underline }

a:visited	{ color: #124d9a; text-decoration: underline }

a:active	{ color: #124d9a; text-decoration: underline }

a:hover		{ color: #696969; text-decoration: underline }

#table_wrapper {
	border-right:1px #999999 dashed;
	border-left:1px #999999 dashed;
}
#list-menu {
width: 200px;
/* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu ul {
margin: 0; 
padding: 0;
list-style-type:none;
font-family: verdana, arial, sanf-serif;
font-size: 10px; 
} 
#list-menu li {
margin: 2px 0 0;
} 
#list-menu a {
display: block;
width:200px;
padding: 2px 2px 2px 10px;
border-bottom: 1px dashed #0066CC;
text-decoration: none; /*lets remove the link underlines*/
} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border-bottom: 1px dashed #CCCCCC;
background:#DFE9F9;
color: #124d9a;
} 

.content_section {
background-color:#F5F5F5; border:1px #bddcf0 dashed; padding:10px; margin-bottom:25px;
}

h1 {
	padding:0px;
	margin:0px;
	margin-bottom:7px;
	margin-top: 0px;
	color:#d82121;
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
}
h2 {
	padding:0px;
	margin:0px;
	margin-bottom:3px;
	color:#7b7b7b;
	font-size:16px;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}
p {
	margin:0px;
	padding:0px;
}
.paras {
	margin-left:5px;
}
.small_text {
	font-size:10px;
}
#wrapper {
	background-color:#FFFFFF;
	border:1px #1b1b1b solid;
}
#main {

}
#footer {
	height:23px;
	width:100%;
	background-color:#FFFFFF;
	padding-top:15px;
	padding-left:10px;
	font-size:10px;
}
.menu {
	background-image:url(../SpryAssets/sect_1_menu_bg.jpg);
}
.images {
	border:1px #124d9a solid;
}