/* CSS Document */

/*Typography & Colors
------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
}

a:link {
	color:#0066FF;
	text-decoration:none;
}

a:hover {
	color:#0066FF;
	text-decoration:underline;
}

#footer .text {
	font-size: 10px;
}

#left_column .menu {
	font-size:12px;
	font-color: #666;
	font-weight: normal;
}

#left_column .menulink_contents {
	display:none;
}

#left_column  a:link {
	color:#666666;
	text-decoration:none;
}

#left_column  a:visited {
	color:#666666;
	text-decoration:none;
}

#left_column  a:hover {
	color:#666666;
	text-decoration:underline;
}

#left_column a:active {
	color:#666666;
	text-decoration:none;
}

p {
	clear:left;
}

.documents_link {
	font-weight:normal;
	font-size:12px;
	text-align:left;
}

.documents_link a:link {
	color:#0066FF;
	text-decoration:none;
}

.documents_link a:hover {
	color:#0066FF;
	text-decoration:underline;
}

.documents_link a:active {
	color:#0066FF;
	text-decoration: none;
}

.documents_link a:visited {
	color: #0066FF;
}

th {
	font-weight:normal
}

/*Structure
------------------------------------------*/

#left_column {
	position: absolute;
	left:0;
	top:0;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left:20px;
	border-right: medium solid #CCCCCC;
	padding: 0;
	width: 175px;
	height:auto;
}

#right_column {
	position:absolute;
	left:225px;
	margin-top:0;
	margin-bottom:10px;
	height:auto;
	padding: 0;
	width: 735px;
}

.sized-block-outside-right {
	width:5px; 
	margin-left:100%;
}

#documents {
	position:absolute;
	float:right;
	top:25px;
	width:180px;
	margin-left:550px;
	height:auto;
	text-align:left;
	background-color:#CCCCCC;
}

#maintext {
	position:relative;
	float:left;
	top:25px;
	width:515px;
	height:auto;
}


/*Headers
------------------------------------------*/

.h1 {
	font-weight:bold;
	font-size:16px;
}

/*Images
------------------------------------------*/

.header {
	position:relative;
	top:0;
}

/*Lists
------------------------------------------*/

/*Form Elements
------------------------------------------*/

/*Comments
------------------------------------------*/

/*Sidebar
------------------------------------------*/

/*Common Elements
------------------------------------------*/
