/* CSS Document */

 body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-left: 2px;
}

 #frame {
	margin-left: 0px;
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
}

 /*This header to be removed*/
#header {
    border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #666666;
	height: 150px;
	background-color:#140505;
}

.header {
    border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #666666;
	height: 100px;
	background-color:white;
	margin-bottom:1px;
}


/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 100%;
	/*max-width: 1260px; a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
    align-content:center;
}

.logo_position {
    margin-left:1px;
    float:left;
}

.sitecaption{
    float:left;
	width:60%;
    padding-top:3px;
}

.parent {
	height: 100px;
	display: flex;
	flex-direction: column;
}

/* Horizontal Menu */
#nav {
	margin-top: 2px;
	align-content: center;
	width: 98%;
	margin-left: 5px;
	margin-top: auto;
	margin-bottom: 2px;
	background-color: white;
}

#nav ul{
	padding: 0;
	margin: 0;
}

#nav ul li{
	float: left;
	list-style: none;
   }

#nav ul li a{
	padding: 10px 20px;
	display: block;
	text-decoration: none;
	color:wheat;
    font-size: 1.1em;
    font-weight:bold;
	background-color:#117EA8;
	border-right: 1px solid darkgrey;
}

#nav ul li a:hover, #nav ul li:hover a{
	background-color:#7c0c0c;
}
#nav ul li:hover ul li {
    z-index: 3;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}


#nav ul li:hover ul li a{
	background-color:#085968;
    color:white;
    margin-top:1px;
    margin-bottom:-4px;
    display: block;
}

#nav ul li:hover ul li a:hover{
	background-color:rgba(246, 245, 192, 0.99);
    color:black;
}

#nav ul ul{
	position: absolute;
	left: -99999px;
}

#nav ul li:hover ul{
	left: auto;
}

#nav ul li ul li{
	float: none;
}

#nav ul li.borderless a{
	border-right: none;
}

#nav ul li ul li a{
	border-right: none;
}


/* ~~ This grouped selector gives the lists in the .content area space ~~ */
/*.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */



/* Below CSS for HOME PAGE */

.content-align
{
    width:auto;
    margin: 0 auto;
     align-content:center;
}

.ImagesClass
{
    width:auto;
    margin: 0 auto;
     align-content:flex-start;
}


.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:15px;
	font-size: 1px;
	line-height: 0px;
}

       .loader
        {
            height: 50px;
            width: 100px;
        }
        .item
        {
            width: 99%;
             border: 1px solid #ccc;
            box-shadow: 2px 2px 8px 2px #ccc;
            margin-top:20px;
            font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
            font-size:18px;
        }
        .item .header
        {
            height: 30px;
            background-color: #9F9F9F;
            color: #fff;
        }
        .item .leadpic
        {
            width: 100px;
            height: 100px;
        }
        .item .image
        {
            width: 100px;
            height: 100px;
        }
            .item .titlearea {
                width: 98%;
                background-color: #fff;
                font-size: 1.4em;
                font-weight: bold;
				float:right;
            }

.item_art {
	width: 99%;
	/*height:230px;*/
	border: 1px solid #eea111;
	border-bottom: 1px solid #eea111;
	box-shadow: 2px 2px 8px 2px #ccc;
	margin-top: 20px;
	font-family:'Times New Roman', Times, serif;
	font-size: 20px;
}

        .item_art a{
            color:black;
            text-decoration:none;
        }

        .item_art a:hover{
            font-weight:bold;
            color:#0b3505;
        }
        .item_art .header
        {
            height: 30px;
            background-color: #9F9F9F;
            color: #fff;
        }
        .item_art .leadpic
        {
            width: 20%;  
			float:left;
        }
        .item_art .image
        {
             width:auto;
            height: 100px;
        }
        .item_art .titlearea
        {
            width:70%;
            background-color:#fff;
            font-size:1.4em;
            font-weight:bold;
/*            display:flex;
            align-items:flex-end;*/
            text-align:left;
			float:right;
         }

        .RowSeparator
        {
            margin-right: 20px;
        }

    .wrap_left
    {
        float:left;
    }
      .wrap_right
    {
        float:right;
    }
