/*Main css*/
html,body {
	height: 100%;
	/*background: url(tut_images/bg_loop.jpg) #FFF repeat-y center;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	color:#333333;
	margin: 0;
	padding: 0;
	font-size: 11px; 
}
#container {
	margin: 1em auto;
	text-align: left;
	width:700px;
}
#top {
	width:700px;
	/*height:98px;*/
	height:125px;
	background:url(images/top.jpg) no-repeat;
}

#topimage {
	width:700px;
	/*height:98px;*/
	
}



#middle {
	width:700px;
	/* background:url(images/middle.jpg); */
	text-align:left;
}
#bottom {
	width:700px;
	height:72px;
	/*background:url(images/bottom.jpg) no-repeat; */
	/*background: #005189;*/
}
/*design-specific tweaks*/
#content { width:650px; padding-left:20px; }
#menu { padding-top:107px; padding-left:25px; color:#ffffff;font-size: 12px; font-weight: bold; }
#footer { padding-top:28px; padding-left:150px; color:#333333; }
#bodyText {padding-left:15px;}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*extra pretties*/
#content a:link, #content a:visited, #content a:active, #content a:hover {
  color: #005189; 
  /*color: #003333;*/
  text-decoration: underline;
}
a:link, a:visited, a:active {
  /*color: #005189; */
  color: #ffffff; 
  text-decoration: none;
}
a:hover {
  /* color: #ffffff; */
  text-decoration: underline;
}

a img { border-style:none; }

h1 {
  /*color: #516376; */
  font-weight: bold;
  font-size: 1.8em;
}

h2 {
  /* color: #516376; */
  /*font-weight: normal;*/
  font-weight: bold;
  font-size: 17px;
}

h3 {
  /* color: #516376; */
  font-weight: bold;
  font-size: 15px;
}
/*img { padding:3px; background:#e6e5e5; }  */
.code { font-family:"Courier New", Courier, monospace; color:#006699; background-color:#dadada; padding:2px; }
.code2 { font-family:"Courier New", Courier, monospace; color:#009900; background-color:#dadada; padding:2px; }

.bold { font-weight: bold;}

img.floatRight { 
    float: right; 
    margin: 4px; 
}


img.floatLeft { 
    float: left; 
    margin: 4px; 
}
