/* CSS Document */

body {
	background-color:#A0A0A0;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.pageSide {
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#012E55;
}

#sub table {
	background-image:url(../images/backgroundSub.jpg);
	background-repeat:repeat-x;
	background-color:#012E55;
}

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 152px; /*WIDTH OF MAIN MENU ITEMS*/
border: 0px solid black;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background-image:url(../images/menuItemBG.jpg);
background-repeat:repeat-y;
font-size:12px;
font-weight:bold;
color: #FFFFFF;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
border-bottom:solid 1px #4a6b86;
}

.glossymenu li a.current{
background-image:url(../images/menuCurrentBG.jpg);
background-repeat:repeat-y;
font-size:12px;
font-weight:bold;
color: #FFFFFF;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
border-bottom:solid 1px #4a6b86;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 120px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 120px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(../images/spacer.gif) no-repeat center right;
}

.glossymenu li a:hover{
background-image: url(../images/menuCurrentBG.jpg);
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */


.topBG {
	background-image:url(../images/contentTopBG.jpg);
	background-repeat:repeat-x;
	width:421px;
}

#content {
	padding-left:27px;
	padding-right:27px;
	background-color:#FFFFFF;
	vertical-align:top;
	width:510px;
}

#content table {
	background-image:none;
	background-color:#FFFFFF;
}

#content p {
	margin-top:0px;
	margin-bottom:10px;
}

#content .header {
	font-size:16px;
	font-weight:bold;
	color:#002e55;
}

#content .iheader {
	font-size:13px;
	font-style:italic;
	color:#002e55;
}

#content .whitetxt {
	font-size:13px;
	color:#ffffff;
}

#content ul {
	margin-left:0px;
	padding-left:15px;
	margin-top:5px;
}

#content hr {
	color:#b6c3cf;
	background-color:#b6c3cf;
	height:2px;
	border:0;
}

#content a {
	text-decoration:underline;
	color:#002e55;	
}

#content a:hover {
	color:#000;
}

.topBG {
	height:21px;
	vertical-align:top;
}

.botomBG {
	height:27px;
	vertical-align:bottom;
}

#menuBG, #menuBG2 {
	width:152px;
	background-image:url(../images/menuBackground.jpg);
	background-repeat:repeat-y;
}

#menuBG2 .contacts {
	padding:10px;
	font-weight:bold;
	color:#002e55;
}

#menuBG2 a {
	text-decoration:underline;
	color:#002e55;
}

#menuBG2 a:hover {
	text-decoration:underline;
	color:#fff;
}

#menu {
	width:152px;
	display:block;
}

#menu td a {
	color:#fff;
	font-weight:bold;
	background-image:url(../images/menuItemBG.jpg);
	padding-left:10px;
	display:block;
	text-decoration:none;
	font-size:12px;
	line-height:22px;
}

#menu td a:hover {
	background-image:url(../images/menuCurrentBG.jpg);
}

#menu td a.current {
	background-image:url(../images/menuCurrentBG.jpg);
}

#menu td a.current:hover {
	background-image:url(../images/menuItemBG.jpg);

}

#hotpj {
	/*old width width:668px; */
	width:1200px;
	background-image:url(../images/footerBG.jpg);
	text-align:right;
	font-size:10px;
	height:19px;
	padding-right:10px;
	color:#002e55;
}

#hotpj a {
	color:#000;
	text-decoration:none;
}

#hotpj a:hover {
	color:#fff;
}

#footer, #footer2 {
	background-image:url(../images/footerMenuBG.jpg);
	background-color:#a6a6a6;
	height:24px;
	text-align:center;
}

#footer a {
	font-size:11px;
	font-weight:bold;
	color:#002e55;
	text-decoration:none;
}

#footer a:hover {
	color:#587690;
}

#sidePanel .panelLink {
	padding-left:32px;
	background-image:url(../images/sidePanelLinkBG.jpg);
	height:22px;
}

#sidePanel a {
	font-weight:bold;
	text-decoration:none;
	color:#002e55;
}

#sidePanel a:hover {
	color:#587690;
}

input, textarea {
 background-color: #CCDEEC;
 border:1px solid #012E55;
}