/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	color: #333;
}
body,input
{
	background-color: #fff !important;
	background-image: none;
	font-family: "Georgia", serif;
	font-size: 10pt;
	color: #000;
}

input.button
{
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #888;
	border-right: solid 1px #888;
	background-color: #eaeaea;
	color: #555;
	font-size: 0.8em;
	padding: 0.35em;
}

input.text
{
	border-top: solid 1px #888;
	border-left: solid 1px #888;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	padding: 0.1em;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}

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

a:hover
{
	color: #ff6699;
	
}

/* Outer */

#outer
{
	display:none;
	
	margin: 1.5em auto 0em auto;
	width: 100%;
}

#outer_single
{
	display:none;
	margin: 0em auto 0em auto;
	width: 100%;
}


/* Header */

#header
{
	display:none;
	padding: 0em 4.5em 0em 4.5em;
	min-width: 800px;
}

#header h2
{
	font-size: 0.8em;
	font-weight: normal;
	color: #949494;
	display: inline;
	padding-left: 0.5em;
}

#header h1
{
	letter-spacing: -0.05em;
	text-align: right;
}
a img{
	border: none;
}
#header h1 a
{
	color: #343434;
	text-decoration: none;
}
.h_text_box h1.title{
	font-size: 1.3em;
	color: #231A14;
}
.h_text_box h1.place{
	font-size: 1em;
	color: #231A14;
	
}


/* Menu */

#menu
{
	dislplay: none;

}

#menu ul
{
	dislplay: none;
	

}

#menu li
{
	dislplay: none;
	
}

#menu li a
{
	dislplay: none;
	
}

#menu li a:hover
{
	dislplay: none;
	
}
#navlink{	
	dislplay: none;
	
	float: left;
	background-color: #AD8069;
	border-bottom: solid 1px #444;
	width: 100%;
}
#navlink_single{	
	dislplay: none;
	
	float: left;
	background-color: #AD8069;
	border-bottom: solid 1px #444;
	width: 100%;
	position:fixed;
}
/* Content */

#content
{
	margin-top: 1em;
}

.box
{
	
	margin-bottom: 1.25em;
}

.boxContent
{
	margin-top: 0.5em;
	padding: 1em 1em 1em 1em;
	background: #ffffff url('images/a1.gif') top left repeat-x;
}
.headbox{
	dislplay: none;
	
	border: 3px solid #ddd;
	padding: 1em;
}

/** boxA **/

.boxA .boxContent
{
	margin-top: 0em;
	color: #fff;
	background: #7C7C7C;
	padding: 1em 1.5em 1em 1em;

}

.boxA span
{
	font-weight: bold;
	font-size: 0.8em;
}

.boxA a
{
	background-color: inherit;
	color: #fff;
	font-size: 0.8em;
}

.boxA a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #ff9900;
}

.boxA input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.boxA input.text
{
	width: 100%;
}

/** boxB **/

.boxB .boxContent
{
	margin-top: 0em;
	color: #fff;
	border: solid 1px #004466;
	background: #007799;
	padding: 1em 1.5em 1em 1em;
}

.boxB span
{
	font-weight: bold;
	font-size: 0.8em;
}

.boxB a
{
	background-color: inherit;
	color: #fff;
	font-size: 0.8em;
}

.boxB a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #007799;
}

.boxB input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.boxB input.text
{
	width: 100%;
}

/** boxC **/

.boxC .boxContent
{
	margin-top: 0em;
	color: #222;
	border-bottom: solid 1px #4B4B4B;
	background: #C9C9C9;
	padding: 1em 1.5em 1em 1em;

}

.boxC span
{
	font-weight: bold;
	font-size: 0.8em;
}

.boxC a
{
	background-color: inherit;
	color: #006699;;
	font-size: 1em;
}

.boxC a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #ff9900;
}

.boxC input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.boxC input.text
{
	width: 100%;
}

/** boxD **/

.boxD .boxContent
{
	margin-top: 0em;
	color: #222;
	border: solid 1px #C8C8C8;
	background: #E5E5E5;
	padding: 1em 1.5em 1em 1em;

}

.boxD span
{
	font-weight: bold;
	font-size: 0.8em;
}

.boxD a
{
	background-color: inherit;
	color: #006699;
	font-size: 1em;
}

.boxD a:hover
{
	color: #991D3F;
	
}

.boxD input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.boxD input.text
{
	width: 100%;
}


/** Content **/

