/***********************************************/
/* emx_nav_left.css                            */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	line-height: 1.7;
	margin: 0px;
	padding: 0px;
	background: #ddeeff url(bg_grad.jpg) fixed;
	font-size: 11pt;
	font-style: normal;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #000066;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 160% "Trebuchet MS";
 color: #000066;
 margin: 0px;
 padding: 0px;
}

h2{
 font: normal 160% "Trebuchet MS";
 color: #000066;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% "Trebuchet MS";
 color: #000066;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bolder 130% Arial, Helvetica, sans-serif;
 color: #000066;
 margin: 0px;
 padding: 3px 0px 5px;
}

h5{
 font: normal 12px "Trebuchet MS";
 color: #000066;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 77px;
	left: 30px;
	right: 2%;
	width:900px;
	background-color: #ffffff;
	z-index: 2;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	background-image: url(tl_curve_white.gif);
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	background-image: url(tr_curve_white.gif);
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:90%;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #FFFFFF;
	border-right: 1px solid #ddeeff;
	border-bottom: 1px none #ddeeff;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 5px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ddeeff;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 7px 0px 5px 5px;
	margin: 0px;
	border-bottom:1px solid #ddeeff;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 90%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image:  url("glbnav_background.gif");
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddeeff;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
	font-size: small;
	color: #4671C3;
	font-weight: bold;
	margin: 0px;
	border-right: 0px none;
	font-family: Arial, Helvetica, sans-serif;
}

a.glink:hover{
	text-decoration: underline;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
	text-decoration: underline;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 2px 0px 10px 10px;
	font-size: 90%;
	min-height: 200px;
	height: 200px;
	color: #000066;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 160% Arial, Helvetica, sans-serif;
	color: #000066;
	padding: 10px 0px 5px;
	text-decoration: none;
}

.feature img{
	float: left;
	padding: 4px 10px 0px 0px;
	border: 1px none #000066;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.story h3{
	font: bold 125% "Trebuchet MS";
	color: #000066;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: normal 1em "Trebuchet MS";
	color: #4671C3;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #ddeeff;
	font-size: x-small;
	color: #000066;
	padding: 5px 10px 10px 250px;
	margin-top: -1px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px;
	border-bottom: 1px solid #ddeeff;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px none #ffffff;
	border-bottom: 1px none #ddeeff;
	background-image:  url("bg_nav.jpg");
	font-weight: normal;
	padding: 3px 0px 3px 10px;
	color: #000066;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

#sectionLinks a:hover {
	border-top: 1px none #ddeeff;
	background-color: #FFFFFF;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
	color: #000066;
	font-family: "Trebuchet MS";
	font-size: 12px;
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
	color: #4671C3;
	font-size: 12px;
}

