.huge
{
    font-size: xx-large;
}
body
{
	font-size: 100.01%;
	background-color: white;
	background-image: url(/images/bgLines.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}
body, textarea
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: black;
}
textarea
{
	display: block;
}

#header
{
	width: 293px;
	height: 93px;
}
#header a img
{
    border: none;
}
#mainMenu
{
	position: absolute;
	padding: 0px;
	width: 526px;
	top: 65px;
	left: 325px;
	float: left;
}
#mainMenu ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#mainMenu ul li
{
	float: left;
}
#mainMenu a
{
	display: block;
	width: 90px;
	height: 12px;
	padding: 6px;

	line-height: 100%;
	font-size: 105%;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	
	background: #cccccc url(/images/grayGrad.gif) 0 100% repeat;
	color: #0163C6;
}
#mainMenu .blog, #mainMenu .contact
{
	border: solid 1px #cccccc;
}
#mainMenu .about
{
	border: solid 1px #cccccc;
	border-right: none;
	border-left: none;	
}
#mainMenu .active
{
	border: solid 1px #4c841a;
	background: #6fc127 url(/images/greenGrad.gif) 0 100% repeat;
	color: white;
}
#mainMenu .hover
{
	border: solid 1px #4c841a;
	background: #6fc127 url(/images/greenGrad.gif) 0 100% repeat;
	color: white;
}
#content
{
	position: relative;
	width: 70%;
	padding: 10px;
	background-color: white;
	border: 1px solid #cccccc;
	margin-left: 183px;
}
#copyright
{
	float: right;
	margin: 0px;
	font-size: 75%;
}
#statusList img
{
    vertical-align: text-top
}
#statusList a img
{
    border: none;
}
a
{
	color: #0163C6;
	text-decoration: none;
}
a:visited
{
	color: #0163C6;
}
a:hover
{
	color: #0163C6;
	text-decoration: underline;
	font-weight: normal;
}
a:active
{
	color: #0163C6;
}
#secondaryMenu
{
	position: absolute;
	margin-left: 13px;
	background-color: #ffffff;
	border: solid 1px #666666;
	border-top: none;
	width: 170px;
	top: 101px;
	left: 0px;
}
#secondaryMenu h4
{
	display: block;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #999999;
	width: 164px;
	font-size: 105%;
	font-weight: bold;
	text-decoration: none;
	background: #EF9DD5 url(/images/pinkGrad.gif) 0 100% repeat-x;
	color: #222222;
	padding: 3px;
	margin: 0px 0px 3px 0px;
}
#secondaryMenu ul
{
	padding: 0px 5px 0px 5px;
	margin: 5px;
	list-style-type: none;
}
#secondaryMenu ul li
{
	margin-bottom: 5px;
}
#secondaryMenu ul li a, #secondaryMenu ul li a:visited, #secondaryMenu ul li a:hover, #secondaryMenu ul li a:active
{
	font-size: 95%;
	color: #0163A5;
}
.textBox
{
	background: white url(/images/textBoxBg.gif) repeat-x;
	background-position: left bottom;
	border: 1px solid #cccccc;
	font-size: 85%;
	color: black;
	font-weight: bold;
	padding: 3px;
}
.textBoxInvalid
{
	background: #fff5b5 url(/images/textBoxInvalidBg.gif) repeat-x;
	background-position: left bottom;
	border: 1px solid #cccccc;
	font-size: 85%;
	color: Black;
	font-weight: bold;
	padding: 3px;
}
div#content p
{
	font-size: 115%;
	line-height: 130%;
	color: #333333;
}
div#content h1
{
	font-size: 200%;
	margin-bottom: 0px;
	margin-top: 0px;
}
div#content h1 + h2
{
	font-size: 115%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #555555;
	border-bottom: 1px solid #99ccff;
	padding-bottom: 15px;
}
div#content h1 a
{
	color: black;
	border: 0px none black;
	text-decoration: none;
}
div#content h1 a:visited
{
	color: black;
}
div#content h1 a:hover
{
	color: #666666;
	font-weight: bold;
}
div#content h1 a:active
{
	color: black;
}
div#comments
{
	clear: both;
	border-top: dashed 1px #dddddd;
	padding: 5px;
}
div#comments h4
{
	font-size: 115%;
	margin: 0px auto 10px auto;
	font-weight: bold;
	color: #555555;
}
#addCommentsForm fieldset
{
	border: dashed 1px #6FC127;
	padding: 10px;
}
#addCommentsForm legend
{
	font-size: 150%;
	font-weight: bold;
	color: #000000;
}
#addCommentsForm legend span
{
	color: #6FC127;
	font-size: 125%;
}
#addCommentsForm .submitButton
{
	font-size: 200%;
	font-weight: bold;
	cursor: pointer;
}
#addCommentsForm .submitButton:hover
{
	color: black;
}
div.bubble
{
	width: auto;
	font-size: 90%;
	margin-bottom: 12px;
	padding: 7px;
}
div.bubble blockquote
{
	margin: 0px;
	padding: 0px;
	border: 1px solid #C9C2C1;
	background-color: #FDF3BB;
}
div.bubble blockquote p
{
	margin: 10px;
	padding: 0px;
}
div.bubble cite
{
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(/images/tip.jpg) no-repeat 20px 0px;
	font-style: normal;
}
div.bubble cite a
{
	font-weight: bold;
}

#content img
{
	margin: 5px 8px 5px 5px;
	padding: 2px;
	border: 1px solid #666666;
}
#content img.inset
{
	float: right;
}
#content .newBadge
{
	margin: 0px;
	padding: 0px;
	border: none 0px black;
	float: right;
}
#content img.word
{
	border: none 0px black;
}
div#alert
{
	background-color: #FDF3BB;
	border: 1px solid #666666;
	padding: 10px;
}
div#alert p
{
	color: #FF0000;
}
div#adspace
{
	padding-left: 5px;
}	
/*#6FC127 = lighter green */
/*#4C841A = dark green outline */
/*#99ccff = light blue */
/*#cccccc = light gray border */
/*#0163C6 = dark blue for links */
/*#f677c4 = bright pink */
/*#FDF3BB = cream */