BODY {
	background-color : 4381AE;
	font-size : 12;
	font-family : sans-serif;
	color: 000000;
	line-height : normal;
}

A:link		{text-decoration: none; color : 3c98e5;}
A:visited	{text-decoration: none; color : 3c98e5;}
A:hover		{text-decoration: underline; color : 002C62;}

A:link.nav	{text-decoration: none; color : FFFFFF;}
A:visited.nav	{text-decoration: none; color : FFFFFF;}
A:hover.nav	{text-decoration: underline; color : FFFFFF;}

A.prod		{font-size: 1.2em; font-weight: bold;}

A.acmenu	{font-size: 1.4em; font-weight: bold;} 

UL.prodlist	{
	margin-left: 0;
	padding: 15;
	list-style-type: none;
}

IMG	{border: 0;}
IMG.col {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:3px; border-thickness:3px; border-color: #002C62; border-style: solid;
}

H1 		{font-size: 1.4em; font-weight: bold;} 
SPAN.hdn	{color: 4381AE; font-size: 0.5em;}



LI		{margin-bottom : 0.5em;}

#wrapper {
	width: 800px;
}

#header {
	height: 80px;
}

#navigation {
	background: #002C62;
	background-image: url('top-cap.gif');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 8px 10px;
	color: ffffff;
	text-align:right;
	font-size: 1.4em;
	font-weight: bold;
}

#title {
	background: #5e91b8;
	background-image: url('small-bar-bg.gif');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 5px 10px;
	color: ffffff;
	font-size: 1.4em;
	font-weight: bold;
}


#columns {
	float: left;
	background-color: bbd9e9;
	background-image: url('side-diag-bg.gif');
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 35px;

}


#content {
    float: left;
    width: 505px !important; /*moz width*/
    width: 515px; /*IE width*/
    padding: 5px;
    color: #000000;
    min-height: 450px;
}

#rcolumn {
	float: left;
	width: 236px !important; /*moz width*/
	width: 250px; /*IE width*/
	padding: 7px;
	color: 0b3352;
}

#mainimg {
	text-align: center;
}

#colimg {
	border: 5px;
	border-color: 294368;
}

#footer {
	clear: both;
	background: #002C62;
	background-image: url('bottom-cap.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 35px;
	width: 800px;
}


#frontcol 	{
		float: left;
}


#photodiv	{
		float: left;
		width: 505px;
		height: 303px;
		background-repeat:no-repeat;
}

#frontr		{
		float: left;
		width: 295;
		height: 303px;
}

#frontfoot {
	clear: both;
	background: #002C62;
	background-image: url('bottom-cap.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 100px;
	width: 800px;
	color: ffffff;
	text-align:right;
	font-size: 1.4em;
	font-weight: bold;
}


#copyright {
	text-align: right;
	padding: 5px;
	
}


#menu	{
	margin-left: 0;
	padding: 0;
	list-style-type: none;
}


#myTree .menuTree:before {
content: "[+] ";
}

#myTree .expanded:before {
content: "[-] ";
}

#myTree .collapsed {
display: none;
}
