﻿/* Adapted from http://meyerweb.com/eric/tools/css/reset/ */
/* Meyers-Feb 2008 with J.Finesmith additions-Nov 2010 */
/* v1.1 | 20101102 */

/* THIS CSS FILE WILL ALLOW YOU TO STANDARDIZE ALL OF YOUR BROWSER'S CSS SETTINGS.
IT ALSO PROVIDES YOU WITH A PLACE TO UNIFORMLY SET UP YOUR WEB PAGES WITH 
IDENTICAL SETTINGS. FEEL FREE TO PUT YOUR OWN 'STAMP' ON THE STANDARD SETUP BY MODIFING
ANY OF THE SETTINGS BELOW... BUT DON'T FORGET TO PROVIDE NOTES FOR YOURSELF IN CASE YOU
WANT TO UNDO YOUR CHANGES  */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	font-family:Verdana, Geneva, sans-serif;
}


ol, ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	padding-left: 10%;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles */
:focus {
	outline: 0;
}

/* remember to highlight inserts */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}


/* Remember to put 'cellspacing="0"' into your html markup */
table {
	border:thin solid #01402E;
	border-spacing: 1;
}


td, th {
	border:thin solid #01402E;
	padding:1px;
	padding-left:2px;
}

/* ---------------------------------------------------------------------------------------- */
/* The additional sections below provide a place to tweek Firefox, Safari, and Opera Browsers */


/* This section (with sample adjustments) is for tweaking Firefox Browsers Only 
   Warning - Do not modify the next line */
@-moz-document url-prefix()
{
body {line-height:1.3;
      font-size:small;}

#rightpanel {
	background:url(blue_bkgd_fixer.gif);
	}      
}


/* This section (with a sample adjustment) is for tweaking Safari Browsers Only 
   Warning - Do not modify the next line */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
body {line-height:1.3;
      font-size:small;}
}


/* This section (with sample adjustments) is for tweaking Opera Browsers Only 
   Note - this hack is fairly weak because it's targeting ALL browsers that support -min-device-pixel-ratio that aren't    -webkit.
   Soon, if Firefox supports this, the hack will then most likely apply to Firefox as well (which we might not want) 
   Warning - Do not modify the next line */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
}
.mission {
}
