/*********** HTML tag ***********/

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
/*note: ori: ^line-height: 1;*/

a{
	color: #666666;
	text-decoration: none;
	font-size: 90%;
}

a:link{
	color: #666666;
	text-decoration: none;
}

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

a:hover{
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

h1{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 100%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 120%;
 color: #990000;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 110%;
 color: #990000;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 100%;
 color: #990000;
 margin: 0px;
 padding: 0px;
}

.capfont{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 75%;
}

.linespacing{
line-height: 20%;
}
/*********** layout divs ***********/

#boxBody{
	padding: 0px 0px 0px 0px;
	border: 1px solid #CCCCCC;
}

#header{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#content{
  float: left;
  width: 60%;
}

#subNav{
  float:left;
	width: 20%;
	padding-right: 10px;
}

/*********************/

#mainName{
	margin: 0;
	padding: 0 0 0 10px;
}

/********************/

#pageName{
	margin: 0px;
	padding: 10px 0px 0px 10px;
	text-align: center;
}

/***************/

#topNav{
	padding: 0px 0px 20px 20px;
	border-bottom: 1px solid #CCC;
	color: #cccccc;
}

/*****************/

#space{
	padding: 10px 0px 20px 10px;
	border-left-color: 1px solid #CCCCCC;
	margin: 0px;
}

#space p{
	padding: 2px 0px 2px 0px;
}

/****************/

#subNav{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#subNav p{
	padding: 5px 0px 5px 0px;
}

/**************/

.subContent{
	padding: 0px 10px 10px 10px;
	font-size: 85%;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: auto;
	text-align: center;
}
/*note 	line-height: 20px;^*/

.subContent2{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	width: auto;
	text-align: center;
	line-height: 75%;
}
/*note:	line-height: 10px;*/

.subContent2 b{
	font-weight: 100px;
	font-size: 120%;
}

.subContent2 p{
	padding: 0px 0px 5px 0px;
	line-height: 1px;
}

.subContent h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.subContent h4{
	padding: 10px 0px 5px 0px;
	text-align: center;
}

.subBlock{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 70%;
	border-right: 1px solid #CCCCCC;
}

.subBlock p{
	padding: 0px 0px 5px 0px;
}


/************/

#contact{
	clear: both;
	border-top: 1px solid #CCCCCC;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}