/* CSS Document */

body {
	margin: 0px;
}

body, p, li, td, h1, h2, h3, h4	{
	font-family: verdana, arial, sans-serif;
	color: #003366;
}

body, p, li, td {
	font-size: 12px;
}

h1 {
	font-size: 16px;
	color : #12487d;
	text-transform: uppercase;
	border-bottom: 1px solid;
	width: 100%;
}

h2 {
	font-size: 14px;
	color: #AA232F;
}

h3 {
	font-size: 15px;
	color : #12487d;
	margin-bottom: 0px;
}

h4 {
	font-size: 15px;

}

hr {
	height: 1px;
	color: #6180A0;
	width: 100%;
}

a {
	color: #AA232F;
}

a:link {
	color: #AA232F;
}

a:visited {
	color: #AA232F;
}

a:hover {
	color: #AA232F;
	text-decoration: none;
}

a:active {
	color: #AA232F;
}

.normalText {
	font-family: verdana, arial, sans-serif;
	color: #003366;
	font-size: 12px;
	font-weight: normal;
}

.inTop {
	background-image: url(../images/in-top_bg2.jpg);
	background-repeat: repeat-x;
}

.memTop {
	background-image: url(../../images/in-top_bg2.jpg);
	/*background-image: url(../../images/mem-top_bg.jpg);*/
	background-repeat: repeat-x;
}

.home {
	margin: 0px;
	background-cololr #ffffff;
	background-image: url(../images/hp_top_bg.jpg);
	background-repeat: repeat-x;
}

.hpNavCol {
	width: 186px;
	background-image: url(../images/hp_nav_bg.jpg);
	background-repeat: repeat-y;
}

.inNavCol {
	width: 141px;
	background-image: url(../images/nav_col_bg.gif);
	background-repeat: repeat-y;
}

.memNavCol {
	width: 140px;
	border-right:1px solid #2b5886;
	background-color: #50759b;
}

.memNavCol p a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:5px 20px;
	text-shadow:#666666 10px 10px 3px;
}

.memNavCol p a:hover {
	background-color:#95acc3;
}

.content {
	padding: 0px 10px 10px 10px;	
}

.darkRed {
	color: #AA232F;
}


.bullet {
	background-image: url(../images/bullet.gif); 
	background-repeat: no-repeat;
	background-position: 5px left;
	padding-left: 15px;
	margin-left: 50px;
}

h2.bullet a,a:link,a:visited {
	color : #aa232f;
}

h2.bullet a: hover{
	text-decoration: none;
}

h2.bullet a:active {
	color : #aa232f;
}

.pdf {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.question {
	margin-battom: 0px;
	margin-top: 40px;
	background-image: url(../images/Q_bg.jpg);
	background-repeat: repeat-y;
	padding: 5px;
}

.q {
	margin-top: 5px;
	background-image: url(../images/Q.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	height: 25px;
	margin-bottom: 0px;
}

.a {
	margin-top: 0px;
	margin-left: 5px;
	background-image: url(../images/A.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 7px;
}

.logoBorder {
	border: 1px solid #000000;
}

.box {
	margin: 0px 0px 10px 10px;
	background-image: url(../images/box_bg.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	border-top: 1px solid #003366;	
}

.boxCopy {
	font-size: 10px;
}

.memberBox {
	font-size: 10px;
	margin: 0px;
	background-image: url(../images/memberBox_bg.jpg);
	background-repeat: repeat-x;
	padding: 10px;
}

.footer {
	color: #ffffff;
	font-size: 10px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-color: #AA232F;
	padding: 20px 0px 5px 0px; 
}

.footer a { color: #ffffff; }
.footer a:link { color: #ffffff; }
.footer a:visited { color: #ffffff; }
.footer a:hover { text-decoration: none; }
.footer a:active { color: #ffffff; }

.inFooter {
	background-image: url(../images/in_footer_bg.gif);
	background-repeat: repeat-x;
	background-color: #AA232F;
	padding: 30px 20px 5px 5px;
	color: #ffffff;
	font-size: 10px;
}

.inFooter a { color: #ffffff; }
.inFooter a:link { color: #ffffff; }
.inFooter a:visited { color: #ffffff; }
.inFooter a:hover { text-decoration: none; }
.inFooter a:active { color: #ffffff; }

span.plm { background: url(../images/icon_plm.gif) no-repeat; padding: 0 4px;}
.admin-menu {border:1px solid #666666; padding:4px; clear:right;  background-color:#FFFFCC;}

.directoryLeft {background-color:#e5e5e5;padding:10px 5px;}
.directoryRight {padding:10px 5px;}

.title {font-weight:bold;color:#AA232F;}
.alignleft {margin: 3px 7px 7px 0px;}
.alignright {margin: 3px 0px 7px 7px;}