body {
background-color:#000033;
margin:0px;
font-family:Arial;
}
.Height {
height:100%;
}
.FooterContent {
color:#8888B1;
font-family:Verdana;
font-size:11px;
}
a.ftr:link {
color:#FFFFFF;
font-family:Verdana;
font-size:11px;
text-decoration:none;
text-transform:capitalize;
}
.MiddleBg {
background-color:#FFFFFF;
}
.LeftNavBg {
background-color:#8A7237;
}
.NavBg {
background-color:#CCAB57;
height:27px;
}
.NavMainBg {
background-image:url(../images/NavMainBg.jpg);
background-position:left top;
background-repeat:repeat-x;
height:27px;
}
.Button-Nor {
color:#FFFFFF;
cursor:pointer;
font-family:Verdana;
font-size:11px;
}
.Button-Rol {
color:#000000;
cursor:pointer;
font-family:Verdana;
font-size:11px;
}
a.ftr:visited {
color:#FFFFFF;
font-family:Verdana;
font-size:11px;
text-decoration:none;
text-transform:capitalize;
}
a.ftr:hover {
color:#8888B1;
font-family:Verdana;
font-size:11px;
text-decoration:none;
text-transform:capitalize;
}
.WhiteLine {
background-color:#9E8B59;
}
a.LeftLink:link {
color:#FFFFFF;
font-family:Arial;
font-size:11px;
text-decoration:none;
}
a.LeftLink:visited {
color:#FFFFFF;
font-family:Arial;
font-size:11px;
text-decoration:none;
}
a.LeftLink:hover {
color:#000000;
font-family:Arial;
font-size:11px;
text-decoration:none;
}
.LeftNavTitle {
color:#FFFFFF;
font-family:Tahoma;
font-size:13px;
font-weight:bold;
text-transform:uppercase;
}
.InputBox {
background-color:#000033;
border:1px solid #000033;
color:#FFFFFF;
font-family:Arial;
font-size:11px;
height:18px;
width:134px;
}
.InputArea {
background-color:#000033;
border:1px solid #000033;
color:#FFFFFF;
font-family:Arial;
font-size:11px;
height:77px;
width:134px;
}
.ButtonBg {
background-color:#000033;
background-position:center;
border:1px solid #000033;
color:#FFFFFF;
font-family:Arial;
font-size:12px;
height:16px;
text-transform:capitalize;
width:71px;
}

.flashpadding
{
	margin-bottom:8px;
	height:145px;



}


.MiddleTableContent p, .MiddleTableContent li, .MiddleTableContent td{
color:#000000;
font-family:Arial;
font-size:12px;
word-spacing: 0.4pt;
line-height: 1.6;

}

.MiddleTableContent h1
{
	color: #444469;
	font-family: Times New Roman;
	font-weight: normal;
	font-size: 27px;
	margin:0;
	

}
.MiddleTableContent h2, .MiddleTableContent h3, .MiddleTableContent h4, .MiddleTableContent h5, .MiddleTableContent h6
{

color: #444469;
	font-family: Times New Roman;
	font-weight: normal;




}

hr
{
	border: 0;
	background-color:#8A7237;
	color:#8A7237;
	height: 1px;
	margin-top: 8px;

}

.homelinks
{

color:#8A1F02;
font-family:Verdana;
font-size:11px;
text-decoration:underline;


}

.homelinks a:hover, .homelinks a:visited
{
text-decoration:none;

}


.MiddletopBoxContent {
color:#000000;
font-family:Verdana;
font-size:10px;
}



.MiddleTableContent a, .MiddletopBoxContent a {
color:#8A1F02;
font-family:Verdana;

text-decoration:underline;
}
.MiddleTableContent a:visited {
color:#8A1F02;
font-family:Verdana;
text-decoration:underline;
}
.MiddleTableContent a:hover {
color:#8A1F02;
font-family:Verdana;

text-decoration:none;
}


.MiddleTopTitle {
color:#000000;
font-family:Verdana;
font-size:13px;
font-weight:bold;
}
.MiddleTitle {
color:#444469;
font-family:Verdana;
font-size:17px;
font-weight:normal;
}
.sepbg {
background-image:url(../images/sepbg.jpg);
background-position:left top;
background-repeat:repeat-y;
width:1px;
}



/* LEFT MENU STYLE */

#menuLeftTopics
{
	padding-left:18px;



}


/* remove all the bullets, borders and padding from the default list styling */
#menuLeftTopics ul {
	padding:0;
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:0px;
	
	width: 140px;

	list-style-image: url(../images/Dot.jpg);
	z-index:10;
}
/* position relative so that you can position the sub levels */
#menuLeftTopics li {
	position:relative;
	z-index:10;
	padding-left:-2px;
}

/* get rid of the table */
#menuLeftTopics table {
	position:absolute; 
	top:0; 
	left:0;
}

/* style the links */ 
#menuLeftTopics a{
	display:block;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 4px;
	padding-left: 2px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.2pt;
	word-spacing: 0pt;
	width: 130px;
}

a.bulletLeft {
	width:105px;
}
/* style the link hover */
#menuLeftTopics a:hover{
	text-decoration:underline;
	background-image: url(images/leftStar.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}


#menuLeftTopics ul ul li a{
color: #ffffff;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menuLeftTopics ul ul {
	visibility:hidden;
	position:absolute;
	top:-30px; 
	left:130px;
	width:150px;
	background:#414755;
	z-index:10;
	border: 1px solid #ffffff;
	padding:5px;
	list-style: none; 
}
/* make the second level visible when hover on first level list OR link */
#menuLeftTopics ul :hover ul{
	visibility:visible;
}

.bioimage
{
border:5px solid #CBAB56;
float:right;
margin:5px;
width:auto;
}

/** BLOG CSS FIXES ***/

.MiddleTableContent .categories ,.MiddleTableContent .categories ul li
{
	display:inline;
	list-style:none;


}


#comment
{
	width:400px;

}

#commentlist
{
	background-color:#e3e3e3;
	margin-bottom:10px;

}