#advert img{
	display: block;
}
#galeri {
	float: left;
	width:auto;
	padding: 10px 5px 0px 10px;
	background-color: #FFFFFF;
	border-right: 1px solid #ddeeff;
	border-bottom: 1px solid #ddeeff;
	font: small "Trebuchet MS";
	height: 200px;
}
.tale {

	padding: 10px 100px 0px 10px;
	font-size: 80%;
}
#weed {

	padding: 0px 5px 0px 0px;
	margin:0px 400px 0px 178px;
	border-left: 1px solid #ddeeff;
}
.feature a.capsule {

	font: normal 1em "Trebuchet MS";
	color: #4671C3;
}
.feature a.capsule:hover {

	text-decoration: underline;
}
.siteInfo a.capsule {


	font: normal 1em "Trebuchet MS";
	color: #4671C3;
}
.siteInfo a.capsule:hover {


	text-decoration: underline;
}
.story h2 {

	font: bold 175% "Trebuchet MS";
	color: #000066;
}
.content a.capsule {


	font: normal 1em "Trebuchet MS";
	color: #4671C3;
}
.content a.capsule:hover {


	text-decoration: underline;
}
.relatedLinks{
	margin: 0px;
	padding: 8px 0px 3px;
	border-bottom: 1px solid #ddeeff;
	background-color: #EFF7FF;
}
#relatedLinks a:link, #relatedLinks a:visited {
	display: block;
	border-top: 1px none #ffffff;
	border-bottom: 1px none #ddeeff;
	font-weight: normal;
	padding: 1px 0px 1px 10px;
	color: #4671C3;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #EFF7FF;
}
#relatedLinks h3 {

	display: block;
	border-top: 1px none #ffffff;
	border-bottom: 1px none #ddeeff;
	font-weight: bold;
	padding: 0px 0px 5px 10px;
	color: #4671C3;
	font-family: "Trebuchet MS";
	font-size: 100%;
	background-color: #EFF7FF;
}
.sign {

	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.sign a.capsule {

	font: normal 1em "Trebuchet MS";
	color: #4671C3;
}
.sign a.capsule:hover {

	text-decoration: underline;
}
.sign h3 {

	font: bold 125% "Trebuchet MS";
	color: #000066;
	padding: 10px 0px 5px;
}
.signimg {


	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.sign img {

	float: left;
	padding: 12px 10px 0px 0px;
	border: 1px none #000066;
}
td.storyRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDEEFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DDEEFF;
	border-bottom-color: #DDEEFF;
	border-left-color: #DDEEFF;
	padding-right: 3px;
}
td.storyBottom {
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #DDEEFF;
	border-top-width: thin;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DDEEFF;
	border-bottom-color: #DDEEFF;
	border-left-color: #DDEEFF;
	padding-left: 5px;
}
td.storyh3 {
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #DDEEFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DDEEFF;
	border-bottom-color: #DDEEFF;
	border-left-color: #DDEEFF;
	padding-left: 5px;
	font-family: "Trebuchet MS";
	font-size: 125%;
	font-weight: bold;
}
td.storyLeft {

	border-right-width: thin;
	border-right-style: none;
	border-right-color: #DDEEFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DDEEFF;
	border-bottom-color: #DDEEFF;
	border-left-color: #DDEEFF;
	padding-left: 3px;
}
.advert a.capsule {


	font: normal 1em "Trebuchet MS";
	color: #4671C3;
}
.advert a.capsule:hover {


	text-decoration: underline;
}
td.storyh3 a:link {
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #DDEEFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DDEEFF;
	border-bottom-color: #DDEEFF;
	border-left-color: #DDEEFF;
	font-family: "Trebuchet MS";
	font-size: 100%;
	font-weight: bold;
	padding-left: 5px;
	color: #4671C3;
}
td.storyh3 a:visited {
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #DDEEFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DDEEFF;
	border-bottom-color: #DDEEFF;
	border-left-color: #DDEEFF;
	font-family: "Trebuchet MS";
	font-size: 100%;
	font-weight: bold;
	padding-left: 5px;
	color: #4671C3;
}
td.storyh3 a:hover {
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #DDEEFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DDEEFF;
	border-bottom-color: #DDEEFF;
	border-left-color: #DDEEFF;
	font-family: "Trebuchet MS";
	font-size: 100%;
	font-weight: bold;
	padding-left: 5px;
	color: #4671C3;
}
.content a:link {
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #DDEEFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DDEEFF;
	border-bottom-color: #DDEEFF;
	border-left-color: #DDEEFF;
	font-family: "Trebuchet MS";
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
}
.content a:visited {

	border-right-width: thin;
	border-right-style: none;
	border-right-color: #DDEEFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DDEEFF;
	border-bottom-color: #DDEEFF;
	border-left-color: #DDEEFF;
	font-family: "Trebuchet MS";
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
}
.content a:hover {

	border-right-width: thin;
	border-right-style: none;
	border-right-color: #DDEEFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DDEEFF;
	border-bottom-color: #DDEEFF;
	border-left-color: #DDEEFF;
	font-family: "Trebuchet MS";
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
}
td.storyRight a.capsule {



	font: normal 1em "Trebuchet MS";
	color: #4671C3;
}
td.storyRight a.capsule:hover {



	text-decoration: underline;
}
td.storyBottom a.capsule {




	font: normal 1em "Trebuchet MS";
	color: #4671C3;
}
td.storyBottom a.capsule:hover {




	text-decoration: underline;
}
td.storyBottom a.active {





	font: normal 1em "Trebuchet MS";
	color: #000066;
}
h6 {

 font: bold normal 250% "Trebuchet MS";
 color: #000066;
 margin: 0px;
 padding: 0px;
}
.story a.capsu {

	font: normal 1em Arial, Helvetica, sans-serif;
	color: #000066;
}
.story a.capsu:hover {

	text-decoration: underline;
}
.kitaplik {

	margin: 0px;
	padding: 0px 0px 15px;
	border-bottom: 1px solid #ddeeff;
	background-color: #ffffff;
}
#kitaplik a:link, #kitaplik a:visited {
	display: marker;
	border-top: 1px none #ffffff;
	border-bottom: 1px none #ddeeff;
	font-weight: normal;
	padding: -20px 0px 3px 2px;
	color: #4671C3;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	font-variant: normal;
	font-style: normal;
	line-height: 15pt;
}
#kitaplik, #kitaplik {
	display: block;
	border-top: 1px none #ffffff;
	border-bottom: 1px solid #ddeeff;
	font-weight: normal;
	color: #4671C3;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#kitaplik h3 {
	padding: 5px 0px 2px;
	border-bottom: 1px none #ddeeff;
	font-family: "Trebuchet MS";
	color: #000066;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}
