/* CSS Document */

html,body{margin:0;padding:0}

/* Three column format settings */
div#wrapper{float:left;width:100%}
div#content{margin: 10px 170px 0px 150px; height:366px;}
div#flash_image{float:left;width:150px;margin-left:-100%;height:377px;}
div#right_side{float:left;width:170px;height:377px;margin-left:-170px}
div#footer{clear:both;width:100%}

/* Header background formatting */
div#header {
	height:100px;
	background: #AB2730;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;}
	  
/* Header text formatting */
div#header h1{
	position: relative;
	margin:0; padding:0;
	top: 25px;
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	text-align:center;
	font-weight: lighter;
}

div#header h2{
	position: relative;
	margin:0; padding:0;
	top:25px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}

/* Footer formatting */
div#footer{
	background: #39628B;
	color: #EEF5F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear:left; 
	width:100%;
	text-align: center;
}
div#footer p{margin:0; padding:5px 10px}
div#footer a:link {color: #EEF5F7;}

/* Building the menu */
.menu { width:100%; margin:0; padding: 0;
	  border-bottom-color: #CCCCCC;
	  border-bottom-style: solid;
	  border-bottom-width: 1px;
	  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	  font-size: 13px; font-weight: bold; 
	  letter-spacing: 1px;
    }
.menu ul { margin: 0; padding: 0; list-style-type: none;}

.menu li {margin: 0; padding: 0; float: left; width: 7em;
      margin-right: 1em; text-align: center;}
	  
.menu a {display: block; width: 100%;text-decoration: none;color: #39628B;padding: 6px}

.menu a:hover {background: none;color: #AB2730;}

/* Left image formatting */
div#flash_image {background:#EEF5F7;}
div#flash_image img {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	vertical-align: bottom;
	}
div#flash_image object,embed {
	vertical-align: bottom;
	}

/* Right column formatting */
div#right_side{background:#EEF5F7;}
div#right_side td{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	font-weight:normal;
	line-height: 1.5;
}
div#right_side h3{ font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 14px;  color: #AB2730;} 
div#right_side h2{ font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 14px;  color: black;} 
div#right_side ul{ margin-left: 0; padding-left: 15px; }	
div#right_side li{font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 13px; list-style-type: none;}
div#right_side li a{ text-decoration: none;color: #39628B; line-height:1.3;  }
div#right_side li a:hover {color: #AB2730;}
