/* CSS Document */

.contentCell{
background-position:bottom;
background-repeat:no-repeat;
padding-left:20px;
padding-right:20px;
padding-top:15px;
padding-bottom:15px;
}
.titleCell{
padding-top:5px;
}

body {
	background-color: #05164b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #a1c739;
	font-weight: bold;
}


.wideContentCell {
background-repeat:no-repeat;
background-position:bottom;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
padding-top:5px;
}

.blogCell{

padding-left:20px;

font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ebebeb;
}


.blogSubtitle {
	color: #e79800;
	font-size: 12px;
	font-weight:bolder;
}

.htmlLinks{
color:#ffffff;
font-size: 10px;
font-family:Arial, Helvetica, sans-serif;
padding-top:8px;
background-position:bottom;
background-repeat:repeat-x;
}


/*Links*/

a:link {
	text-decoration: underline;
	color: #e79800;
	}
a:visited {
	text-decoration: none;
	color: #a1c739;
	}
a:hover {
	text-decoration: underline;
	color: #a1c739;
	}
a:active {
	text-decoration: underline;
	color: #e79800;
	}
	
	

.slideshow {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position:fixed;
  right:0px;
  bottom:-6px;
  width:480px;
  height:360px;
  z-index:2;
}


.textBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ebebeb;
	background-color:#0D1639;
}
 
ul{
line-height:25px;
margin-left:50px;

	}

