

/* Generic Selectors */

body {

/*font-family: Georgia, "Times New Roman", Times, serif;*/
font-family: Arial;

font-size: 14px;

/*font-size:10px;
font-style:normal;
line-height:14px;
font-family:verdana,arial,helvetica,sans-serif;
*/
color: rgb(86,86,86);

background-color: #F9F9F9;

}

p {

width: 100%;

}

li {

list-style-type: none;

line-height: 150%;

list-style-image: url(../images/arrowSmall.gif);

}

h1 {
font-family: Georgia, "Times New Roman", Times,  serif; 
	font-size: 24px; 
	font-weight: bold; 
	color: rgb(216,119,30); 
//	border-bottom: 1px solid #C6EC8C; //

}

h2 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 16px;

font-weight: bold;

color: #000000;


}

 
h3{font-family: Georgia, "Times New Roman", Times, serif;

font-size: 16px;

font-weight: bold;

color: rgb(256,256,256);

align: right;


}
h4{font-family: Georgia, "Times New Roman", Times, serif;

font-size: 16px;

font-weight: bold;

color: rgb(216,119,30);

//border-bottom: 1px solid #C6EC8C;//}



h5{font-family: Georgia, "Times New Roman", Times, serif;

font-size: 24px;

font-weight: bold;

color: rgb(216,119,30);

padding: 0px 0px 0px 0px;

//border-bottom: 1px solid #C6EC8C;//}


/**************** Pseudo classes ****************/

a:link {

color: rgb(19,24,245);

text-decoration: underline;

font-weight: normal;

}

li a:link {

color: rgb(19,24,245);


text-decoration: underline;

font-weight: normal;

}

a:visited {

color: rgb(19,24,245);


text-decoration: underline;

font-weight: normal;

}

li a:visited {

color: rgb(19,24,245);


text-decoration: underline;

font-weight: normal;

}

a:hover {

color: rgb(0,128,0);

padding-bottom: 5px;

font-weight: normal;

text-decoration: underline;

}

li a:hover {


color: rgb(0,128,0);

padding-bottom: 0px;

font-weight: normal;
text-decoration: underline;

border-bottom-width: 0px;

border-bottom-style: solid;

border-bottom-color: rgb(256,256,256);

}

a:active {

color: rgb(0, 128, 0);
text-decoration: underline;

font-weight: normal;

}

/************************* ID's *************************/


#left_margin1{ 
	position: absolute; 
	z-index: 0; 
	width: 100px;
	height: 630px; 
	padding: 0 0 0px 0px; /*top right bottom left*/ 
	margin-top: 0px;
	margin-left: 0px; 


}
#left_logo{
 
position: absolute; 
	z-index: 0; 
	width: 200px; 
	height: 110px;
	padding: 0px 0px 0px 0px; /*top right bottom left*/  
	margin-top: 0px;
	margin-left: 100px; 
	border-right: 1px solid #C6EC8C; 
	font-weight: normal; 
	background: rgb(255,255,255);
	border-left: 1px solid rgb(219,219,255);
	border-top: 1px solid rgb(219,219,255);

} 

#left_navigation1{ 
	position: absolute; 
	z-index: 0; 
	width: 200px; 
	height: 520px;
	padding: 0px 0px 0px 0px; /*top right bottom left*/  
	margin-top: 110px;
	margin-left: 100px; 
	border-right: 1px solid #C6EC8C; 
	font-weight: normal; 
	background: rgb(255,255,255); 
	border-left: 1px solid rgb(219,219,255);

} 
#left_navigation1 ul
{
margin:0;
padding:0;
list-style-type:none;
}
#left_navigation1 a
{
display:block;
color: #fff;
background-color:rgb(146,177,214);
width:13em;
padding: 3px 12px 3px 8px;
text-decoration:none;
border-bottom: 1px solid #fff;
font-weight:bold;
}
#left_navigation1 a:hover
{
background-color: rgb(37,66,101);
color:#FFF;}
#left_navigation1 li li a
{display:block;
color:#FFF;
background-color:rgb(64,114,174);
width: 13em;
padding: 3px 3px 3px 17px;
text-decoration:none;
border-bottom: 1px solid #fff;
font-weight:normal;
}
#left_navigation1 a:active
{
background-color: rgb(37,66,101);
color:#FFF;}


#blurb1{ 
	position: absolute; 
	z-index: 0; 
	width: 160px;
	height: 180px; 
	padding: 0px 20px 0px 20px; /*top right bottom left*/  
	margin-top: 450px;
	margin-left: 100px; 
	border-right: 0px solid #C6EC8C; 
	font-weight: normal; 
	color: rgb(110,70,110);
	background: rgb(255,255,255);	
	border-left: 1px solid rgb(219,219,255);
	border-bottom: 2px solid rgb(219,219,255);
} 



#title_text
{ 
	position: absolute; 
	z-index: 0; 
        height: 70px;
	width : 770px;
	padding: 20px 40px 0px 40px; /*top right bottom left*/ 
	margin-left: 300px; 
	margin-top: 0px;
	background: rgb(256,256,256);
	border-right: 2px solid rgb(219,219,255);	
	border-top: 1px solid rgb(219,219,255);
}
#title_text ul {margin:0; padding:0; list-style-type:none; list-style-image:none;}
#title_text li {display:inline;}
#title_text a {text-decoration:none; margin: 0px; padding: 5px 15px 5px 15px; color:white; background:rgb(132,167,210);}
#title_text a:hover {margin: 0px; padding: 5px 15px 5px 15px; color:purple;}


#picture
{ 
	position: absolute; 
	z-index: 0; 
        height: 480px;
	width : 770px;
	padding: 0px 40px 0px 40px; /*top right bottom left*/ 
	margin-left: 300px; 
	margin-top: 90px;
	background: rgb(256,256,256);
 	border-right: 2px solid rgb(219,219,255);

}


#contact
{ 
	position: absolute; 
	z-index: 0; 
        height: 60px;
	width : 770px;
	color: #369;
	padding: 0 40px 0px 40px; /*top right bottom left*/ 
	margin-left: 300px; 
	margin-top: 570px;
	background: rgb(256,256,256);
 	border-right: 2px solid rgb(219,219,255);
	border-bottom: 2px solid rgb(219,219,255);

}
#right_margin{
	position: absolute; 
	z-index: 0; 
	width: 100px;
	height: 630px; 
	padding: 200px 0 0px 0px; /*top right bottom left*/ 

	margin-left: 1155px; 

}

#links_left
{ 
	position: absolute; 
	z-index: 0; 
        height: 480px;
	width : 385px;
	padding: 0px 40px 0px 40px; /*top right bottom left*/ 
	margin-left: 300px; 
	margin-top: 90px;
	background: rgb(256,256,256);
 	border-right: 2px solid rgb(219,219,255);

}#links_right
{ 
	position: absolute; 
	z-index: 0; 
        height: 480px;
	width : 385px;
	padding: 0px 40px 0px 40px; /*top right bottom left*/ 
	margin-left: 685px; 
	margin-top: 90px;
	background: rgb(256,256,256);
 	border-right: 2px solid rgb(219,219,255);

}

