body
{
	font-family: Arial;
}
a
{
	color:#4D6BA4;
}
.pageHeading
{
	padding-left: 6px;
	font-family: Arial, Georgia, 'Times New Roman';
	font-weight: bold;
	color: #E28F3E;
	font-size: 14pt;
}
#msg
{
	font-family:Arial;
	font-size:11px;
	color:red;
	text-align:center;
}
#finalMsg
{
	font-family:Arial;
	font-size:10pt;
	color:red;
	text-align:center;
}


/* Menu and Top Navigation Section */
.topBar
{
	background-image:url('../background.jpg');
}
.topWriteup
{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
}
.menu
{
	font-family: 'Arial Unicode MS';
	font-size: 11px;
	color: #666666;
	cursor: hand;
	cursor: pointer;
}
.menuOver
{
	font-family: 'Arial Unicode MS';
	font-size: 11px;
	color: #ffffff;
	background-color: #91ACCA;
	cursor: hand;
	cursor: pointer;

}

.submenu
{
	border-collapse: collapse;
	position:absolute;
	display:none;
}
.submenuOver
{
	border-collapse: collapse;
	position:absolute;
	display:inline;
}
.submenuItem
{
	font-family: Arial Unicode MS; 
	font-size: 11px; 
	color: #333333; 
	border: 1px solid #A2AFC4; 
	padding-left: 6px; 
	background-color: #F7F7F7;
	cursor: hand;
	cursor: pointer;
}
.submenuItemOver
{
	font-family: Arial Unicode MS; 
	font-size: 11px; 
	color: #ffffff; 
	border: 1px solid #A2AFC4; 
	padding-left: 6px; 
	background-color: #91ACCA;
	cursor: hand;
	cursor: pointer;
}
.itemPrefix
{
	border: 1px solid #A2AFC4; 
	background-color: #91ACCA;
	cursor: hand;
	cursor: pointer;
}
.itemPrefixOver
{
	border: 1px solid #A2AFC4; 
	background-color: #F5C583;
	cursor: hand;
	cursor: pointer;
}
.subsubmenuItem
{
	font-family: Arial Unicode MS; 
	font-size: 11px; 
	color: #333333; 
	border: 1px solid #B0B4B5; 
	padding-left: 6px; 
	background-color: #F7F7F7;
	cursor: hand;
	cursor: pointer;
}
.subsubmenuItemOver
{
	font-family: Arial Unicode MS; 
	font-size: 11px; 
	color: #ffffff; 
	border: 1px solid #B0B4B5; 
	padding-left: 6px; 
	background-color: #666666;
	cursor: hand;
	cursor: pointer;
}
.subItemPrefix
{
	border: 1px solid #A2AFC4; 
	background-color: #A7ADB4;
	cursor: hand;
	cursor: pointer;
}
.subItemPrefixOver
{
	border: 1px solid #A2AFC4; 
	background-color: #F5C583;
	cursor: hand;
	cursor: pointer;
}




/* Display Articles on Home Page */
.footer
{
	font-family: Arial;
	font-size: 11px; 
	font-weight: 700; 
	color: #4371A3;
}
.artnote
{
	font-family: Arial;
	font-size: 11px; 
	color: #808080;
	padding-bottom:12px;
	/* font-variant: small-caps; */
}
.email
{
	color:#4371A3;
}
.headings
{
	font-family: Arial, Helvatica;
	font-size: 14pt;
	color:#5B84D7;
	padding-bottom: 3px;
	/*border-bottom: 1px dotted #666666;*/
}
.desc
{
	padding-bottom:12px;
	font-face: Arial;
	font-size:10pt;
}




/* Display Articles on My Account Page */
.theader
{
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: bold;
	color: #000000; 
	background-color:#A7ADB4;
	border: 1px solid #A7ADB4;
}
.tcell1
{
	background-color: #DEE4ED;
	font-family: Arial;
	font-size: 11px;
	padding-left:6px;
}
.tcell2
{
	background-color: #EBEBEB;
	font-family: Arial;
	font-size: 11px;
	padding-left:6px;
}
.tlink
{
	color:#000000;
}
.butt
{
	font-family: Arial; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #FFFFFF; 
	border-style: solid; 
	border-width: 1px; 
	background-color: #5170A2;
}
.titles
{
	font-family: Arial, Helvatica;
	font-size: 10pt;
	color:#5B84D7;
	padding: 6px;
	background-color:#A7ADB4;
	border: 1px solid #A7ADB4; 
}
.desBig
{
	border: 1px solid #A7ADB4;
	padding: 6px;
}
#artView
{
	position:absolute;
	display:none;
	z-index:500;
}


