/*Overwrite body default style */
body{background-color:#c3c3c2}
dt{font-size: 12pt;}

/* Style options for top bar and spacer */	
#top-container{width:951px;
			background-color:#c3c3c2;
			margin-right:auto;
			margin-left:auto;
			height:100px;
			padding:1% 8px 0.25% 0%;
			border: 2px}
#top-content{width:100%;
			height: 90%;
			font-weight: bold;
			text-align: center;
			font-size: 45pt;
			padding: 0px;
			background-color:#444421;
			margin-left:auto;
			margin-right:auto;
			color: #B3B3B2;
			border:5px solid black;
			}
			
/* Default style options for the content section */
#content{margin-left:auto;
         margin-right:auto;
		 background-color:#c3c3c2;
         width:960px;
		 height:1430px;
		 margin-bottom:0px;
		 color:#4E4E4D;
		 font-size: 12pt;}
         
/* Style options for the left container and content sections */
#left-container{float:left;
				height: 1300px;
				border:5px solid black;}
#left-content{padding:80px 20px 50px 20px;}

/* Style options for the right container and content sections */
#right-container{float:right;
				height:1300px;
				border:5px solid black;}
#right-content{padding:80px 20px 50px 20px;}

/* Style options for the large right container (home page) and content sections */
#lg_right-container{margin-top:0px;}
#lg_right-content{padding: 20px 20px 1px 220px;}              
#lg_right-header{height:120px;
               font-size: 30pt;
               text-align:left;
               font-weight:bold;
               color:#503360;
			   }
			   
/* Style options for the center container and content sections */
#center-container{margin-top:0px;}
#center-content{padding: 50px 220px 20px 220px;}              
#center-header{height:120px;
               font-size: 30pt;
               text-align:left;
               font-weight:bold;
               color:#503360;
			   width:600px;}

/*Defines the syle options for the side columns*/
.sidecolumn{background-color:#444421;
            width:200px;
            text-align:left;
			color: #B3B3B2;}
