/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#page {
	width:763px;
	background-color:#F8CC47;
}
#two-columns {
	margin-left:194px;/*this is the space for the left column */
	background-color:white;
	padding-left:8px;
}
#left-column {
	margin-left:-193px;/*must be 1 pixel less than width */
	float:left;
	width:194px;/* this width is the same as the margin on #two-columns */
	position:relative;
	left:-2px;/* line it up exactly without losing pressure on footer*/
}
#right-column{width:100%;float:left;margin-right:-1px}/* contain cleared elements from clearing other floats*/

#page-content {
	margin-top:12px;
}

#navbar {
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}

.navigation {
}
.navigation p {
	margin:5px auto 10px 0px;
}
.navigation a {
	text-decoration:none;
	color:#FFFFFF;
	margin:5px auto 10px 0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}
.navigation a:visited {
	color:#FFFFFF;
}
.navigation a:hover {
	color:#000000;
}

.pranesimasGold {
	position:relative;
	top:-8px;
	width:534px;
	background-color:#F8CC47;
	border:solid;
	border-color:#999999;
	border-width:2px;
	padding:2px;
	margin-bottom:8px;
}
.pranesimasGold a {
	color:#000000;
	font-weight:bold;
}

.pranesimasPurple {
	position:relative;
	top:-8px;
	width:534px;
	background-color:#00005F;
	border:solid;
	border-color:#999999;
	border-width:2px;
	padding:2px;
	margin-bottom:8px;
}

.pranesimasPurple a {
	color:#999999;
}

.pranesimasPurple p {
	color:#FFFFFF;
}

h1,h2,h3,p {margin-top:0}

/* clear without structural mark-up from PIE website*/
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}

 /* mac hide \*/
    * html .clearfix {height: 1%;}
      .clearfix {display: block;}
.style2 {color: #999999}
.style3 {color: #FFFFFF}
.style4 {color: #FFFFFF; font-weight: bold; }
.legal-text {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
.unimplementedLink {color: #666666} /* this is for non-functional links to non-existant web pages */
