body {
		text-align:center;
		background:#FFFFFF url(/artman2/gfx/bg.jpg) repeat;
		margin:0;
		padding:0;
		}

#wrapper {
		width:760px;
		background-color:#fff;
		position:static;
		margin-right:auto;
		margin-left:auto;
		text-align:left;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		background-image:url(/artman2/gfx/body_bg.jpg);
		background-repeat:repeat;
		}

#mainContainer {
		width:758px;
		position:static;
		margin-right:auto;
		margin-left:auto;
		}


#header {
		width:758px;
		height:166px;
		float:left;
		border-bottom:solid 1px #fff;
		background-image:url(/artman2/gfx/header_bg.jpg);
		background-repeat:repeat;
		}

#logo {
		height:166px;
		width:190px;
		border-right:none;
		float:left;
		}
		
#hero {
		height:166px;
		width:350px;
		float:right;
		}
		
#secnav {	
		width:758px;
		height:30px;
		background-image:url(/artman2/gfx/sec_nav_bg.jpg);
		background-repeat:repeat;
		float:left;
		text-align:right;
		overflow:hidden;
		border-bottom:solid 1px #fff;
		}

#secnav P {
		font-size:10px;
		color:#fff;
		margin-right:10px;
		margin-bottom:15px;
		margin-top:10px;
		}

#secnav a:link {
		text-decoration:none;
		color:#fff;
		}

#secnav a:visited {
		text-decoration:none;
		color:#fff;
		}

#secnav a:hover {
		text-decoration:underline;
		color:#fff;
		}

#secnav a:active {
		text-decoration:underline;
		color:#fff;
		}

#search {
		width:170px;
		height:43px;
		padding:5px 5px;
		float:left;
		}

#leftcol {
		width:196px;
		float:left;
		height:100%;
		background-color:#fff;
		background-image:url(/artman2/gfx/side_bg.jpg);
		background-repeat:repeat;
		}
		
#navcontainer {
		width:190px;
		padding:0;
		overflow:hidden;
		font-size:11px;
		font-weight:bold;
		color:fff;
		}

#navcontainer ul {
		list-style:none;
		margin:0;
		padding:0;
		border:none;
		}

#navcontainer li {
		line-height:30px;
		border-bottom:1px solid #fff;
		}

#navcontainer li a {
		display:block;
		width:191px;
		height:30px;
		background-image:url(/artman2/gfx/nav_bg.jpg);
		padding:0px 0px 0px 15px;
		background-color:transparent;
		color:#fff;
		text-decoration: none;
		width: 100%;
		}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover {
		text-decoration:none;
		color: #fff;
		background-image:url(/artman2/gfx/nav_bg_over.jpg);
		}

#navbase {
		width:196px;
		height:56px;
		float:left;
		background-image:url(/artman2/gfx/side_bg.jpg);
		background-repeat:repeat;
		padding:0;
		margin:0;
		}
		
#rightcol {
		width:562px;
		float:right;
		background-color:#fff;
		background-image:url(/artman2/gfx/body_shadow.jpg);
		background-repeat:no-repeat;
		}
		
#content {
		width:522px;
		padding:0;
		margin:20px 20px 60px 20px;
		background-color:#fff;
		}

#content h1 {
		font-size:18px;
		line-height:28px;
		font-weight:bold;
		color:#00529b;
		}
		
#content h1 a {
		text-decoration:none;
		color:#00529b;
		}

#content h1 a:hover {
		text-decoration:underline;
		color:#00529b;
		}
		
#content h2 {
		font-size:14px;
		font-weight:bold;
		line-height:24px;
		color:#3580c5;
		padding-top:15px;
		border-bottom:1px #3580c5 solid;
		padding-bottom:5px;
		}

#content h2 a {
		padding:0;
		margin:0;
		text-decoration:none;
		color:#3580c5;
		}

#content h2 a:hover {
		text-decoration:underline;
		color:#3580c5;
		}
			
#content h3 {
		font-size:14px;
		font-weight:bold;
		line-height:24px;
		color:#3580c5;
		padding-top:15px;
		}

#content h4 {
		font-size:12px;
		line-height:20px;
		font-weight:bold;
		color:#3580c5;
		border-bottom:1px #3580c5 dashed;
		padding-bottom:5px;
		}

#content P {
		font-size:11px;
		color:#333;
		line-height:18px;
		}

#content P a {
		color:#3580c5;
		text-decoration:none;
		}
		
#content P a:hover, a:active{
		text-decoration:underline;
		}

#content blockquote {
		background:#eee;
		margin-top:15px;
		margin-bottom:15px;
		padding-left:15px;
		padding-right:15px;
		padding-top:5px;
		padding-bottom:2px;
		}
		
#content ul {
		list-style:square;
		margin-top:0;
		padding-top:0;
		}

#content li {
		line-height:18px;
		color:#333;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		}

#content li a {
		color:#3580c5;
		text-decoration: none;
		}

#content li a:hover, a:active {
		text-decoration:underline;
		}

#content table {
		font-size:10px;
		color:#333;
		line-height:18px;
		}
#content img {
  border:0px;
}

#footer {
		clear: both;
		width:758px;
		border-top:solid 1px #fff;
		background-image:url(/artman2/gfx/footer_bg.jpg);
		background-repeat:repeat;
		text-align: right;
		overflow:hidden;
		}

#footer P {
		font-size:10px;
		line-height:18px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#fff;
		margin-top:10px;
		margin-bottom:10px;
		margin-right:20px;
		}

#footer P a {
		color:#fff;
		text-decoration:none;
		}
		
#footer P a:hover, a:active{
		text-decoration:underline;
		}

#legal {
		width:300px;
		float:left;
		text-align:left;
		margin-left:20px;
		}



#credit {
		width:300px;
		float:right;
		}
		
.defaultTable{
		background:#eee;
		margin-top:30px;
		margin-bottom:30px;
		padding-left:15px;
		padding-right:15px;
		padding-top:5px;
		padding-bottom:5px;
}

#textroll {
    width:450px;
	height:200px;
	margin-top:20px;
 }