/* Generated by the CoffeeCup Web Editor - www.coffeecup.com */
			
/*
Real style sheet
			
@version:       $Revision:$
*/

body
{
   font-family: Arial, Helvetica, Sans-serif;
   color: #555555;
   padding: 0 0 0 0;
   margin: 0 0 0 0;
   /* margin-left: 30px;
   margin-right: 30px;
   margin-top: 30px; */
}
.identity-div {
	
	background-color: rgb(65,120,190);
	padding: 1px;
	/* border-color: rgb(65,120,190);
	border-style: solid;
	border-width: 2px; */
	margin-bottom: 20px;
	font-family: sans-serif;

	
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 2px solid white;
}


.identity-div h2 {
    color: white;
	font-size: 30px;
	
	margin-bottom: 5px;
	font-weight: normal;
	margin-top: 10px;
}

.identity-div h3 {
	
	margin-top: 5px;
	 color: white;
	font-size: 20px;
	font-weight: normal;
	
}

.identity-div p {
font-size: 16px;
	margin-left: 100px;
	color: white;
	margin-top: 0px;
	margin-bottom: 5px;
	
	
} 


.identity-div a {

	text-decoration: none;
	font-size: 16px;
	font-family: sans-serif;
	text-decoration: none;
	color: white;
}
.identity-div a:hover {
	color: #ffffff;
	font-weight: bold;
	
} 



#myContainerStart {
    width:126px;
    overflow:auto;
    height:100%;
	padding-bottom: 10px;
}
 
#myContainerStart .myHomeLink, #myContainerStart .myArrowRightLink,  #myContainerStart .myArrowLeftLink {
    width:32px;
    height:32px;    
    float:left;
}
 
h2, h3 
{
padding-top: 10px;
font-size: 18px;
}

p, li
{
	font-size: 16px;
	font-weight: normal;
	
}

p.intro {
	
	font-size: 16px;
	padding-bottom: 20px;
}

a {
	text-decoration: none;
	color: #555555;
}

a.normal{
	text-decoration: underline;
	color: rgb(65,120,190);
}


.myHomeLink {
	display: block;
	width: 32px;
	height: 32px;
	content: 
	url('../images/home_32.png');
	
	background: url('../images/home_32.png');
	
	margin-right: 14px;
	

}
.myHomeLink:hover {

background: 
   url('../images/homew_32.png');

content: 
	url('../images/homew_32.png');

	
}


.myArrowRightLink {
   display: block;
	
	width: 32px;
	height: 32px;

 	  background: 
	url('../images/next_32.png');
    	  content: 
	url('../images/next_32.png');


	
}

.myArrowLeftLink {
	
    display: block;
	width: 32px;
	height: 32px;

    
     margin-right: 6px;
	 background: url('../images/previous_32.png');
	 
	  content: 
	url('../images/previous_32.png');

}

#home {
		 background: url('../images/home_32.png');
	
	content: url('../images/home_32.png');
	
}

#left-image {
	 background: url('../images/previous_32.png');
	
	content: url('../images/previous_32.png');
}

#right-image {
	 background: url('../images/next_32.png');
	
	content: url('../images/next_32.png');
}

.myArrowRightLink:hover {
	
	background: url('../images/nextw_32.png') no-repeat left top;
	width: 32px;
	height: 32px;
	
	
		  content: 
	url('../images/nextw_32.png');

	
	
}
.myArrowLeftLink:hover {
	
	width: 32px;
	height: 32px;
	background: url('../images/previousw_32.png');
	
	content: url('../images/previousw_32.png');


	
}




div.center {
	display: table;
	width: 70%;
	margin-left: 232px;
	margin-right: auto;
}

.img-left {
	float: left;
	margin-left: 40px;
	margin-right: 20px;


	
}

.img-left-border {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	border-color: rgb(232,213,249);
border-style: solid;
border-width: 5px;
padding: 5px;
	
}

.img-full {

margin-top: 10px;
margin-bottom: 10px;

/*margin-left: 20px;*/
/* margin-right: 20px; */
	
	/* float: right;*/
	
}

.img-right-border {

float: right;
margin-left: 20px;
margin-right: 30px;
border-color: rgb(232,213,249);
border-style: solid;
border-width: 5px;
	
	
	
}

.img-center {
    margin-left: 200px;
	float: center;
	
}

.img-border {
	
	border-color: rgb(232,213,249);
	border-style: solid;
	border-width: 5px;

	
}

.button {
    margin: 5px;
    height: auto;
    width: auto;
    float: left;
    text-align: center;
	vertical-align: middle;
	background-color: white;
	
	
	padding: 34px 14px;
	
	border: 1px solid rgb(165, 165, 165);
	
	height: 100px;
	display: table;
	width: 200px;
}


.button:hover {
	background-color: rgb(65,120,190);
	color: white;
	border-color: rgb(21,41,53);
}


.desc {
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	
	margin: 5px;
	font-size: 30px;
	display: table-cell;
	
}

.newSection {
	display: block;
	margin-top: 40px;
	clear:both;
	
}



