body {	
	background-color: #365278; 
	text-align:center;
}

body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#main {
    text-align: center;
    margin-left:auto;
	margin-right:auto;
    width:704px;
}
html>body #content  { width:702px; } /*--Mozilla fix--*/

#header {
    border:1px solid #000;
    background-color: #000;
    height:126px;
}

#headerImg {
	float:left;
	border-bottom:1px solid #000;
}

#headerTitle {
	float:right;
	border-bottom:1px solid #000;
}

#ddMenu {
    text-align: left;
    clear:both;
	background-color:#786636;
    line-height:25px;
	border-left:1px solid #000;
    border-right:1px solid #000;
	border-bottom:2px solid #272522;
    width:704px;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#786636',EndColorStr='#554826');
}
html>body #ddMenu  { width:702px; } /*--Mozilla fix--*/

.navigation{
	display:inline;
	padding:3px 27px 4px 35px;
	margin-left:auto;
    margin-right:auto;
}

.navigation a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.menuItem {
    border-bottom: 1px solid black;
    text-indent:5px;
    line-height:25px;
    background-color:#B59A51;
    width:150px;
    filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#B59A51',EndColorStr='#D6BB72');
}

.menuItem a {
   color:#000;
   text-decoration : none;
}

.menuItem a:hover { color:#fff; }

.menuContent {
    border:1px solid #000;
    background-color:#000;
    text-align:left;
}

.menuContainer { 
    text-align:left;
    margin-top:24px;
}
html>body .menuContainer  { margin-top:2px; } /*--Mozilla fix--*/

.fixer { clear:both; }

#content {
	text-align:left;
	border:1px solid #000;
	background: #9FA2B5 url(/lib/img/gradient.gif) repeat-y;
}

#submenu {
	float:left;
	width:170px;
}

.subnav {
	padding-top:25px;
	padding-left:30px;
}

.subnav a {
	color:#282D68;
	font-weight:bold;
	text-decoration:none;
}

.subnav a:hover { color:#fff;}

#mainText {
	float:right;
	width:530px;
	color:#000;
	padding:10px 20px 30px 20px;
	border-left:1px solid #000;
	background: #fff url(../img/main-gradient.gif) repeat-y;
}
html>body #mainText  { width:490px; } /*--Mozilla fix--*/

#mainTextHome {
	color:#000;
	padding:10px 20px 30px 20px;
	background: #fff;
}


.pageTitle {
	font-size: 18px;
    font-weight: bold;
	color: #282D68;
}

.categoryHeading { 
    color:#554826;
    font-weight:bold;
    text-align:left;
    font-size:14px;
}
.trBlue { 
    padding: 0px;
    background-color: #282D68;
    border-bottom: 3px solid #fff;
    height: 3px;
} 
            
#footer {
    clear:both;
    border:1px solid #000;
	font-size:12px;
	background-color:#282D68;
	color:#fff;
	font-weight:bold;
	letter-spacing: 0px;
	padding:8px 0px;
}

.copyright {
	font-size:9px;
	font-weight:normal;
}
   
.blueBoxHeader, .bronzeBoxHeader {
    font-weight: bold;
    font-size: 13px;
    color : #fff;
    padding:5px; 
	margin-left: auto;
    margin-right: auto;
 }
 
.blueBoxHeader {  background : #365278; }
.bronzeBoxHeader { background : #786636; }
 
.blueBox, .bronzeBox { text-align : left;}
.blueBox { background:#9FA2B5; border:1px solid #365278;} 
.bronzeBox { background:#B59A51; border:1px solid #786636;}

.boxContent {    text-align:center;}