@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
   
   This file handles text only, though there are a few styles regarding img, but they are still 
   specific to instances of text.  See global for all other structural styling.
   
   NOTE: Many of these styles do not apply to this site, but I let them remain for future needs.
   
-------------------------------------------------------------- */

body { 
	font-size:12px;
	font-weight:100;
	line-height:1.5;
	color:#373528; 
	font-family:Arial, Helvetica, sans-serif;
	}

.caption { font-family:Arial, Helvetica, sans-serif; font-size:12px; margin-bottom: 30px; }

/* Headings
-------------------------------------------------------------- */

h1 a	{
	background:url(/img/vsti.gif) no-repeat 0 0;
	position:absolute;
	top:40px; left:62px;
	width:233px; height:75px;
	margin:0; padding:0; border:0;
	line-height:0;
	text-indent:-7000px;
	z-index:100;
	}
.home h1 a {
	background:none;
	position:absolute;
	display:none;
	top:0; left:0;
	margin:0; padding:0; border:0;
	line-height:0;
	text-indent:-7000px;
	}
h2 { 
	position:relative;
	margin:0 0 15px 0; padding:0; border:0;
	color:#0073cf;
	font-size:21px;
	font-weight:100;
	line-height:1.2;
	}
.home h2 {
	position:relative;
	margin:0; padding:0; border:0;
	line-height:1.2;
	font-size:21px;
	color:#373528; 
	}
.block_menu h3 { 
	position:relative;
	margin:0; padding:0; border:0;
	color:#fff;
	font-size:12px;
	}

h4 { 
	position:relative;
	margin:0 0 0.2em 0; padding:0; border:0;
	color:#000;
	font-size:18px;
	font-weight:bold;
	line-height:1.3;
	}
	
h3 { 
	position:relative;
	margin:0 0 0.2em 0; padding:0; border:0;
	color:#666;
	font-size:15px;
	font-weight:bold;
	line-height:1.3;
	}



/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em 0; padding:0;}
p img.left  { float:left; margin:1.5em 1.5em 1.5em 0; padding:0; }
p img.right { float:right; margin:1.5em 0 1.5em 1.5em; }

a:focus     { color:#000; border:none; }
a:link, a:visited { color:#0073cf; text-decoration:underline; font-weight:100; }	
a:hover, a:active { color:#000; text-decoration:underline; }

blockquote  { margin:1.5em; color:; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; }
strong      { font-weight:bold; }
em,dfn      { font-style:italic; }
dfn         { font-weight:bold; }
sup, sub    { line-height:0; }

abbr, 
acronym     { border-bottom:1px dotted #666; }
address     { margin:0 0 1.5em; font-style:italic; }
del         { color:#666; }

pre			{ margin:1.5em 0; white-space:pre; }
pre,code,tt { font:1em 'andale mono', 'lucida console', monospace; line-height:1.5; }


/* Lists
-------------------------------------------------------------- */

ul, ol	{ margin:1.5em 0; }
li ul, li ol { margin:0 1.5em; }

ul      { list-style:none; position:relative; }
ol      { list-style-type:decimal; }

ul li { background:url(/img/bullet.gif) no-repeat 0 7px; padding-left:15px; }

dl      { margin:0 0 1.5em 0; }
dl dt   { font-weight:bold; }
dd      { margin-left:1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom:1.4em; width:100%; }
th          { font-weight:bold; }
thead th 		{ background:#c3d9ff; }
th,td,caption { padding:4px 10px 4px 5px; }
tr.even td  { background:#e5ecf9; }
tfoot       { font-style:italic; }
caption     { background:#eee; }