#content p
{
	margin-bottom: 1em;
	text-align: justify;
	line-height: 1.5em;
}

#content strong
{
	color: #444;
}

#content h2,h3,h4,h5,h6
{
}

#content h2,h3
{
}

#content h3
{
	font-size: 1.0em;
}

#content h2
{
	font-size: 1.25em;
}

#content ul
{
	margin-bottom: 1em;
	padding-left: 1em;
	line-height: 1.8em;
}

#content blockquote
{
	padding: 1em;
	margin-bottom: 1.5em;
	border-left: solid 6px #558800;
}

#content blockquote p
{
	margin-bottom: 0em;
	line-height: 1.5em;
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	color: #444;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color:#DBDEFF;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fbfbfb;
	color: inherit;
}

#content table tr.rowObsoleted
{
	background-color: #aaa;
	color: #777;
	text-decoration: line-through;

}

/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -19em;
	width: 100%;
	
}

#primaryContent
{
	margin: 0em 0em 0em 15em;
	padding: 0 2.5em 1.5em 2.5em;
}

/* Secondary Content */

#secondaryContent
{
	display: none;
	float: left;
	width: 13em;
	padding: 0 2.5em 1.5em 2.5em;
	margin-top: -20px;
}

/* Footer */

#footer_out
{
	border-top: solid 1px #aaa;
	text-align: center;
	padding: 1.5em 0em 1.5em 0em;
}

.clear
{
	clear: both;
}
/* News Marquee */
#headline{
	display: none;
	margin-left: 1.5em;
	float: left;
	color: #999;
}
#jump_base {
  float: left;
	display: none;

  overflow-y:hidden;
  height: 1.5em;
  margin: auto;
  padding: 0 10px 0 10px;
  font-size: .9em;
}

#jump_base a {
	display: none;
	
  color: #000099;
  background-color: inherit;
}

.news {
  color: inherit;
}
#marquee
{
	display: none;
}

#marquee a
{
	display: none;

}

#marquee a:hover
{
	display: none;

}


/* Post */
.post{ 
  padding: 1em;	
  margin-bottom: 1em;	
  background-color: #F4F5FF;
  border: 1px solid #DADDFD;
}
.post h4{
	color: #136596;
}
.post_date{
	font-size: 85%;
}
p.urgent{
	background-color: #992133;
	color: #fff;
	padding: 0.3em;
	display: inline;
	font-size: 85%;
}
hr{
	border: none;
	border-bottom: 1px solid #555;
	margin-bottom: 10px;
}
/* Hiding */
.hide{
}
img.logo{
	margin-left: -60px;
}
.h_logo_box_l{
	float: left;
}
.h_logo_box_r{
	margin-left: -400px;
	margin-right: -60px;
	float: right;
}
.h_text_box{
	float: right;
	margin-top: -35px;
	margin-left: -90px;
}
.gap{
	height: 22px;
	
}
.mono{
	font-family: monospace;
}
.content_box{
	margin-top: 15px;
	margin: 15px 10px 10px 0;
	min-height: 200px;
}
.content_box2{
	min-height: 200px;
	margin-top: 10px;
	
}
.img_left{
	float: left;
	margin: 20px 20px 20px 0;
}
.img_right{
	float: right;
	margin: 20px 0 20px 20px;
}
.hline{
	border-bottom: 0.08em solid;
}
.hline_light{
	border-bottom: 1px solid #aaa;
}
.hline_dotted{
	border-bottom: 1px dotted #aaa;
}
.title2{
	color: #994451;
}
h3.section{
	color: #555;
	border-bottom: 1px solid;
}
ul.link_v{
	color: #555;
	list-style: square;
	margin: 0;
	padding: 0;
}
.link_v li{
	margin: 0;
	padding: 0;
}
p.para{
	margin-top: 10px;
}
.tools{
	display: none;
	text-align: right;
	margin: 1em 0 1em 0;
}
.tools a{
	color: #777;
	
}
.tools a:hover{
	color: #555D99;
}

.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: none;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	display: none;
    /* since this element is floated, a width must be given */
	width: 0px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	margin-top: -30px;
}
.twoColFixLtHdr #mainContent { 
	display: block;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 90%; 
	border-top: 1px solid;
	background-color: #fff;
	color: #555;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #header {
	background-color: #FFFFFF;
}
.print_only{
	display: block;
}
.print_hide{
	display: none;
}
table{
	border: 1px solid #000;
}
table td{
	border: 1px solid #999;
}
table th{

}