body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #A7B2C0;
	color: #A7B2C0;	
}

h1, h2, h3 {
	margin: 0;
	font-family: Calibri, "Times New Roman", Times, serif;
	color: #D7E2F0;
	font-weight: bold;
}

h1 {
 font-size: 35px; 
 text-align: left;
}

h2 { 
	font-size: 26px; 
}

h3 { }

/* Header */

#Heading {
	background: url(http://www.pro2visual.com/images/ProHeadingBlue900.JPG) no-repeat center;
	height: 49px;
	width: 900px;
	padding-left: 80px;
	text-align: left;
}

/* Page */

#pageframe {
	margin: 0 auto;
	padding-top: 20px;
	width: 1000px;
}

#page {
	margin: 0 auto;
	width: 888px;
}


/* Menu */

#menu {
	margin: 0 auto;
	font-size: 13px;
	text-decoration: none;
	width: 888px;
	border-bottom: 10px solid #D7E2F0;
	background: #406797;
	color: #D7E2F0;
}

#menu a {
	text-decoration: none;
	color: #D7E2F0;
}

#menu a:hover { 
	text-decoration: none;
	color: #EFFBFB;
}


/* Content */

#content {
	margin: 0 auto;
	font-size: 13px;
	float: right;
	width: 738px;
	text-align: left;
	padding-left: 2px;
	background: #FFFFFF url(http://www.pro2visual.com/images/Content.JPG) no-repeat top;
	border-top: 8px solid #A7B2C0;
}

#content a {
	color: #97A2B0;
}

#content a:hover {
	text-decoration: none;
	color: #A7B2C0;
}

#txtarea {
	margin: 0 auto;
	width: 734px;
	padding-left: 2px;
	background: #D7E2F0;
	color: #406797;
	font-size: 13px;
	border-top: 4px solid #A7B2C0;
}

#txtarea2 {
	margin: 0 auto;
	width: 734px;
	padding-left: 2px;
	background: #D7E2F0;
	color: #406797;
	font-size: 13px;
	border-top: 4px solid #A7B2C0;
}


#directory-table {
	border-collapse: collapse;
	cellpadding: 0px;
	font-size: 11px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #F2F2F2;
}

#directory-left {
	width: 472px;
}

#directory-right {
	font-size: 11px;
	padding: 3px;
	border-left: 1px solid #F2F2F2;
}

/* Sidebar */

#sidebar {
	margin: 0 auto;
	float: left;
	width: 140px;
	padding-left: 6px;
	background: #D7E2F0 url(http://www.pro2visual.com/images/sidebarBlue.JPG) no-repeat top;
	text-align: left;
	font-size: 13px;
	border-top: 8px solid #A7B2C0;
}

#sidebar a {
	display: block;
	width: 128px;
	padding: 2px;
	text-decoration: none;
	color: #D7E2F0;
	background: #406797;
	border-top: 1px solid #D7E2F0;
}

#sidebar a:hover {
	color: #406797;
	background: #D7E2F0;
}
	
#alpha {
	color: #FFFFFF;
	background: #D7E2F0;
}

#alpha a {
	color: #FFFFFF;
	background: #D7E2F0;
}

#alpha a:link {
	color: #FFFFFF;
	background: #D7E2F0;
}


/* Footer */

#footer {
	margin: 0 auto;
	float: left;
	font-size: 10px;
	padding: 2px;
	width: 888px;
	border-top: 10px solid #D7E2F0;
	background: #406797;
	color: #D7E2F0;
}

#footer a {
	text-decoration: none;
	color: #D7E2F0;
}

#footer a:hover { 
	text-decoration: none;
	color: #EFFBFB;
}

#footer a:active { 
	text-decoration: none;
	color: #FFFFFF;
}