/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
html{
	background-color: #222222;

}

body{
	font-family: Helvetica, Verdana, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	line-height: 1.4em;
	width: 900px;
	padding: 0px;
}

a{
	color: #ccccff;
	text-decoration:underline;
}

a:link{
	color: #ccccff;
	text-decoration:underline;
}

a:visited{
	color: #459fa3;
	text-decoration: none;
}

a:hover{
	color: #66e9f0;
	text-decoration: none;
}

h1{
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 2.4em;
	color: #cccccc;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 1.4em;
}

h2{
 font-family: Helvetica, Verdana, sans-serif;
 font-size: 2.0em;
 line-height: 1.2em;
  font-weight: normal;
 color: #cccccc;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Helvetica, Verdana, sans-serif;
 font-size: 1.7em;
 line-height: 1.2em;
  font-weight: normal;
 color: #cccccc;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Helvetica, Verdana, sans-serif;
 font-size: 1.4em;
 line-height: 1.2em;
 font-weight: normal;
 color: #cccccc;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Helvetica, Verdana, sans-serif;
 font-size: 1.1em;
 line-height: 1.2em
  font-weight: normal;
 color: #cccccc;
 margin: 0px;
 padding: 0px;
}
p {
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
	}
ul{
 list-style-type:circle;
 color: #cccccc;
}


label{
 font-family: Helvetica, Verdana, sans-serif;
 font-size: 1.0em;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 30px 40px 10px 40px;
	text-align:center;
	background-color: #121212;
	width: 800px;
}

#navBar{
	float: left;
	width: 400px;
	height: 600px;
	margin: 0px;
	padding: 10px 10px 40px 10px;
	background-color: #222222;
	
}

#content{
	float: left;
	background-color: #222222;
	border-left: 1px solid #ffddff;
	padding: 10px 10px 40px 10px;
  width: 440px;
  	height: 600px;
}







