/*
Orange: FF9900
Blue:	304B72 
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #304B72;
	background-attachment : fixed;
	background-repeat : no-repeat;
	scrollbar-DarkShadow-Color:#304B72;
	scrollbar-Track-Color:#304B72;
	scrollbar-Face-Color:#304B72;
	scrollbar-Shadow-Color:#FFFFFF;
	scrollbar-Highlight-Color:#FFFFFF;
	scrollbar-3dLight-Color:#000000;
	scrollbar-Arrow-Color:#FF9900
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #122441;
	font-style:bold;
}

.subHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #122441;
}

.BGSplash {
	position: absolute;
	top: 185px;
	left: 125px;
	width: 520px;
}

.mainNav {
	position: absolute;
	top: 50px;
	left: 100px;
}

/*
The BGHeader class puts a colored background near the top of the screen.
It is used for header text, announcements, major headings and the like.
*/
.BGHeader {
	position: absolute;
	top:80px;
	left:10px;
	width:645px;
	height:33px;
	padding-top:50px;
	padding-left:5px;
}

/*
The BGContent class sets up the background properties which the content class inherits.
*/
.BGContent {
	position: absolute;
	top: 100px;
	left: 30px;
	width: 560px;
}

/* The .toolbar class is used to position the object embed for the toolbar swf. */
.toolbar {
	position: absolute;
	top: 60px;
	left: 91px;
	width: 490px;
}

/* The .toolbarfooter class is used to position the Flash navigation at the bottom of every tutorial page. */
.toolbarfooter {
	position: relative;
	left: 61px;
	width: 490px;
}

/*
The .tutorialTitle class is used to format the tutorial title text displayed at the top
of every tutorial page. Old color 122441
*/
.tutorialTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
}

.blogTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.contentOrange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
}

.blogContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.blogWeeklyArchives {
	position: absolute;
	top: 100px;
	left: 30px;
	width: 250px;
}

.blogIndividualEntries {
	position: absolute;
	top: 100px;
	left: 230px;
	width: 400px;
}

/*
The codeBlock class is used in conjunction with the PRE tag to display programming
code in a manner that is set apart from the normal text.
*/
.codeBlock {
	font-family: Courier;
	font-size: 11px;
	color: #FFFFFF;
}

/* The bioPic class is used to display my bio pic on the Contact Info page. */
.bioPic {
	position: absolute;
	top: 100px;
	left: 30px;
	width: 100px;
}

/* The bioText class is used to display bio text just to the right of the bio pic. */
.bioText {
	position: absolute;
	top: 100px;
	left: 200px;
	width: 420px;
}

/* The bioText2 class is used to continue the bioText class and display additional text/images. */
.bioText2 {
	position: absolute;
	top: 260px;
	left: 30px;
	width: 560px;
}

.wallPaperColumn1 {
	position: absolute;
	top: 180px;
	left: 40px;
	width: 270px;
}

.wallPaperColumn2 {
	position: absolute;
	top: 180px;
	left: 330px;
	width: 270px;
}

.divider {
	line-height:4px; 
	border-top:1px dotted #CCCCCC;
}

/* #122441 */
a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a:fade {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
}
/*a:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9000;
}*/

.formButton {
	font-family : Arial, Helvetica, Verdana;
	font-size : 11px;
	color : #999999;
	font-weight : normal;
   	border-color : #999999;
    border-width : 1px
   	background-color : #EEEEEE;
	}

input{
	font-family : Arial, Helvetica, Verdana;
	font-size : 11px;
	color : #000000;
	font-weight : normal;
   	border-color : #999999;
    border-width : 1px
   	background-color : #FFFFFF;
}

