﻿/* This line, along with the '<img class="pngImg"...>' attribute make the png graphics appear as intended on older browsers which can't handle the
   masking for transparency that's in the PNG format.  IE 6 does this and this fix takes care of it.
*/
img.pngImg { behavior: url(../javascript/iepngfix.htc) }

p { margin-top : 5px;padding : 0;}
a:visited, a:link {color : ;text-decoration : underline;background:none;}
a:hover {color : ;text-decoration : none;background:none;}
h1 { color : #621A79;margin: 10px 0px 10px 0px;padding-bottom : 10px;font : normal 17px Calibri, Arial, Berlin Sans FB;border-bottom : 1px solid #efece7;}
h2 {color : #621A79;margin : 20px 0 10px;padding-bottom : 10px;font : normal 17px Calibri, Arial, Berlin Sans FB;border-bottom : 1px solid #efece7;}
h3 {
	background: url(../images/shadow.jpg) no-repeat top;
	background-position:left;
	color : #621A79;
	margin : 10px 0;
	padding-bottom : 10px;
	font : bold 14px Calibri, Arial, Berlin Sans FB;
	border-bottom : 1px solid #efece7;
}
/*ul {padding:0;margin:0 0 0 17px;list-style: square url(../images/bullet.gif);}*/
.box {background : #f7f7f7;border : 1px solid #f0e9eb;padding : 15px;}

#main-image {text-align : center;}

#content_1col {
	float: left;
	width: 776px;
}

#wrapper {
	width : 776px;
	height:809px;
	margin-right: -10px;
	margin-left: 10px;
	/*
	border-left : 1px solid #ECECEC;
	border-right : 1px solid #ECECEC;
	border-top-color: Black;
	border-bottom-color: Black;
	*/
	
}


/*#footer {background : #f7f7f7;border-top : 1px solid #f0e9eb;padding : 0px 0px;clear : both;}*/

/*** SideBAR ***/
.main-image {
	text-align : center;
	margin-bottom: -10px;

}

#navigation {
	background-image: url(../images/slices/navigation.png);
	background-repeat: no-repeat;
}

body {
	font-family:  Calibri, Arial, Berlin Sans FB;
	margin: 0px auto 0px auto;
	width: 776px;
	position: relative;
	background-color:   White;

	/*
	border : 1px solid #D5D5D5;
	border-top-color: Black;
	border-bottom-color: #D5D5D5;
	*/
}

#entirePage {
	background-repeat:repeat-x;

	background-image:  url(../images/background/bg_strip_4-800_purple_up_white.jpg);
	background-color:#340065;
	
	background-image:  url(../images/background/bg_strip_4-800_purple_white.jpg);
	background-color:#ffffff;
	



}

.header {
	margin: 10px;
}

#sidebar {
	margin: 0px;
	/*background-color: #ECECEC;*/
}

#content {
	border-right:1px;
	
}

.sidebar_content {
	/*width : 201px;margin : 0 auto;padding : 10px 25px;*/
	font-size: 8pt;
	text-align: center;
	padding: 5px;
}

#footer {
	
	background : #f7f7f7;
	background-color: #E3E3E3;
	border-top : 13px solid #621A79;
	border-bottom: 10px;
	margin: 40px 0 20px 0;
	padding : 10px 0px;
	clear : both;
	text-align:center;
	font-size: 8pt;
	color: White;
	/*
	background-image: url(../images/background/bg_strip_4-800_purple_white.jpg);
	background-repeat:repeat-x;
	background-position:center;
	*/
}
