﻿
@import url('layout.css');

body {
	color: #000;
	font-family: calibri, "Trebuchet MS", sans-serif;
	font-style: normal;
	font-size: small;
	background-color: #C0C0C0;
}


#container {
	width: 750px;
	margin: 0 auto;
	background-color: #FFF;
	border-style: double;
	border-width: thin;
	border-color: #008080;
}
	
#navigation {
	width: 750px;
	height:50px;
	background-color: #B0BD22;
	border-style: none none double none;
	border-width: 0 0 thin 0;
	border-color: #008080;
	overflow: hidden;
}

#masthead{
	background-image: url('../images/Banner-1w.gif');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: left top;
	clear: both;	
	width: 750px;
	height: 103px;
}

#page_content{
	margin: 0 auto;
	width: 750px;	
}

#column_l{
	float: left;
	width: 445px;
	padding: 0 0 10px 10px;
	margin: 0;
}
	
#column_r{
	width: 250px;
	float: right;
	position: relative;
	margin: 50px 0 0 0;
	right: 20px;
}

#callbar_l{
	width: 230px;
	margin: 10px;
}

#callbar_m{
	width: 230px;
	margin: 10px;
}
	
#callbar_r{
	width: 230px;
	margin: 10px;
}	
	
#footer{
	text-align: center;
	background-color: #800000;
	border-style: double none none none;
	border-width: thin 0 0 0;
	border-color: #008080;
	padding: 2px;
	overflow: hidden;
}

/*styles for navigation*/ 

.backslash{
	color: black;
	font-weight: normal;
}

#navigation p{
	font-family: "Trebuchet MS", Calibri, sans-serif;
	font-weight: bold;
	font-size: medium;
	color: #993300;
	text-align: left;
	text-indent: 20px;
	margin: 15px;
}

#navigation p a{
	color:#993300;
	text-decoration:underline;
}


/*styles for masthead*/

#masthead img {
	position: inherit;
	margin-left: 10px;
	margin-top: 15px;
}

/*styles for content*/


h1{
	font-size:2.0em;;
	color: #993300;
}

h2{
	font-family:"Trebuchet MS", Calibri, sans-serif;
	font-weight: normal;
	font-style: italic;
	text-decoration:underline;
	font-size: 1.75em;
	color: #B0BD22;	
}

h3{
	font-size: 1.5em;
	color: #B0BD22;
	text-decoration: underline;
}

h4{
	font-size: 1.25em;
	color:#123456;
	font-style:italic;
}

h5{

	font-size: 0.75em;	
}

img{
	border:0;
}

.left_align{
	text-align:left;
}

.center_text{
	text-align:center;
}

.border_blue{
	border-style: double;
	border-color: #008080;
	border: thin;
}

#column_l h2{
	text-align:left;
	text-indent: 7.5px;
	padding: 0 0 0 10px;
}

#column_l p{
	text-indent: 30px;
	font-family: calibri, "Trebuchet MS", sans-serif;
	padding: 0 0 0 5px;
	font-size: medium;
}

#sidebar_contain{
	height: auto;
	width: auto;
	background-image:url('../images/Col_back.jpg');
	background-repeat:repeat-x;
}
#sidebar_contain p{
	font-family: calibri, "Trebuchet MS", sans-serif;
	padding-left: 8px;
	margin: 0;
}

#sidebar_masth{
	background-image: url('../images/Col_title2.jpg');
	background-repeat: repeat x;
	background-color: #345678;
	color: #FFFFFF;
	height: 30px;
}

#sidebar_masth p{
	color: #345678;
	text-decoration: underline;
	font-family: "Trebuchet MS", Calibri, sans-serif;
	font-weight: bold;
	font-size: 1.25em;
	position: relative;
	vertical-align: middle;
}

/*styles for footer*/


#footer p{
	text-align: left;
	font-size: x-small;
	color: #FFFFFF;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a{
	color:#FFFFFF;
	text-decoration:underline;
}

/*styles for links*/

a{
	color:blue;
	text-decoration: underline;	
}

a:hover{
	color:purple;
	text-decoration:none;
}

a:visited {
	color:purple;
	text-decoration:underline;
}


