/***********************************************/
	/* 2col_leftNav.css                            */
	/* Use with template 2col_leftNav.html          */
	/***********************************************/
	/***********************************************/
	/* HTML tag styles                             */
	/***********************************************/
body {
	font-family: Arial, sans-serif;
	color: #333333;
	font-size: 12pt;
	line-height: 1.166;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center; /*center the page*/
    background-color: #c8e6ff;
}

#topbody {
    width:100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/background.png) top repeat-x;
}
#page {
	/*page must be centered, but content must still be left align by default*/
	width: 800px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 30px;
	text-align: left;
    background: url(../images/border_top.png) top no-repeat;
	background-color: white;
}
    
.story {
    clear: both;
    float: left;
    width: 780px;
    padding: 10px 10px 5px 10px;
    border-bottom: solid 1px #cccccc;
}

.story p {
    margin-top: 5px; 
}

.story img {
    background-color: white;
}
#banner {
    padding:10px 5px 70px 5px;
    background:
}

#siteInfo {
    clear: both;
    font-size: 75%;
    color: black;
    padding: 5px 5px 20px 0px;
    margin-top: 5px;
    text-align: center;
    background: url(../images/border_bottom.png) bottom no-repeat;
}

a:link,a:visited,a:hover {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a img {
	border-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #006699;
}

h2 {
	font-size: 114%;
	color: #006699;
}

h3 {
	font-size: 100%;
	color: #334d55;
}

h4 {
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}

h5 {
	font-size: 100%;
	color: #334d55;
}

ul {
	list-style-type: square;
}

ul ul {
	list-style-type: disc;
}

ul ul ul {
	list-style-type: none;
}

label {
	font: bold 100% Arial, sans-serif;
	color: #334d55;
}

#content {
	float: right;
	width: 100%;
}

#acrosoft_logo {
	float: left;
	color: #01366C;
	font-weight: bold;
}

.logo {
	font-weight: bold;
}

div.logo {
	padding-top: 10px;
}

#language {
	float: right;
	font-size: 10pt;
}

.hidden {
	visibility: hidden;
	float: none;
	display: none;
	
	height: 0px;
	size: 0pt;
	margin: 0px;
	padding: 0px;
}


hr {
    color: #cccccc;
    background-color: #cccccc;
	height: 1px;
	border: 0px;
}

/*********** #navBar link styles ***********/

#mastNavBar {
    float: right;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    
}
#navBar {
	height: 33px;
	border-top: 1px solid #cccccc;
	background: url(../images/menu_bg.png) top repeat-x;
}

ul#sectionLinks {
	list-style-type: none;
	width: 100%;
	position: relative;
	height: 15px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 3px 0px 2px 0px;
}

ul#sectionLinks li {
	display: block;
	float: left;
	margin: 0px 0px 0px 4px;
	height: 15px;
}

ul#sectionLinks li.left {
	margin: 0px;
}

ul#sectionLinks li a {
	display: block;
	float: left;
	color: #fff;
	line-height: 27px;
	text-decoration: none;
	padding: 0px 17px 0px 18px;
	height: 27px;
    margin-top: 1px;
    margin-left: 1px;
}

ul#sectionLinks li a.right {
	padding-right: 19px;
}

ul#sectionLinks li a:hover {
	/*background: #2E4560;*/
	text-decoration: underline;
}

ul#sectionLinks li a.current {
    border: 1px solid white;
    margin-top: 0px;
    margin-left: 0px;
}

ul#sectionLinks li a.current:hover {
	background: none;
    text-decoration: none;
}

/* sub links*/

ul.buttons {
    list-style-type: none;
    width: 100%;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
    padding: 3px 0px 2px 5px;
}

ul.buttons li {
    display: block;
    float: left;
    margin: 0px 0px 0px 4px;
}

ul.buttons li.left {
    margin: 0px;
}

ul.buttons li a {
    display: block;
    float: left;
    color: white;
    text-align: center;
    width: 100%;
    line-height: 30px;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    height: 40px;
    width: 130px;
    /*border: 1px solid #cccccc;*/
    background: url(../images/button_off.jpg) top no-repeat
}
ul.buttons li a.large {
    width: 230px;
    background: url(../images/button_off_large.jpg) top no-repeat
}
ul.buttons li a:hover {
    text-decoration: underline;
}

ul.buttons li a.current {
    background: url(../images/button_on.jpg) top no-repeat
}

ul.buttons li a.current:hover {
    text-decoration: none;
}