#kitaplik h3 a:link {

	padding: 10px 0px 10px 3px;
	border-bottom: 1px none #ddeeff;
	font-family: "Trebuchet MS";
	color: #000066;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}
#kitaplik h3 a:visited {


	padding: 10px 0px 2px;
	border-bottom: 1px none #ddeeff;
	font-family: "Trebuchet MS";
	color: #000066;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}
#kitaplik h3 a:hover {



	padding: 10px 0px;
	border-bottom: 1px none #ddeeff;
	font-family: "Trebuchet MS";
	color: #000066;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}
#banner a:link, #banner a:visited {

	display: block;
	border-top: 1px none #ffffff;
	border-bottom: 1px none #ddeeff;
	font-weight: normal;
	padding: 2px 0px 1px 10px;
	color: #4671C3;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #FFFFFF;
}
.banner {

	margin: 0px;
	padding: 8px 0px 3px;
	border-bottom: 1px solid #ddeeff;
	background-color: #FFFFFF;
}
.poster {


	margin: 0px;
	padding: 0px 0px 15px;
	background-color: #ffffff;
}
#poster a:link, #poster a:visited {

	display: block;
	border-top: 1px none #ffffff;
	font-weight: normal;
	padding: 0px;
	color: #4671C3;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	font-variant: normal;
	font-style: italic;
	line-height: 15pt;
}
#poster, #poster {
	display: block;
	font-weight: normal;
	color: #4671C3;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: #ffffff;
}
tr.storyBottom {

	border-right-width: thin;
	border-right-style: none;
	border-right-color: #DDEEFF;
	border-top-width: thin;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DDEEFF;
	border-bottom-color: #DDEEFF;
	border-left-color: #DDEEFF;
	padding-left: 5px;
}
h6 {


 font: bolder 180% "Trebuchet MS";
 color: #4671C3;
 margin: 0px;
 padding: 3px 0px 5px;
}
h7 {



 font: bolder 120% "Trebuchet MS";
 color: #4671C3;
 margin: 0px;
 padding: 3px 0px 5px;
}
.storypijama {

	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 2px solid #ddeeff;
	border-right: 2px solid #ddeeff;
	border-bottom: 2px solid #ddeeff;
	border-left: 2px solid #ddeeff;
}
.feature h6 {

	font: normal 115%/1.5 "Times New Roman", Times, serif;
	color: #000066;
	padding: 10px 0px 5px;
}
.contentarial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.contenttimes {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.feature arial {



	font: normal 1em Arial, Helvetica, sans-serif;
	color: #000066;
}
.feature h5 {


	font: normal 115%/1.5 Arial, Helvetica, sans-serif;
	color: #000066;
	padding: 10px 0px 5px;
}

