body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin:20px;
	letter-spacing: 1pt;
	background-color: #757793;
	background-attachment: fixed;
}
.mainText {
	font-size: 100%;
}

h1 {
	font-size: 200%;
	letter-spacing: 2px;
	font-weight: normal;
}
h2 {
	color:#333333;
	font-size: 120%;
	letter-spacing: 2px;
	padding-bottom:10px;
	font-weight: bold;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}


a:link, a:visited, a:active {
	color: #292954;
	text-decoration: none;
}
a:hover {
	color: #2D2DA5;
	text-decoration: underline;
}
#outerBorder {
	width: 830px;
	margin:auto;
	background-color: #FFFFFF;	
}
#topBorder {
	width: 900px;
	height: 78px;
	margin:auto;
	background-image: url(../images/border-top.png);
	background-repeat: no-repeat;
	background-position: left;	
}
#bottomBorder {
	width: 900px;
	height: 79px;
	margin:auto;
	background-image: url(../images/border-bottom.png);
	background-repeat: no-repeat;
	background-position: right;	
}

#mainFrame {
	width: 760px;
	margin: auto;
	background-image: url(../images/border-mid.png);
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	width:100%;
	height:134px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
}
.innerHeader {
	padding:30px;

}
#content {
	width:700px;
	padding:30px;
	background-color: #CCCCCC;
}

.footerLine {
	border-top: 1px solid #666;
	padding-bottom:10px;
}
.nameText {
	font-size: 300%;
	color: #FFFFFF;
	width:100%;
	letter-spacing: 2px;
	padding-bottom: 10px;	
}
.menuText, a.menuText:active, a.menuText:link, a.menuText:visited {
	font-size: 110%;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
}
a.menuText:hover {
	color: #666666;
	text-decoration: none;
}
.endText {
	color: #444444;
	font-size: 100%;
	text-align: right;	
}
#footer {
	width:780px;
	margin:auto;
	padding-bottom:10px;
}

.footerLeft {
	float: left;
	width:300px;
	font-size: 100%;
	text-align: left;	
}
.footerRight {
	float:right;
	width:300px;
	font-size: 100%;
	text-align: right;
}
.footerText {
	font-size: 12px;
	color: #FFFFFF;	
}
.footerText a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.footerText a:hover {
		font-size: 12px;
		color: #000000;
		text-decoration: none;
}
