@charset "utf-8";

/***************** COMMON *****************/

*
{
	margin: 0;
	padding: 0;
}

div.clear
{
	clear: both;
}

.right
{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.left
{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

img
{
	border: 0;
}

/***************** LAYOUT STUCTURE *****************/

body
{
	width: 1002px;
	min-height: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
	color: #005696;
}

.columnContainerBackground
{
	border-left: 200px solid #FFFFFF;
	border-right: 200px solid #FFFFFF;
	min-height: 300px;
}

.columnPane
{
	width: 100%;
}

.columnWrapper
{
	float: left;
	width: 100%;
	margin-left: -200px;
}

/***************** COMPONENTS *****************/

#header
{
	background-image: url('images/banner.jpg');
	background-position: top;
	background-repeat: no-repeat;
	
	width: 1000px;
	height: 121px;
}

#menu
{
	background-image: url('images/menu-center.jpg');
	background-position: top;
	background-repeat: repeat-x;
	
	height: 40px;
	font-size: 11pt;
}

#menu #menu-left
{
	background-image: url('images/menu-left.jpg');
	background-position: top;
	background-repeat: no-repeat;
	
	float: left;
	
	width: 11px;
	height: 40px;
}

#menu #menu-right
{
	background-image: url('images/menu-right.jpg');
	background-position: top;
	background-repeat: no-repeat;
	
	float: right;
	
	width: 11px;
	height: 40px;
}

#menu ul
{
	list-style: none;
	float: left;
	margin-top: 5px;
	height: 40px;
}

#menu ul li
{
	display: inline;
}

#menu a, #menu a:visited
{
	display: block;
	float: left;
	
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	margin-left: 13px;
	margin-right: 13px;
		
	color: #555555;
	text-decoration: none;
}

#menu a:hover
{
	/*padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 8px;
	margin-right: 8px;
	
	border: 1px solid #555555;*/
	
	text-decoration: underline;
}

#menu #current
{
	font-weight: bold;
}

#col1
{
	float: left;
	width: 200px;
	/*display: none;*/
}

#col2
{
	float: right;
	margin-right: -200px;
	width: 100%;
	
	line-height: 160%;
}

#col2 #content, #col3
{
	padding: 15px;
}

#col2 #content
{
	padding-left: 25px;
	padding-right: 25px;
}

#col2 p, #col2 ul, #col2 ol, #col3 p, #col3 ul, #col3 ol
{
	margin-bottom: 15px;
}

#col3
{
	float: right; 
	width: 200px;
	margin-right: -200px;
	/*display: none;*/
}

* html #col1, * html #col2, * html #col3
{
	position: relative;
}

#col1, #col2, #col3
{
	overflow: auto;
}

#footer
{
	text-align: center;
}
