/***********************************************/
/* main.css                                    */
/* Use with template alltag.html               */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana,Helvetica,Arial,sans-serif;
	color: #333333;
/*	line-height: 1.166;	*/
	margin: 0px;
	padding: 0px;
	background: #cccccc url("bg_grad.jpg") fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 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                                 */
/***********************************************/
body {
   margin:10px 10px 0px 10px;
   padding:0px;
	background-color: #ffffff;
}

#Page {
      position:absolute;
      left:20px;
      width:960px;
	top:80px;
      text-align:left;
      overflow : auto;
}

#ArticlePage {
	width: 800px;
}


#HeaderContainer {
	top: 10px;
	left: 10px;
	width: 960px;
	height:70px;
	background-color: #eeeeff;
	border-bottom: 4px solid white;
}

#NavigationContainer {
	float: left;
	left: 10px;
	width: 250px;
	background-color: #aaaaaa;
	border: 0px solid black;
	font-size: 90%;
}

#ContentContainer{
   float : left;
   width:520px;
	padding: 3px 10px 3px 10px;
	background-color: #f9fafa;
	border: 0px solid black;
}

#InfoContainer{
   float : left;
   width:160px;
	background-color: #f0f0f0;
	font: small Verdana,sans-serif;
	border: 0px solid black;
}

#FooterContainer{
   clear: both;
   position: relative;
   width:100%;
   bottom:0px;
	margin:0;
	border: 1px solid #ccd2d2;
	background-color: #F5f7f7;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/

#ContentContainer p{
      font-size: 80%;
      padding 5px;
}

/************** header styles *****************/
#header h1{
 font: bold 3em Verdana, Arial, Helvetica, sans-serif;
 color: #333399;
 margin: 0px;
 padding: 10px;
}

#header img{
position: absolute;
top: 10px;
left:730px;
}


/************** teaser styles *****************/
#teaser h2{
 font: bold expanded 120% Verdana, Arial, Helvetica, sans-serif;
 text-align: center;
 color: #000000;
 margin: 0px;
 padding: 5px;
}

#teaser h3{
 font: bold 90% Verdana, Arial, Helvetica, sans-serif;
 color: #1111ff;
 margin: 5px 5px 0px 5x;
 padding: 2px;
}

#teaser p{
 font: 80% Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
 margin: 0px 5px 5px 5px;
 padding: 0 5px 5px 5px;
}


#teaser img{
top: 5px;
left:5px;
margin: 5px 15px 5px 5px;
float: left;
}

#teaser br{
clear: both;
}




/*************** 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;
}


/************ sectionLinks styles **************/

/*
.sectionLinks{
	margin: 0px;
	padding: 0px;
}
*/
.sectionLinksTop p{
	margin: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background:  url("bg_nav_top.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}
.sectionLinksBottom p{
	margin: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background:  url("bg_nav_bottom.jpg") bottom;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

.sectionLinksSelected p{
	margin: 0;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #cccccc;
	background-color: #DDDDDD;
	font-weight: bold;
	padding: 2px 0px 1px 10px;
	color: #21536A;
	background:  #DDDDDD url("nav_active.gif") left repeat-y;
}

.sectionHeader p{
	margin: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #DDDDDD;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

.sectionLinks p{
	margin: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #DDDDDD;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	color: #21536A;
}
.sectionLinks p:link {
	display: block;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

.sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #cccccc;
	background-color: #DDDDDD;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	color: #21536A;
}

.sectionLinks a:hover{
	border-top: 0px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

.subsectionLinks{
	margin: 0px;
	padding: 0px;

}
.subsectionLinks p{
	margin: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #DDDDDD;
	font-weight: bold;
	padding: 0px 0px 0px 25px;
	color: #21536A;
}

.subsectionLinksSelected p{
	margin: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #DDDDDD;
	font-weight: bold;
	padding: 0px 0px 0px 25px;
	color: #21536A;
	background:  #DDDDDD url("nav_active.gif") left repeat-y;
}

.subsectionLinks a:link, #subsectionLinks a:visited {
	display: block;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #cccccc;
	background-color: #DDDDDD;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	color: #21536A;
}

.subsectionLinks a:hover{
	border-top: 0px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/********************* end **********************/