/*.button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bolder;
    color: #333333;
    text-align: center;
}*/
        .button:hover
        {
            color:chocolate;
            line-height:25px;
             /*height: 98px;*/
            text-decoration:underline;
        }

/* End CSS for HOME PAGE */

.content {
    width: 99%;
	padding: 0;
    margin: 0 auto;
    padding-bottom:20px;
	margin-top:20px;
}

.ContentLeft {
    float:left;
    width:75%;
}

.ContentRight {
    float:right;
    width:23%;
    border: 1px solid #117EA8;
	margin-top:50px;
}

#contents {
	margin-top: 5px;
	height: auto;
	
}

.StoryArea {
	font-family:Verdana;
	padding-left: 10px;
    padding-top:10px;
}

.StoryArea a{
    color:#011917;
    line-height:20px;
}

.StoryArea h2 {
	line-height: 25px;
	color: #1D3628;
}

#HighlightsMain {
	margin-bottom: 5px;
	margin-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 515px;
}



/* Start CSS for ListView Group Layout */

        .LV_header
        {
            clear: both;
            width: 100%;
            text-align: center;
            border: 1px solid Wheat;
        }
        .LV_item
        {
            clear: both;
            border: 1px Wheat solid;
            width: 100%;
        }
        .LV_group
        {
            /* i used 200px ,because the main layout width is 600px , and the width for each group is 200px.*/
            width: 45%;
            border: 1px White solid;
            float: left;
            margin: 10px;
            padding: 5px;
        }
        .LV_mainLayout
        {
            width: 80%;
            border: white 0px solid;
            padding: 2px;
        }


/* End CSS for for ListView Group Layout */







#topbar {
	height: 1px;
}

#LogoBar {
	height: 111px;
	background-color: #FFFFFF;
}
#logoCase {
	float: left;
	width: 960px;
	height: 111px;
}
#TussleHead {
	float: left;
	width: 290px;
}

#enclose {
	float:left;
	width:712px;
}
#encloseSm {
	float:left;
	width:990px;
}
#encloseSub {
 float:left;
 width:664px;
}
#columnLeft {
	float: left;
	width: 179px;
	margin-bottom: 2px;
}
.columnMain {
	float: right;
	width: 525px;
	padding-left: 0px;
	margin-left: 0px;
	border: 1px solid #B01129;
}
#columnMainSm {
	float: left;
	padding-left: 2px;
	margin-left: 0px;
 }

#columnMainSub {
	float: right;
	width: 485px;
	padding-left: 2px;
	margin-left: 0px;
	border: 1px solid #B01129;
}


.SlideHeadRight {
	font-size: 0.8em;
	float: right;
}


#columnRight {
	float: right;
	width: 280px;
	border: 1px solid #B01129;
	
}
#columnRightSm {
	float: right;
	width: 10px;
}
#columnRightSub {
	float: right;
	width: 320px;
	border: 1px solid #B01129;
}
#HomeLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #1A50B8;
	text-decoration: underline;
	text-align: center;
}

#loginspace {
	height: 25px;
	border: 1px solid #eea111;
	margin-top: 1px;
}
.slideblock {
	border: 1px solid #eea111;
	height: 100px;
	width: 580px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#form1 {
	margin: 0px;
	padding: 0px;
}

.slidedata {
	float: left;
    width:400px;
	font-size: 1em;
    border: 1px solid #ccc;
	padding: 3px 4px 4px 8px;
	background-color:#9cefce;
    margin-left:5px;
	text-align: left;
	overflow: hidden;
	color: #020E01;
}

.slideshell {
	float: left;
	width: 465px;
}
.dirpic {
	float: right;
	width: 100px;
	margin-right: 5px;
}

