﻿
BODY {
background-color: #d9d8d8;
	background-image: url(../imgs/mainb.jpg);
	background-repeat: repeat;
	border-color: #23238E;
	color: #3576B8;
	font-size: small;
      font-family:Arial, Helvetica, sans-serif;
}

h4{
 font-size: 100%;
 font-weight: bold;
 margin: 5px 0px 0px 0px;
 padding: 0px;

}
  
h3{
	font-size: 130%;
	font-weight: bold;
	margin: 10px 0px 10px 30px;
	color: #851217;
}

h2{
 font-size: 130%;
 margin:15px 15px 0px 15px;
 font-weight:bold;
 color:#000000;
}

h4{
 font-size: 130%;
 margin:15px 15px 0px 15px;
 font-weight:bold;
 color:#000000;

}
             
h5{
 font-size: 100%;
 font-weight: normal;
 text-indent:10px;
 margin: 0px;
 padding: 0px;
}

a {
    color: #851217;
	text-decoration: none;
	font-weight: bold;
}

a:hover { color:#23238E; }

ul{

 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}



#wholepage {
	text-align: center;
     background-color: #d9d8d8;
}

DIV.mainbody {
	width: 850px;
	
	background-color: #d9d8d8;
	}

.style1 {
	color: #3576B8;
	font-style: italic;
	font-weight: bold;
}

.style2 {
	color: #000000;
	font-weight: bold;
}

/************* #globalNav top part **************/

#globalNav{
	border-bottom: 1px solid #000000; 
	margin: 10px 20px 0px 20px;
	text-align:left;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size:110%;
        font-weight:bold;
	color:#851217;
	padding: 0 4px 0 0;
}

/* The content element */
#content {
	margin-top:10px;
}
#contentcol1{
    float: left;
    padding-left: 15px;
 	width:48%;
}

#contentcol2{
    float: right;
padding-right: 15px;
	width:48%;
}


/*  Each section */

.sectionLinks{
    position:relative;
	padding: 0px 0px 0px 0px;
	margin: 5% 5% 5% 5%;
	font-size: 95%;
	text-decoration: none;
	border: 0px solid #999999;
}

.sectionLinks ul {
   list-style-position:inside;
 }
 

#siteInfo a {
	color: #851217;
}
