/*------------------------------------------*/
/*				 CONTAINER 					*/
/*------------------------------------------*/

div#Logo {
	position:				absolute;
	
	left:					10px;
	top:					10px;
	
	width:					150px;
	height:					148px;
}

#SpacerNavV {
	position:				absolute;
	
	top:					156px;
	left:					10px;
	
	width:					130px;
	height:					44px;
	vertical-align:			middle;
	
	font-size:				12px;
	padding:				0px 8px 0px 8px;
	margin:					0px;
	border-left:			2px solid #718CA6;
	border-right:			2px solid #718CA6;
	border-top:				2px solid #718CA6;
}



div#Header {
	position:				absolute;
	
	left:					180px;
	top:					10px;
	
	width:					800px;
	height:					120px;
	
	margin:					0px;
	padding:				0px;
	text-align:				center;
}



div#Header H2 {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			18px;
	color:				red;
	text-align:			left;
}

div#Header H1 {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			24px;
	color:				#718CA6;
}
			
#NavigationH {
	position:				absolute;
	
	left:					180px;
	top:					126px;
	
	width:					774px;
	height:					28px;
	
	font: 					18px Verdana, sans-serif;
	padding:				2px 13px 2px 13px;
	background-image:		url(/images/menuH.gif);
	background-repeat:		no-repeat;
}

div#NavigationH a {
	position:			relative;
	display:			block;
	
	width:				152px;
	height:				24px;
	
	margin:				2px 0px 2px 2px;
	font: 				bold 14px sans-serif; 
	float:				left;
	background-color:	#718CA6;
	text-align:			center;
	line-height:		24px;
	vertical-align:		middle;
	color:				black;
}

div#NavigationH a.selected {
	background-color:	white;
	}

div#NavigationH a:hover {
	background-color:	white;
}

div#NavigationV {
	position:				absolute;
	
	left:					10px;
	top:					202px;
	
	width:					auto; 
	height:					auto;
	min-height:				300px;
	
	border-left:			2px solid #718CA6;
	border-right:			2px solid #718CA6;
	border-top:				2px solid #718CA6;

	
	background-color:		transparent;
	padding:				0px;
}

div#NavigationV ul {
	width:					126px;
	height:					auto;
	
	display:				block;
	overflow:				hidden;

	font: 					12px Verdana, sans-serif;
	padding:				10px;
	list-style-type:		none;
	margin:					0px;
}

div#NavigationV li a {
	color:					black;
	text-decoration:		none;
	width:					100%;
	display:				block;
}

div#NavigationV li {
	padding-top:			3px;
}

div#NavigationV li.heading {
  	font-weight:			bold;
  	text-align:				center; 
	padding:				10px 0px 5px 0px;
	text-decoration:		underline;
	list-style-type:		none;
}

div#NavigationV li.expanded {
	font-style:		     	italic;
}

div#NavigationV li.sub {
	padding-left:			10px;
}

div#NavigationV li.selected {
	color:					red;
}

div#NavigationV li :hover {
	color:					red;
	text-decoration:		underline;
}

div#NavigationVend {
	position:				absolute;
	
	bottom:					-9px;
	left:					-2px;
	
	width:					150px;
	height:					9px;
	
	background-image:		url(/images/menuVend.gif);
	background-color:		transparent;
	background-position:	bottom;
	background-repeat:		no-repeat;
}

div#Index {
	position:				absolute;
	
	top:					158px;
	left:					180px;
	
	width:					712px;
	height:					44px;
	
	line-height:			46px;
	padding:				0px 0px 0px 4px;
	margin:					0px;
	vertical-align:			middle;
	font-weight:			bold;
}

div#Index a {
	color:					black;
	text-decoration:		none;
}

div#Content {
	position:				absolute;
	
	top:					218px;
	left:					180px;
	
	width:					766px;
	height:					auto !important;
	height:					300px;
	min-height:				300px;
	
	border-left:			2px solid #718CA6;
	border-right:			2px solid #718CA6;
	padding:				0px 15px 0px 15px;
	margin:					0px;
	background-color:		white;
}

div#ContentEndTop {
	position:				absolute;
	
	top:					202px;
	left:					180px;

	width:					800px;
	height:					16px;
	
	background-image:		url(/images/border_up.gif);
}

div#ContentEndBottom {
	position:				absolute;
	bottom:					-16px;
	left:					-2px;
	width:					800px;
	height:					16px;
	background-image:		url(/images/border_down.gif);
}

div#Content h1.ContentHead {
	margin-top:				0px;
	text-decoration:		underline;
	text-align:				center;
	font-size:				16px;
}

#contentDate {
	margin-top:				0px;
	font-size:				12px;
	float:					right;
	display:				inline;
}


/*--------------------------------------------------------------------
						Tags
--------------------------------------------------------------------*/


body {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;					
    background-color:   #CCCCCC;
}

a {
	color:				#333333;
	text-decoration:	underline;
}

a:hover {
	color:				red;
}

input {
	font-size:			12px;
}

.underlined {
	text-decoration:	underline;
}

a img {
	border:				0px;
}

hr {
	border:		2px dotted #CCCCCC;
	margin:		12px 0px 12px 0px;	
}

table.tr td {
	padding:				3px 0px 3px 0px;
}

