/* CSS Document */

body {
	font-family:"Comic Sans MS", Verdana, Arial;
	font-size:13px;
	color:#282828;
	margin:0px;
	padding:0px;
	background-color:#CCCCCC;
}
a {
	color:#DC3BB1;
	text-decoration:none;
	}
	
a:hover {
	color:#000;
	text-decoration:underline;
	}


/* 778 px widh  + 1px left & 1px right border == 780px;*/
#wrapper{
	width:778px;
	border:1px solid #FDC6FF;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
}

.header {
	width:778px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	height:212px;
}

.call {
	color:#DC3BB1;
	float:right;
	text-align:right;
	font-size:16px;
	font-weight:600;
	margin:55px 5px 0px 0px;
}

.topnav {
	width:778px;
	padding:0px;
	margin:0px;
	border:0px solid black;
	}
	
.topnav ul {
	font-size:14px;
	width:778px;
	float:left;
	color:#D30E9E;
	margin:0px;
	padding:0px;
	background-image:url(../images/nevg_bg.gif);
	background-repeat:repeat-x;
}

.topnav li {
	float:left;
	list-style-type:none;
	text-align:center;
	height:27px;
	margin:0px;
	padding:0px;
}

.topnav li a {
	width:128px;
	display:block;
	padding-top:3px;
	color:#D30E9E;
	font-weight:800;
	text-decoration:none;
}

.topnav li a:hover {
	padding-top:5px;
	height:22px;
	color:#D30E9E;
	text-decoration:none;
	background-image:url(../images/nevg_bg_hover.gif);
	background-repeat:repeat-x;
}	

/*main centeral div ( in tis encl. left img div, middle text div & right images div) */
#maincontain {
	width:778px;
	margin:0px;
	padding:0px;
	border:0px solid red;
}

.left_col {
	float:left;
	padding:0px;
	margin:0px;
	width:186px;
	background-color:#FEE6FF;
	border: 0px solid #FDC6FF;
}

img.imgleft {
	text-align:center;
	/*padding:18px 0px 18px 0px; */
	border-bottom:1px solid #FDC6FF;
}	

/*total widh of middle col = 405 + 13 + 13 = 431*/
.middle_col {
	padding:0px 20px 0px 20px;
	float:left;
	width:389px;
	margin:0px;
	border-left: 1px solid #FDC6FF;
	border-right: 1px solid #FDC6FF;
}

.middle_col ul {
	color:#D30E9E;
	/*margin:0px;
	padding:0px;*/
}

.middle_col li {
	list-style-type:none;
	text-align:left;
	background-image: url(../images/bullet.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding-left:20px;
	/*height:27px;
	padding:0px;*/
	margin:0px;
}

.pagetitle {
	text-align:left;
	font-size:16px;
	color:#DC3BB1;
	font-weight:800;
	padding:5px 0px 0px 0px;
}

.middle_col p {
	padding-top:8px;
	margin:0px;
	text-align:justify;
}

.inner_left {
	width:120px;
	float:left;
	text-align:left;
}
	
.inner_right  {
	padding:3px 0px 5px 10px;
	width:250px;
	float:left;
	text-align:left;
}	

/*totol width of right col = 160 + 1px div border + 1px main border = 162px */
.right_col {
	float:left;
	width:161px;
	background-color:#FEE6FF;
	/*border-left: 1px solid #FDC6FF;*/
	}
	
img.imgright {
	/*text-align:center;*/
	padding:6px 0px 6px 0px; 
	border-bottom:1px solid #FDC6FF;
}	


#Footer {
clear:both;
width:778px;
color:#E885ED;
}

.botlink {
	width:778px;
	border-top:1px solid #FDC6FF;
	border-bottom:1px solid #FDC6FF;
	height:30px;
	padding:0px;
	margin:0px;
	background-color:#FEE6FF;
	}

.botlink ul {
	float:left;
	width:780px;
	font-size:13px;
	margin:0px;
	text-align:center;

}
.botlink li {
	float:left;
	list-style-type:none;
	height:18px;
	margin:0px;
	padding-top:5px;
}

.botlink li a {
	display:block;
	width:120px;
	margin:0px;
	padding:0px; 
	text-decoration:none;
}

.botlink li a:hover {
	padding:0px;
	text-decoration:underline;
}

p.footer {
	font-size:12px;
	padding:5px 3px 3px 5px;
	margin:0px;
}
.subhead {
	font-size:14px;
	color:#000;
	font-weight:bold;
}