@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #FFFFFF;
	background-image: url(imgs/skin-bkgd-pg.jpg);
	background-repeat: repeat-x;
}
.box-nav-top {
	background-color: #522F91;
	background-image: url(imgs/skin-nav1-box-top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.box-nav-btm {
	background-color: #522F91;
	background-image: url(imgs/skin-nav1-box-btm.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.box-nav-right {
	background-color: #522F91;
	background-image: url(imgs/skin-nav1-box-right.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.box-nav-left {
	background-color: #522F91;
	background-image: url(imgs/skin-nav1-box-left.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#nav_1st {
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px;
}
#nav_1st a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#nav_1st a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#nav_1st a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#nav_1st a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.box-side-top {
	background-color: #522F91;
	background-image: url(imgs/skin-side-box-top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.box-side-left {
	background-color: #3A2266;
	background-image: url(imgs/skin-side-box-left.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.box-side-right {
	background-color: #3A2266;
	background-image: url(imgs/skin-side-box-right.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.sidebar-head {
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar-content {
	font-size: 12px;
	color: #333333;
}
#sidebar-content ul {
	margin: 11px;
	padding: 5px 5px 5px 15px;
	line-height: 16px;
	list-style-image: url(imgs/list-marker.gif);
}
#sidebar-content a:link {
	color: #4c4c4c;
	text-decoration: none;
}
#sidebar-content a:visited {
	color: #4c4c4c;
	text-decoration: none;
}
#sidebar-content a:hover {
	color: #000000;
	text-decoration: underline;
}
#sidebar-content a:active {
	color: #000000;
	text-decoration: underline;
}
#content {
	font-size: 12px;
}
#content td {
	font-size: 12px;
}
#content h1 {
	color: #522F91;
	font-size: 20px;
	text-transform: uppercase;
}
#content h2 {
	color: #522F91;
	font-size: 16px;
}
#content h3 {
	color: #48494A;
	font-size: 15px;
}
#content h4 {
	color: #C42026;
	font-size: 14px;
}
#content a {
	color: #522F91;
}
#content li {
	padding-bottom: 8px;
}
#footer {
	font-size: 10px;
	color: #522f91;
}
#footer a {
	color: #522f91;
}
#profile {
	font-size: 12px;
}
#profile a {
	color: #522F91;
}

