@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../imgs/bodybg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
h1	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0066FF;
}
h2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0066FF;
}
body,td,th {
	color: #333333;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #003366;
}
#wrapper {
        background-image: url(../imgs/wrapperbg.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 1056px;
	margin: 0 auto;
}
#title	{
	background-image:	url(../imgs/title.gif);
	background-repeat: no-repeat;
	height: 216px;
	width:1056px;
	margin: 0 auto;
}
#navigation	{
	margin: 0 auto;
	width:1056px;
	height:59px;
}
#body	{
	margin: 0 auto;
	width:1056px;
	height: auto;

}
#modulecontainer	{
	margin: 0 auto;
	width:1026px;
	height: auto;
        clear:both;
}
#moduletop	{
	margin: 0 auto;
	width:1026px;
	background-image:url(../imgs/moduletop.gif);
	height: 13px;
}
#modulebody	{
	margin: 0 auto;
	width:1026px;
	height: 900px;
	background-image:url(../imgs/modulebg.gif);
	background-repeat:repeat-y;
        clear:both;
}
#modulebottom	{
	margin: 0 auto;
	width:1026px;
	height:13px;
	background-image:url(../imgs/modulebottom.gif);
	background-repeat:no-repeat;
        clear:both;
}
#footer	{
	margin: 0 auto;
	width:1056px;
	height:42px;
	background-image:url(../imgs/footer.gif);
	background-repeat:no-repeat;
        clear:both;
}
#spacer	{
	margin: 0 auto;
	width:1056px;
	height:10px;
}
#spacer2	{
	margin: 0 auto;
	width:1056px;
	height:10px;
}
	
#content-left {
    width: 48%;
    margin-left: 15px;
    float: left;
}

#content-right {
    width: 48%;
    margin-left: 15px;
    float: left;
}