.slidepic {
	width: 80px;
	float: left;
	margin-left: 5px;
}
.rightadd {
	border: 1px solid #eea111;
	padding: 0px;
	margin-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 80px;
}
#Results {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003333;
	line-height: 20px;
}


#Detailsenclose {
float:left;
 width:986px;
}
#DetailscolumnMain {
	float: right;
	margin-left: 5px;
	width: 790px;
}
#DetailscolumnRight {
float: right;
	width: 1px;
}

/*OLD Footer ID*/
#footer {
	padding-top: 5px;
	color: #000000;
	background-color: #f0e7d7;
	padding-bottom: 5px;
	text-align: center;
	margin-top: 2px;
	border: 1px solid #eea111;
}

/*New Footer class */
.footer {
	padding: 5px 0;
	background:#117EA8;
    color:wheat;
    margin-top: 2px;
	border: 1px solid #eea111;
}
.footer a {
    color:wheat;
}

.SlideHead {
	height: 20px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bolder;
	text-align: left;
}
.SlideHeadLeft {
	float: left;
	width: 300px;
	text-align: right;
}
#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #cccccc;
}
#sectionLinks a {
	display: block;
	width: 160px;
	background-color: #FFE9BB;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	text-decoration: none;
}
#TussleMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333366;
	width: 500px;
	line-height: 25px;
	margin-left: 50px;
	margin-bottom: 5px;
}
#TussleMenu li {
	list-style-image: url(../PagePics/checkbox.png);
	padding-right: 15px;
}



#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #10770D;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.headnews{
}

.headnews .floatbox{
float: left;
}

.headnewstext {
	float: right;
}

#Slides {
	border: 1px solid #999999;
	float: right;
}
#HeadLines {
	width: 280px;
	border: 1px solid #B01129;
	float: right;
}
#HeadLinesSub {
	width: 320px;
	border: 1px solid #B01129;
	float: right;
}


.mainNews {
	margin-bottom: 5px;
	border: 1px solid #eea111;
	margin-top: 2px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 688px;
}

#FrontTable {
	width: 270px;
	margin-bottom: 5px;
	height: 280px;
	float: left;
	margin-left: 3px;
}

#UnderConstrn {
	float: right;
	height: 130px;
	width: 122px;
	color: #CC0000;
}

.clear {
	clear: both;
}
#BottomArea {
	height: 50px;
	width: 580px;
}

.sponsorHead {
	height: 25px;
	border: 1px solid #eea111;
	margin-top: 1px;
}
.leftBanner {
	margin-top: 5px;
	height: 100px;
	line-height: 25px;
}
#count {
	position: relative;
	height: 33px;
	border: 1px solid #666666;
	text-align: left;
	text-indent: 20px;
	letter-spacing: 1px;
}
.headnews form {
	margin: 0px;
	padding: 0px;
}

#datatorch {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #006633;
	font-weight: normal;
	width: 980px;
	padding-left: 0px;
	margin-left: 0px;
}
.Person {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
.dynamicArea {
	margin: 0px;
	padding: 0px;
    font-size: 1.3em;
    line-height: 1.6em;
}

.PageHead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight: bold;
	color: #1D2E21;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: underline;
}
.PageHead1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #B01129;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
	text-decoration: underline;
}
#PageHead2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}

#PageHeading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #1D2E21;
	text-align: center;
}
#StoryHeading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #660000;
	text-align: center;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.SubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #102713;
	padding-left: 25px;
	padding-bottom: 10px;
	text-decoration: underline;
}


.DetailArea {
	color: #000000;
	margin-right: 10px;
	margin-left: 2px;
	padding-bottom: 10px;
	width: 600px;
	margin-top: 15px;
}
.DetailArea1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.dynamicArea1 {
	padding-bottom: 30px;
}


