@charset "UTF-8";
/* general stles */

:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, img {margin: 0px; padding: 0px;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #963;
	background-image:url(../images/crossstitch.gif); 
	background-repeat:repeat;
line-height: 1.25em;
}

#Border {
	width:803px; 
	margin-top:48px;
}

/* containers */

#Top {
	height: 81px;
	background-color: #FFF;

}

#Header {
	float: right;
}

#Bottom {
	clear: both;
}

#Name {
	float:left; 
	width:60px;
	
}

#Content {
	float:right; 
	padding: 30px 20px 20px 35px;
margin-bottom: 50px;
	background-color: #FFF;

	width: 687px;
}


#ThirdColumn {
	float:left; 
	padding: 40px 0px 33px 20px;
width: 240px;
min-height: 590px;

}

/*text */
 h1 {
color: #f09;
margin-top: 10px;
}

h2 {
margin-top: 10px;
color: #39f;
}

ul { width:450px;}

p, li {
margin-top: 2px;
}

/* navigation */

.GlobalNav {
	float:left;
	padding:15px 0px 10px 20px;
}

.GlobalNav span {
	padding-right: 2px;
}

.GlobalNav a {
	color: #963;
	text-decoration:none;
	font-size: 14px;
	letter-spacing: .08em;
	width: 100px;
}

.GlobalNav a:hover {
	color: #39f;
}

.SecondaryNavHorizontal {
	text-align: right;
	padding-bottom:10px;
	padding-right:20px;
}

a {
	color:#965;
}

a:hover {
	color: #39f;
}

/* list items */

ul {
padding: 0px;
}

li {
list-style-type: none;
margin: 5px 0px 0px 15px;
}

li a {
text-decoration: underline !important;
}

li a:hover {
color: #39f;
}

.NavHorizontal {
position: absolute;
top: 85px;
left: 20px;
}


