body { 
	color: white; 
	background-color: #005191; 
	padding:0px;
	margin:0px;
	background-image:url(../images/main-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-family: Trebuchet MS, tahoma, helvetica, sans-serif;
}



p {
	text-align: justify;	
}

td {}

h1 {
	font-size:1.5em;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

ul.type1-ul {
	list-style-image: url(../images/arrow-1.gif);
	padding-bottom: 0pt;
	margin: 0pt;
	padding-top: 0pt;
}
ul.type2-ul {
	list-style-image: url(../images/arrow-2.gif);
	padding-bottom: 0pt;
	margin: 0pt;
	padding-top: 0pt;
}
ul.type3-ul {
	list-style-image: url(../images/arrow-3.gif);
	padding-bottom: 0pt;
	margin: 0pt;
	padding-top: 0pt;
}

.strong {
	font-weight: bold;
}
.larger {
	font-size: 1.4em;
}

.d-blue {
	color: #005191;
}
.m-blue {
	color: #0078bc;
}
.l-blue {
	color: #34b4e3;
}

a:link, a:visited  { 
	color: #0078BC;
	text-decoration:underline;
}

a:hover { 
	color: #28B4E4;
}

a:active { 
	color: #28B4E4;
}

.home-pg-large-text a:link, .home-pg-large-text a:visited  { 
	color: #000000;
	text-decoration:none;
}

.home-pg-large-text a:hover { 
	color: #28B4E4;
	text-decoration:none;
}

.home-pg-large-text a:active { 
	color: #28B4E4;
	text-decoration:none;
}


.shadow-left {
	background-image:url(../images/shadow-left.gif);
	background-repeat:repeat-y;
	background-position:right;
}

.shadow-right {
	background-image:url(../images/shadow-right.gif);
	background-repeat:repeat-y;
	background-position:left;
}

.shadow-left-top {
	background-image:url(../images/shadow-left-top.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

.shadow-right-top {
	background-image:url(../images/shadow-right-top.gif);
	background-repeat:no-repeat;
	background-position:left top;
}




.home-pg-bg {
	background: #ffffff;
	color: #000000;
	background-image:url(../images/homebg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: top;
}

.home-pg-large-text {
	font-size:1.25em;
	margin-left:25px;
	margin-right:25px;
}



.main-body-area { 
	width:879px;
	vertical-align:top;
	table-layout:fixed;
}

.main-content-area {
	background: #ffffff;
}

.main-content-area, .main-content-area-home {
	padding:20px;
	color: #000000;
	padding-top:5px;
	font-size: .8em;
	vertical-align:top;
	border-bottom: solid 1px #d5d5d5;
}

img {
	color: #005192;
	font-size: 1.3em;
}


.top-border {
	border-top:solid 1px #404040;
}


.side-content-area {
	background: #ffffff;
	color: #005191;
	width: 190px;
	padding:25px;
	padding-top:5px;
	border-left: solid 1px #cccccc;
	font-size: .7em;
	vertical-align:top;
	background-image:url(../images/side-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}


.footer {
	background-image:url(../images/footer.gif);
	background-repeat:repeat-x;
	background-position: top;
}

.footer-left {
	background-image:url(../images/footer-left.gif);
	background-repeat:no-repeat;
	background-position: right top;
}

.footer-right {
	background-image:url(../images/footer-right.gif);
	background-repeat:no-repeat;
	background-position: left top;
}

.footer-left-1 {
	background-image:url(../images/footer-left1.gif);
	background-repeat:no-repeat;
	background-position: top left;
}

.footer-right-1 {
	background-image:url(../images/footer-right1.gif);
	background-repeat:no-repeat;
	background-position: top right;
}

.copyright {
	padding-top:10px;
	font-size:.7em;
	color:#cccccc;
}




.menu-area {
	width:618px;
	text-align:right;

}


DROPDOWN MENU STYLES{}


.menu-item {
	background-color: white;
	color: black;
	background-image:url(../images/menu.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	width:96px;
	height:25px;
	vertical-align: middle;
	text-align:center;
	font-size:.8em;
	font-weight:bold;
	cursor:pointer;
	background-color: #D9DAD9;
}

.menu-item-rollover {
	color:#28B4E4;	
	background-image:url(../images/menu-rollover.gif);
}



#MainMenu
{	margin: 0;
	padding: 0;
	padding-left:90px;
	z-index: 30;
	margin:0 auto;
	width:490px;
	white-space:no-wrap;
}

#MainMenu li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size:.8em;
	font-weight:bold;
	line-height:25px;
}


#MainMenu li a:hover {	
	color: #28B4E4;
	background-repeat:no-repeat;
	background-position:bottom center;
}

#MainMenu div, sub-menu
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: white;
	border: 1px solid #5970B2;
}

#MainMenu div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #FEFEFE;
	color: #000000;
}

#MainMenu div a:hover, submenu-rollover {
	color: #28B4E4;
}

input.text, select.text{
	padding:3px 3px 3px 3px;
	border-width:2px;
	border-top-width:2px;
	border-bottom-width:2px;
	border-left-width:2px;
	border-right-width:2px;
	border:1px solid #b5b4b8; /** #BEBEBE #7b9ebd **/
	background-color:#FFFFFF;
    font-size: 12px;
}
input.text_error{
	padding:3px 3px 3px 3px;
	border-width:2px;
	border-top-width:2px;
	border-bottom-width:2px;
	border-left-width:2px;
	border-right-width:2px;
	border:1px solid red;
	background-color: #ffffe1;
	background-image: url(../images/alert_small.gif);
	background-repeat:no-repeat;
	background-position:top right;
    font-size: 12px;
}
