body
{
	/*text-align: center;*/

	font-size: 100%;
	font-family: Arial;

	margin: 0px;
}

img
{
	border: 0px;
}

h1
{
	font-family: Verdana;
	font-size:120%;
	color: #555555;
}

h2
{
	font-family: Verdana;
	font-size: 100%;
	color: #555555;
}

p
{
	font-family: Verdana;
	font-size: 100%;
	color: #222222;
	margin-top: 0px;
}

b
{
	font-family: Verdana;
	font-size: 90%;
	font-weight: bold;
	color: #555555;
}

code
{
	display: block;

	padding: 4px;

	margin-top: 6px;

	background-color: #ffffea;
	border: 1px solid #77788E;
}

a:link {
	color: #062d66
}
a:visited {
	color: #6d6974
}
a:hover {
	color: #0b6236
}
a:active {
	color: #062d66
}


#site
{
	position: relative;
	top:  0px;
	left: 0px;

	width: 1000px;
	height: auto;

	background-color: #E6E6E6;

	text-align: left;

	padding: 4px;

	/*margin: 8px;*/
	margin-top: 8px;
	margin-left: 8px;
	margin-bottom: 8px;

	float: left;
}

#site-head1
{
	position: relative;

	top:  0px;
	left: 0px;

	width: 1000px;
	height: 60px;

	background-color: #CED8DD;


}

#site-head2
{
	position: relative;

	top:  0px;
	left: 0px;

	width: 100%;

	background-color: #E6E6E6;

	float: left;
}

#site-head2 p
{
	padding: 8px;
	margin: 0px;
}

#site-body
{
	position: relative;

	top:  0px;
	left: 0px;

	width: 1000px;

	background-color: #E6E6E6;

	float: left;
}

#site-foot
{
	position: relative;

	top:  0px;
	left: 0px;

	width: 1000px;

	background-color: #E6E6E6;

	float: left;

	text-align: center;

	padding-top:    2px;
	padding-bottom: 4px;
}

#body-left
{
	position: relative;

	top:  0px;
	left: 0px;

	width: 200px;

	float: left;
}

#body-middle
{
	position: relative;

	top:  0px;
	left: 4px;

	width: 592px;
	overflow: hidden;

	float: left;
}

#body-right
{
	position: relative;

	top:  0px;
	left: 8px;

	width: 200px;

	float: left;
}

.box
{
	position: relative;

	top:  0px;
	left: 0px;

	width: 100%;

	float: bottom;

	margin-bottom: 4px;
}

.box div.box-title
{
	width: 100%;
	background-color: #CED8DD;
}

.box div.box-content
{
	width: 100%;
	background-color: #eeeeee;

	font-family: Verdana;
	font-size: 100%;
	color: #222222;
}

.box div.box-foot
{
	width: 100%;
	background-color: #dddddd;
}


/*
.box div.box-content p
{
	padding: 8px;
	margin: 0px;
	overflow: hidden;
	word-wrap: break-word;
}*/

.box-content-padding
{
	padding: 8px;
	margin: 0px;
	overflow: hidden;
	word-wrap: break-word;
}

.box div.box-title h2
{
	padding: 8px;
	margin: 0px;
}

.box div.box-foot p
{
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	margin-top: 2px;
	margin-bottom: 2px;

	font-size: 80%;
}

.box div.box-content a
{
	font-size: 90%;
}
