﻿html,
body
{
    margin:0px;
    padding:0px;
	width:100%;
    height:100%;
   /* background-color: #333333;*/
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
	background-image:url('/images/bg_repeat.jpg');
	background-position:center;
	background-repeat:repeat-y;
	background-color:#a4a6a4;
}
form
{
    height:100%;
	width:100%;
    /*background-image: url('/images/bgBodyTop.jpg');
    background-position: center top;
    background-repeat: no-repeat;*/
}
#jis
{
	width:100%;
	height:100%;
}
#navTitle
{
 	text-align:right;
	font-size:16px;
	font-weight:bold;
	color:#FFF;	
}
a:link,
a:visited
{  
    color: #005158; 
    text-decoration: underline;
}
a:hover
{
    color: #0052b8; 
    text-decoration: underline;
}
hr
{
    color: #7792b1;
    background: #7792b1;
    height: 2px;
    border: 0px;
}

.homepageRotators
{}
.HomeEventRotator
{
	margin:35px 5px;
	}
.EvName
{
	color:#7fedff;
	}
.EvDate
{}
.EvImg
{
	width:115px;
	}
.EvDescription
{}
.EvLink
{
	display:block;
	text-align:right;
	}

.HomeNewsRotator
{
	margin:35px 5px;
	}
.NwTitle
{
	color:#7fedff;
	}
.NwDate
{}
.NwImg
{
	width:115px;
	}
.NwDescription
{}
.NwLink
{
	display:block;
	text-align:right;
	}


.blueBG
{
    width: 179px;
    color: #ffffff;
    padding: 28px 12px 12px 12px;
}
.blueBG hr
{
    color: #153759;
    background: #153759;
    height: 1px;
    border: 0px;
    margin: 2px 0px 2px 0px;
    padding: 0px;
}
.blueBG a:link, .blueBG a:visited
{
    color: #7fedff;
    text-decoration: none;
}
.blueBG a:hover
{
    color: #7fedff;
    text-decoration: underline;
}
.footer a:link,
.footer a:visited
{  
    color: #5697e7; 
    text-decoration: none;
}
.footer a:hover
{
    color: #5697e7; 
    text-decoration: underline;
}
h1
{
    color: #003358;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial Black;
    margin-top: 2px;
}
h2
{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    margin-top: 2px;
}

em{
    font-style: normal;
    color: #003358;
    font-weight: bold;
}
.box
{
    border: #003358 1px solid;
}
.field
{
    border: #000000 1px solid;
    font-size: 11px;
    font-weight: normal;
    font-family: verdana, arial, helvetica;
    background-color: #E6E8FA;
}
.menu
{
    /*background-image: url('/images/trans.gif');
    border: 0px;
    font-size: 10px;
    line-height: 10px;
    font-weight : bold;
    color: #ffffff;
    padding: 0px 0px 0px 0px;*/
}
#menus div
{
    margin: 9px 0px 4px 0px;
    position: absolute;
}
.navOut
{
    /*padding: 4px 9px 4px 0px;
    background: url('/images/menuBg.png') repeat-y right;
    color: #ffffff;
    white-space: nowrap;*/
}
.navOver
{
   /* padding: 4px 9px 4px 0px;
    background: url('/images/menuBgOver.png') repeat-y right;
    color: #8afffe;
    white-space: nowrap;*/
}
.branch
{
    padding-left: 12px;
    background-image: url('/images/branch.gif');
    background-repeat: no-repeat;
    background-position: left top;
}
.content
{
  padding: 12px;
	text-align:justify;
	height:100%;
}
ul.em
{
	margin: 12px 0px;
	padding: 0px 0px 0px 12px;
}
ul.em li
{
	list-style-type: none;
	background: url('/images/bullet.png') no-repeat top left;
	margin: 0px 0px 12px 0px;
	padding-left: 24px;
}

.errormsg
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #DD0000;
    FONT-FAMILY: verdana, arial, helvetica
}

.confirmmsg
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #009900;
    FONT-FAMILY: verdana, arial, helvetica
}

.button
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: verdana, arial, helvetica;
    background-color: #5D92B1;
	cursor: pointer
}

/*------------------------------*/
/*----- edits -----*/
/*------------------------------*/
.pageWhole
{
	width:100%; 
	height:100%;
	background-image: url('/images/bg.jpg'); 
	background-position:center; 
	background-position:top; 
	background-repeat:no-repeat;
	vertical-align:top;
	position:absolute;
}
.pageWrap
{
	width:844px;
	background-image: url('/images/bgContent.gif');
	background-repeat: repeat-y;
	margin:0 auto;
}
.pageHeader
{
	background-image: url('/images/bgSideBar.jpg');
	background-repeat:no-repeat;
	background-position:left 266px;
	vertical-align:top;
}
.pageContent
{
	clear:both;
	float:left;
	width:100%;
	vertical-align:top;
	text-align:left;
}
.pageLeft
{
    width: 179px;
    color: #ffffff;
    padding: 28px 12px 12px 12px;
    clear:both;
    float:left;
    vertical-align:top;
}
.pageLeft hr
{
    color: #153759;
    background: #153759;
    height: 1px;
    border: 0px;
    margin: 2px 0px 2px 0px;
    padding: 0px;
}
.pageLeft a:link, .pageLeft a:visited
{
    color: #7fedff;
    text-decoration: none;
}
.pageLeft a:hover
{
    color: #7fedff;
    text-decoration: underline;
}
.pageRight
{
	float:right;
	width:635px;
	text-align:left;
}
