/* style variant weight size family */



body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	background-color: #014180;
}
#container {
	width: 780px;
	margin: 0 auto;
	/* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-image: none;	/* this overrides the text-align: center on the body element. */
	background-color: #01305E;
} 

#header {
	background-image: url(../common_images/bak_body.gif);	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an 
	image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #E5E4B0;
	height: 129
	px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 780px;
}


#header h1 {
	margin: 0;
	/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable
	space between divs. If the div has a border around it, this is not necessary as that also avoids the margin
	collapse */
	padding: 10px 0;
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Geneva, sans-serif;
	color: #69C8DC;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #01305E;
}

#mainContent {
	background-color: #01305E;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#footer {
	padding: 10px 10px 10px 10px;
	background-color: #01366B;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	letter-spacing: .2em;
	vertical-align: middle;
	word-spacing: .4em;
	text-align: center;
} 


.foot a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size:80%;
	font-weight:lighter;
	color:#fff;
	text-decoration:none;
	text-align:center;
}
	
.foot a:visited {
	text-decoration:none;
	color:#fff;
	font-family: Verdana, Geneva, sans-serif;
}
.foot a:hover {
	text-decoration:none;
	color:#FF0;
	font-family: Verdana, Geneva, sans-serif;
}

.foot a:active {
	text-decoration:none;
	color:#FF0;
	font-family: Verdana, Geneva, sans-serif;
}


.fltrt { 
/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { 
/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { 
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



h1 {
	font-size:115%;
	font-style:normal;
	font-weight:normal;
	line-height:125%;
	color:#B3D5FA;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

			
h2  {
	font-size:100%;
	font-style:normal;
	color:#FF0;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}			

			
h3  {
	font-size:90%;
	font-style:italic;
	color:#0CF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
}


h4  {
	font-size:110%;
	font-style:italic;
	color:#3CF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
	letter-spacing: normal;
	line-height: 50%;
	text-align: left;
}

	
/*h5 is for quotes*/		
			
h5 {
	font-size:80%;
	font-style:normal;
	color:#ffffff;
	margin:10px 0px 0px 10px;
	font-weight: lighter;
}


p {
	font-size:95%;
	font-style:normal;
	color:#FFF;
	text-align: left;
	line-height: 130%;
}
p1 {
	font-size:90%;
	font-style:normal;
	color:#9FF;
	text-align: left;
	line-height: 120%;
}
ul {
	text-align: left;
	line-height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
ol li {
	text-align: left;
	line-height: 100%;
	color: #FFF;
}


li {
	font-size:100%;
	font-style:normal;
	line-height:100%;
	color:#FFF;
}

a:link {
	font-size:100%;
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #FF0;
	
}

a:link {
	text-decoration:none;
	color:#B3D5FA;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}
a:visited {
	text-decoration:none;
	color:#B3D5FA;
	font-family: Verdana, Geneva, sans-serif;
}
a:hover {
	text-decoration:none;
	color:#FF0;
	font-family: Verdana, Geneva, sans-serif;
}
a:active {
	text-decoration:none;
	color:#FF0;
	font-family: Verdana, Geneva, sans-serif;
}

#order buttons {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
}