/* Login Section */
.loginH
{
	font-family: Arial;
	font-size:10pt;
	color:white;
	background-color:#A7ADB4;
	border: 1px solid #A7ADB4; 
	padding-left: 6px;
	font-weight:bold;
}
.loginBox
{
	border: 1px solid #A7ADB4; 
	padding: 6px;
}
.lbl
{
	font-family: Arial;
	font-size:11px;
	color:black;
}
.logintBox
{
	font-family: Tahoma; 
	font-size: 11px; 
	border: 1px solid #333333;
}
.rightMenu
{
	font-family: Arial;
	font-size:11px;
	color:#E28F3E;
	white-space:nowrap;
	display:block;
	width:110px;
	font-weight:bold;
	padding:3px;
}
.myprofile
{
	font-family: Arial;
	font-size:11px;
	font-weight:bold;
	color:black;
}



/* Registration Section */

.userT
{
	font-family: Tahoma; 
	font-size: 11px; 
	border: 1px solid #A7ADB4; 
}
.userButt
{
	font-family: Tahoma; 
	font-size: 11px; 
	font-color:white;
	background-color:#A7ADB4;
	border: 1px solid #A7ADB4;
	cursor:hand;
	cursor:pointer;
}
.userLbl
{
	font-family: Arial; 
	font-size: 11px; 
	font-color:black;
}
.userLbl2
{
	font-family: Arial; 
	font-size: 11px; 
	color:red;
}


/* Archived Articles Section */

.archivedHeader
{
	border: 1px solid #666666; 
	padding-left: 6px;
	background-color:#666666;
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;
	color:white;
}
.archivedContentBox
{
	border: 1px solid #666666; 
	background-color:#E9EEF5;
}
.arcLink
{
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	color:#24486C;
}



/* Comments Page */
.cmntHding
{
	border: 1px solid #585858; 
	padding-left: 6px;
	background-color:#585858;
	color:white;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
}
.cmntHdingFont
{
	color:white;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
}
.cmntCont
{
	border-left: 1px solid #585858; 
	border-right: 1px solid #585858;
	background-color:#D0ECF0;
	font-family: Arial;
	font-size: 11px;
	color:#333333;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 12px;
}
.cmntFooter
{
	border-left: 1px solid #585858; 
	border-right: 1px solid #585858; 
	border-bottom: 1px solid #585858; 
	padding-right: 6px;
	background-color:#E4E4E4;
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	color:#333333;
}





.pgNumbers
{
	border: 1px solid #999999; 
	padding: 1px;
	background-color:#C0C0C0;
	font-family: Verdana;
	font-size: 8pt;
	cursor:hand;
	cursor:pointer;
	color:#000000;
}
.pgNumbersOver
{
	border: 1px solid #999999; 
	padding: 1px;
	background-color:#F1A354;
	font-family: Verdana;
	font-size: 8pt;
	cursor:hand;
	cursor:pointer;
}
.pgNumbersOver2
{
	border: 1px solid #999999; 
	padding: 1px;
	background-color:#5B84D7;
	font-family: Verdana;
	font-size: 8pt;
	color:#ffffff;
	cursor:hand;
	cursor:pointer;
}

.cellButt
{
	cursor:hand;
	cursor:pointer;
	border-top: 1px dotted #666666; 
	border-bottom: 1px dotted #666666;
	font-family: Arial;
	font-size: 12px; 
	font-weight: 700;
	color:#333333;
}
.cellButtOn
{
	cursor:hand;
	cursor:pointer;
	border-top: 1px dotted #666666; 
	border-bottom: 1px dotted #666666;
	font-family: Arial;
	font-size: 12px; 
	font-weight: 700;
	color:#05078F;
}
a.pages
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
	text-decoration: none;
}
a.pages:hover
{
	/*font-weight: bold;*/
	text-decoration: underline;
}

.SEO
{
	display:none;
}
