@charset "utf-8";
/* CSS Document */
/* Combines best techniques to date: EMS, 90% layout */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* Part of v1.0 | 20080212 */

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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font: 1em Arial, Helvetica, sans-serif;
}

body {
	line-height: 1.2;
	background-color:#fff; /* for accessibility */
	color:#000;
}

ol, ul {	
	margin-left:1.4em;
	padding-left:1.4em;
}

ul {list-style:square;}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* -----------------*/

body { background-color: #F6F6EE; /* change the color to your background color */ 
	}

#wrapper {
  width: 90%;
  max-width: 1000px;
  background-color:#fff;
  border: solid black thin; /* remove if you don't want a border */
  margin: 0 auto;  
} 

h1, h2, h3, h4, h5, h6 { 
    margin:1em 1em 1em .5em; 
	text-indent:1em;
} 

/*----insert */

/* traditional navbar */
#navigation {padding: 3px 0; margin: 0;
  border: 1px solid #BBC; background: #048;
  font: bold .8em Verdana, sans-serif;}
#navigation li {list-style: none; margin: 0;
  display: inline;}
#navigation li a {padding: 3px 0.5em;
  border-right: 1px solid #dccf9b;
  text-decoration: none;}
#navigation li a:link {color: #fff;}
#navigation li a:visited {color: #ccc;}
#navigation li a:hover {border-color: #dccf9b; color: #048; background: #fff;}

h1 {
float:left;	
	margin: 0;
	padding:45px 10px 13px 175px; /*padding around text*/	
	font-size: 1.9em;
	font-weight:100;
	line-height:1.1;
	color:#048;		
	text-indent:0;
	}
	
* html h1 {
font-size:1.6em;
}
	
#header {
background-color:#bdd;
height:163px;
postion:relative;
background-image: url("images/alexseev_m.jpg");
	background-position:10px 5px;	
	background-repeat:no-repeat;
	border:1px solid black;	
}
	
#header img {
	float:right;
	background-color: #bdd;
	margin: 0;
	padding:5px}
	
#content {
	margin: 1em;	
}
	
	
a:link { color: #003161;}
a:visited { color: #4979AA; }
a:hover { 
	color: #fff;
	background-color:#048;}
a:active, a:focus { color: #ffcc00; }

h2 {
color:#048;
font: bold 1.4em Arial, Helvetica, sans-serif;
text-decoration:underline;
text-align:center;
text-transform:uppercase;
letter-spacing:.3em;
margin-left:0;;
}

h3 {background-color:#048;
color:#fff;
font:bold 1.25em Arial, Helvetica, sans-serif;
}

h4 {color:#003161;
font: bold 1.1em Arial, Helvetica, sans-serif;
text-decoration:underline;
 }

h5 {
color:#003161;
font:bold 1em Arial, Helvetica, sans-serif;
}



/* end insert */
	
p{
margin:.5em .8em .5em .8em;
}

p.short {
margin-top:.1em;
margin-bottom:.3em;
}

.indent2 p, address {
margin-left:2em;
}

#content {
	margin: .5em 0 0 1em;	
	border-right: none;
	border-bottom: none;
}


hr{
color: #A81933;
background-color: #A81933; /*SDSU red */
height: 2px;
width:98%;
}

li {
margin-right:.8em;
}

#skip a{
text-decoration:none;
position:absolute;
left: -200em;
font-size:.1em;
color:black;
}

#skip a:focus, .skip a:active {
position:absolute;
left:0.5em;
border:solid #333 2px;
color:#fff;
background:#555;
font-size:1em;
}
	
/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.small {  font-size:.85em;}
.margintop {margin-top:.8em;}
.marginbottom {margin-bottom:1em;}
.marginbottom2 {margin-bottom:2em;}
.indent2 {margin-left:2em;}




