/** HTML TAGS REDEFINITION **/
body
{
	margin: 0;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #cfcfcf;
}

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

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

a:hover
{
	color: #000000;
	text-decoration: underline;
}

#content { background: #FFFFFF url("../images/background_blue.gif") repeat-y; }

/** HEADER CONTENT **/
#header
{
	height: 49px;
	padding-top: 20px;
	background: #FFFFFF;
}

.logo {
	margin-left: 26px;
	height: 49px;
	margin-bottom: 0px;
	background-position: bottom;
}

/** NAVIGATION **/
#topnav
{
	color: #666;
	font-size: 11px;
	white-space: nowrap;
	margin-bottom: 6px;
	margin-left: 30px;
}

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

#topnav a:visited { color: #666; }

#topnav a:hover
{
	color: #3366CC;
	text-decoration: none;
}

/** NAVIGATION CONTENT **/
#grey_line
{
	background-color: #CCCCCC;
	height: 8px;
	margin: 0px;
	padding: 0px;
}

#nav_left
{
	background-color: #039;
	width: 266px;
	height: 24px;
	float: left;
}

#nav_right
{
	background-color: #039;
	height: 24px;
}

/** SUBNAV **/
#inline-list
{
	color: #003399;
	font-size: 12px;
	background-color: #ccc;
	white-space: nowrap;
	display: block;
	padding-top: 4px;
	padding-bottom: 5px;
}

#inline-list-white
{
	color: #666;
	font-size: 12px;
	background-color: #fff;
	white-space: nowrap;
	display: block;
	padding-top: 6px;
	z-index: 2;
	height: 18px;
	vertical-align: middle;
}

#inline-list ul
{
	color: #666;
	display: inline;
}

#inline-list li
{
	color: #3166cc;
	list-style: none;
	display: inline;
	border-left: 1px solid #666666;
	padding-right: 3px;
	padding-left: 10px;
}

#inline-list a:link
{
	color: #333333;
	text-decoration: none;
}

#inline-list a:visited
{
	color: #333333;
	text-decoration: none;
}

#inline-list a:hover
{
	color: #3166CC;
	text-decoration: none;
}

/**MAIN CONTENT **/
.content_anim { width: 267px; }

#min_height
{
	min-height: 380px;
	background-color: #039;
	float: left;
	height: 380px;
}

#content_main
{
	line-height: 18px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 50px;
	padding-top: 44px;
	height: 380px;
}

#content_main table { height: 120px; }

#title
{
	color: #666;
	font-size: 24px;
	letter-spacing: 1pt;
	white-space: normal;
	display: block;
	margin-top: 20px;
	margin-left: 30px;
	padding-left: 30px;
}

#paragraph
{
	color: #333;
	background: url("../images/big_dot_blue.gif") no-repeat;
	white-space: normal;
	display: table;
	margin-top: 20px;
	margin-left: 30px;
	padding-top: 2px;
	padding-left: 30px;
	width: 420px;
}
#paragraph li {
	list-style-type: square;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-left: -12px;
}

#bloctitle
{
	white-space: normal;
	display: table;
	margin-top: 20px;
	margin-left: 30px;
	padding-top: 2px;
	padding-left: 30px;
	width: 420px;
}

#rgt-box
{
	color: #666666;
	font-size: 11px;
	white-space: normal;
	margin: 70px 21px 6px 30px;
	width: 160px;
}
#rgt-box li {
	margin-left: -10px;
	list-style-type: square;
	padding-bottom: 3px;
	padding-left: 0;
	padding-top: 4px; }
/** FOOTER **/
#footer
{
	color: #333333;
	font-size: 11px;
	white-space: nowrap;
	margin-right: 30px;
	padding-left: 10px;
}
.border
{
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: 0px;
	padding: 0px;
}

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

#footer a:hover
{
	color: #000000;
	text-decoration: underline;
}

#footer a:visited { color: #0066CC; }
/** HOMEPAGE NEWS **/
#rgt-box-home
{
	color: #666666;
	font-size: 12px;
	white-space: normal;
	width: 180px;
	margin: 16px 21px 6px 20px; }
#rgt-box-home li {
	list-style-type: square;
	padding-bottom: 3px;
	padding-top: 4px;
	padding-left: 1px; }
.news {
	background-image: url(../images/dot_grey_small.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	margin-left: 9px;
	padding-left: 24px; }
#popup {
	color: #333333;
	font-size: 12px;
	line-height: 16px; }
