body {  
font-family: verdana, sans-serif;
font-size: 11px;
color: #333333;
margin: 0;
padding: 0;
background: #333333
}
	
#container {
width: 697px;
background-image: url(images/background.gif);
background-repeat: repeat-y
\width: 697px;
w\idth: 697px;
margin-left: auto;
margin-right: auto;
padding: 0px;
}

#banner {
padding: 0px;
margin: 0px;
background-image: url(images/logo_test.gif);
background-repeat: no-repeat;
height: 13px;
}
			 
#content {
padding: 8px;
margin-left: 160px;
}

#sidebar-a {
float: left;
width: 161px;
\width: 161px;
w\idth: 161px;
margin: 0;
padding: 0;
}

#footer {
clear: both;
padding: 0px;
margin-top: 0px;
background-image: url(images/footer.gif);
background-repeat: no-repeat;
height: 37px;
}

#navcontainer { width: 141px; 
padding: 0px;
}
#navcontainer { margin-left: 1px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a
{
display: block;
padding: 2px 10px;
width: 141px;
color: #fff;
background-color: #3D5C83;
text-decoration: none;
}

#navcontainer a:hover
{
color: #fff;
background-color: #69C;
text-decoration: none;
}

#navcontainer ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul a
{
display: block;
padding: 2px 3px 2px 30px;
width: 128px;
color: #fff;
background-color: #4D76A8;
text-decoration: none;
}

#navcontainer ul ul a:hover
{
color: #fff;
background-color: #69C;
text-decoration: none;
}

a:link		{color: #ff3300; text-decoration: underline;}
a:active	{color: #ff3300; text-decoration: underline;}
a:visited	{color: #ff3300; text-decoration: underline;}
a:hover		{color: #ff9966; text-decoration: none}

.h3 {
font-size: 13px;
font-weight: bold;
color: #333;
text-transform: uppercase;
}

.border { 
border: #4D76A8 1px dotted;
background: #E2E9F1;
}

.b_border { 
border-bottom: #4D76A8 1px dotted;
}

.red { 
color: #CC3300;
}

.redh3 {
color: #CC3300;
text-transform: uppercase;
text-decoration: underline;
text-align: center;
font-weight: bolder;
}

.indent	{
padding-left: 18px;
}

.center	{
text-align: center
}