form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #231F20;
	background: #FFFFFF; 
}

#page
{
	margin: 0 auto;
	text-align: left;
	width: 1024px;
}

a           
{   
    color: #012D6A;
    font-weight: normal;
	text-decoration: underline;
}
a:hover { text-decoration: underline; } 

h1,h2,h3,h4,h5,h6
{
	font-size: 18px;	
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
}

#header 
{
	background: url(images/header.jpg) repeat-x top left;
	font-size: 11px;
}
#header input
{
	font-size: 11px;
}
.toplink
{
	font-size: 12px;
	color: #000;
}

#Code { width: 148px; }

#leftSide { background: #B6121B; }

#topNav
{
	background: url(images/navBar.jpg) no-repeat top left;
	height: 28;
	line-height: 28px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	text-decoration: none;
	text-align: left;
}
#topNav a
{
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	padding: 0px 30px;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #aaa;
	text-decoration: none;
}

#mainText
{
	font-weight: normal;
	margin: 10px 20px;
	text-align: left;
}

.box, .boxSm
{
	background: url(images/box.jpg) 0px 40px no-repeat;
	padding: 0px 0px 0px 0px;
	width: 277px;
	overflow: hidden;
}
.box:hover
{
	background: url(images/boxRed.jpg) 0px 40px no-repeat;
	cursor: pointer;
}
.box h1, .boxSm h1
{
	background: url(images/titleBar.jpg) top left no-repeat;
	padding: 0px 0px 0px 0px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
.boxText, .boxTextSm
{
	font-weight: normal;
	margin: 10px 20px 10px 15px;
	text-align: left;	
	min-height: 150px;
}
.boxSm
{
	background: url(images/boxSm.jpg) 0px 40px no-repeat;
	width: 152px;
}
.boxSm h1
{
	background: url(images/titleBarSm.jpg) top left no-repeat;
}

#footer, #footer a
{
	text-align: center;
	color: #000;
	font-size: 10px;
	padding: 0px 0px;
	margin: 15px 0px;
}

#copyright
{
	font-weight: normal;
	color: #D0D1D3;
	font-size: 10px;
	margin: 10px 20px;
	text-align: center;
}



/* Logoworks link back */
#linkback, #linkback a
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	padding: 0px 0px;
	margin: 10px 0px;
	text-decoration: none;
	text-align: center;
}

