/* CSS Document */

/* menu */
#menu 
{

}

#menu_swf
{
	position: absolute;
	right: 50px;
	top: 0;
}

#menu_table_img
{
	border: 0;
	width: 970;
}

#footer 
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #333333;
	float: left;
	width: 95%;
}

/* body */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

/* titles */
.titleBegin 
{
	font-size: xx-large;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

.titleEnd
{
	font-size: xx-large;
	color: #FF9900;
	font-weight: bold;
	text-align: center;
}

.subTitleBegin, .subTitleEnd
{
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

.subTitleBegin
{
	color: #FF9900;
}

.subTitleEnd
{
	color: #000000;
}

/* float of content */
div#sitecontainer 
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

div#site 
{
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#content #left, #right, #center 
{
	padding: 5px;
	float: left;
	width: 31%;
}

#content #middle
{
	padding: 5px;
	float: left;
	width: 63%;
	position: relative;
}

div#downloadContainer
{
	position: relative;
}

#downloadContainer #downloadLeft
{
	float: left;
	width: 110px;
}

#downloadContainer #downloadRight
{
	float: right;
	width: 500px;
}

#downloadContainer #downloadClear
{
	clear: both;
}

#content #left, #center 
{
	border-right: 1px solid #999999;
}

#content {
	margin-top: 2%;
}

/* read more */
.title
{
	font-size: x-large;
	color: #006699;
	font-weight: bold;
}

.subTitle
{
	font-size: smaller;
	font-weight: bold;
}

.italics
{
	font-style: italic;
}

.bold
{
	font-weight: bold;
}

.more
{
	font-size: smaller;
	color: #FF9900;
}

/* links */
a, a:visited, a:active
{
	text-decoration: none;
	color: #336699;
	border-bottom: 1px dotted #336699;
}

a:hover
{
	text-decoration: none;
	color: #FF9900;
	border-bottom: 1px dotted #FF9900;
}
