/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 1em;
	padding-top: 10px;
}


body {
	/* BG-Color: */
	background-color: #fffffff;
	text-align: center;
	margin-top: 0em;
		background-color: #ffffff;
	background-image: url(../Images/gradientbgpage.jpg);
	background-repeat: repeat-x;
	background-position: top;	
}



.page {
	/* Page width: */
	width: 650px;
}
#p {
	font-family: Trebuchet MS;
	font-size: .9em;
	color: #666666;
}

#contentbox1 {
	text-align: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

/* menu: */

#menu {
	margin: 0 auto;
	text-align: center;
	color: #666666;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	margin-top: 0.3em;
}

#menu a:link { 
	color: #666666; 
	text-decoration: none 
}
#menu a:active { 
	color: #ff3333; 
	text-decoration: none 
}
#menu a:visited { 
	color: #666666;
	text-decoration: none 
}
#menu a:hover { 
	color: #ff3333; 
	text-decoration: none 
}



#innerpage1 {
	padding: 1em;
	height: 630px;
	border-style: none;
	border-width: thin;
	background-image: url(../Images/vector_fading_corner.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: inherit;
	
}

/*
 Styles that apply to the 
 content area:
*/

#content1 {
	float: center;
	width: 610px;
	height: 410px;
	margin-top: 10px;
	padding: 0em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
	
}

#content2 {
	float: center;
	width: 610px;
	height: 510px;
	margin-top: 10px;
	padding: 0em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
	
}

#content1 p {
	font-size: 10px;
	color: #666666;
	font-family: "Trebuchet MS";
}

#content2 p {
	font-size: 10px;
	color: #666666;
	font-family: "Trebuchet MS";
}

/* heading */
#content1 h1 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #666666;
}

#content1 h2 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#content1 h3 {
	font-size: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
#content1 h4 {
	font-size: 10px;
	font-family: Trebuchet MS;
	color: #666666;
}
#content1 h5 {
	font-size: 10px;
	font-family: Trebuchet MS;
	color: #666666;
	font-style: oblique;
}
#content2 h1 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #666666;
}

#content2 h2 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#content2 h3 {
	font-size: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
#content2 h4 {
	font-size: 10px;
	font-family: Trebuchet MS;
	color: #666666;
}
#content2 h5 {
	font-size: 10px;
	font-family: Trebuchet MS;
	color: #666666;
	font-style: oblique;
}

/* link colors */
#content1 a:link { 
	color: #666666; 
	text-decoration: none 
}
#content1 a:active { 
	color: #ff3333; 
	text-decoration: none 
}
#content1 a:visited { 
	color: #666666;
	text-decoration: none 
}
#content1 a:hover { 
	color: #ff3333; 
	text-decoration: none 
}
#content2 a:link { 
	color: #666666; 
	text-decoration: none 
}
#content2 a:active { 
	color: #ff3333; 
	text-decoration: none 
}
#content2 a:visited { 
	color: #666666;
	text-decoration: none 
}
#content2 a:hover { 
	color: #ff3333; 
	text-decoration: none 
}

/* Footer */

#footer {
	float: center;
	width: 610px;
	height: 80px;
	margin-top: 15px;
	padding: 0em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
	vertical-align: bottom;	
}