.MainPageLink {
	text-align: left;
	width: 98%;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.contentArea {
	float: left;
	width: 600px;
	margin-bottom: 5px;
}
#solution {
	width: 400px;
	margin-top: 20px;
	margin-left: 60px;
}
    
    #button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #333333;
	text-align: center;
}


.Quotes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003333;
	margin-top: 10px;
	margin-left: 10px;
	line-height: 20px;
	font-weight: bolder;
}

.BQuotes {
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 2.2em;
	color: #333333;
	font-weight:bold;
	line-height: 1.5em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
     min-height:120px;
}

.Quotation {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.Verse {
	font-size:large;	
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	margin-top: 15px;
	color: #9B0000;
	background-color: #fdefc1;
	padding-top: 5px;
	padding-bottom: 5px;
}

.TagQuote
{
    padding-top:10px;
    padding-bottom:10px;
}
.Unicode {
	font-size: 16px;
	font-family:Tahoma, Verdana, Arial;
}

.Unicode a {
	text-decoration: none;
}

.Unicode a:hover {
	text-decoration: underline;
	color: #C60000;
}


.contentone_Quote {
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    width:98%;
	margin-left:5px;
	float: left;
	margin-top: 5px;
	font-size: 14px;
	line-height: 25px;
	color: #000;
	background-color: #FFFFFF;
}

.contentone_Quote h1 {
	text-align: center;
	margin-top: 10px;
}

.contentAreaHome {
	padding: 15px 0px;
    border-bottom: 2px solid #FFFFFF;
    width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.Quote_Head {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	color: #333366;
	background-color: #FDEFC1;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
    text-decoration:underline;
}

.Quotes_Cover {
	margin-top: 10px;
	margin-left: 5px;
    margin-bottom:10px;   
}



#TextData {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #071506;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}
#TextData li {
	padding-top: 8px;
	list-style-type: disc;
}
#HeadLineList ul {
	padding-right: 5px;
	margin-left: 20px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#HeadLineList a {
	text-decoration: none;
	font-size:1.7em;
    color:#08412c;
    font-weight:normal;
}
#HeadLineList a:hover {
	color: #000000;
	text-decoration: underline;
}
#HeadLineList li {
	
    padding-top:5px;
	padding-bottom: 5px;
	margin-left: 8px;
	padding-left: 0px;	
}


	.HeadLineList {
		font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	}

	.HeadLineList ul {
		padding-right: 5px;
		margin-left: 20px;
		padding-left: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	.HeadLineList a {
		text-decoration: none;
		font-size: 1.8em;
		color: #08412c;
		font-weight: normal;
		line-height: 1.5em;
	}

	.HeadLineList a:hover {
			color: #000000;
			text-decoration: underline;
		}

	.HeadLineList li {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left: 2px;
		padding-left: 0px;
	}


	.HeadLineListM {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:large;
	}

	.HeadLineListM ul {
	margin-left: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	.HeadLineListM a {
	text-decoration: none;
    color:#08412c;
	}
	.HeadLineListM a:hover {
	color: #000000;
	text-decoration: underline;
	}
	.HeadLineListM li {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		margin-left: 8px;
		padding-left: 0px;
		font-size: 1.5em;
		line-height: 1.2em;
	}

.menuItem
        {
	border:solid 1px black;
	background-color:#117EA8;
	padding:4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	width: 160px;
        }
		
		 .menuItemDynamic
        {
	border:solid 1px black;
	background-color:#FFA722;
	padding:4px;
	color: #333333;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	width: 160px;
        }
		 .menuItemDynamicHover
        {
	border:solid 1px black;
	background-color:#99FFCC;
	padding:4px;
	width: 160px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
        }
#GradBar {
	height: 25px;
	background-repeat: repeat-x;
	background-image: url(../PagePics/grad1.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#count {
	float: left;
	height: 32px;
	width: 150px;
}
.Photo {
	width: 250px;
	text-align: center;
	vertical-align: middle;
}
#StoryPicture {
	width: 200px;
	margin-right: 10px;
	margin-top: 10px;
}
#Pics {
	width: 250px;
	float: right;
	border: 1px solid #999999;
}


.BioLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2D88B5;
	height: 25px;
	width: 100%;
	margin-top: 5px;
}

.BioLinks1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #042103;
	background-color: #EEF9F1;
	padding-left: 3px;
	border: 1px solid #29686B;
}
.HeadLinesMain {
	width: 280px;
}
.GridViewPager
{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 10px;	
}
#PictureCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	text-align: center;
}

#loginStatus
{
	width: 150px;
	text-align: left;
	color: #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-size: 1.1em;
	background-color: #FFFFCC;
	margin: 0;
	float: left;
}

#loginStatus a:link, #loginStatus a:active, #loginStatus a:visited
{
    color:#990000;
    font-size: .9em;
}
#rt {
	float: right;
	width: 200px;
}
#tags {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	height: 100%;
}

.viewCount {
	font-family: "Comic Sans MS", cursive;
	color: #000033;
	margin-top: 20px;
	margin-left: 10px;
	float:right;
}

#vCount {
	font-family: "Comic Sans MS", cursive;
	color: #000033;
	margin-top: 20px;
	margin-left: 10px;
	float: right;
}

.Reference {
	font-size: 0.8em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #336666;
	border-right-color: #336666;
	border-bottom-color: #336666;
	border-left-color: #336666;
	line-height: 15px;
}
.Epilogue {
	font-size: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #7D487D;
	border-right-color: #7D487D;
	border-bottom-color: #7D487D;
	border-left-color: #7D487D;
	line-height: 1.3em;
	font-family: "Lucida Console", Monaco, monospace;
	background-color: #E9F5CF;
	width: 95%;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 5px;
	padding-left: 1em;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	text-align:justify;
}

.MyComment {
	font-size: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #7D487D;
	border-right-color: #7D487D;
	border-bottom-color: #7D487D;
	border-left-color: #7D487D;
	line-height: 20px;
	font-family: "Lucida Console", Monaco, monospace;
	background-color: #E9F5CF;
	width: 100%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-align:justify;
}

.InsideStory {
	font-size: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #970000;
	border-right-color: #970000;
	border-bottom-color: #970000;
	border-left-color: #970000;
	line-height: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #E0EAFC;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.Heading
        {
	background-color:#117EA8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	text-align: center;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
        }


    /*Article Insert Ajax Autocomplete CSS*/
     .CompletionListCssClass
        {
            font-family: Verdana, Helvetica, sans-serif;
            font-size: 1em;
            font-weight: normal;
            border: solid 1px #006699;
            line-height: 20px;
            padding: 10px;
            background-color:wheat;
            margin-left: 10px;
        }
        .CompletionListItemCssClass
        {
            border-bottom: dotted 1px #006699;
            cursor: pointer;
            color: black;
        }
        .CompletionListHighlightedItemCssClass
        {
            color:white;
            background-color: #006699;
            cursor: pointer;
        }

	.data_area {
		padding: 5px;
		margin-top: 10px;
		margin-left: 5px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #FF6600;
		color: #000033;
	}

	.data_area h2 {
		margin: 10px;
		padding-top: 2px;
		padding-bottom: 5px;
	}

	.search {
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
		font-size: 25px;
		font-weight: bold;
		color: darkblue;
		text-align: center;
		padding-top: 2px;
		padding-bottom: 2px;
		align-self: center;
	}

	.completionListElement {
		visibility: hidden;
		margin: 0px !important;
		background-color: inherit;
		color: black;
		border: solid 1px gray;
		cursor: pointer;
		text-align: left;
		list-style-type: none;
		font-family: Verdana;
		font-size: 16px;
		padding: 1px;
	}

	.listItem {
		background-color: antiquewhite;
		padding: 1px;
		border-bottom: solid 1px #1692c2;
	}

	.highlightedListItem {
		background-color: darkgreen;
		padding: 1px;
		color: white;
	}