/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
HTML {
	background-color: #800080;
}
Body {
	padding: 0px;
	margin: 0px;
	background-image:url(Image/bullheader_repeat.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
}

#LoggedInContainer{
visibility:hidden;
height:0px;
}

.credits{
font-size: 8pt;
color:#222222;
padding:0px;
margin:0px;
}

.credits a{
font-size: 8pt;
color:#800080;
text-decoration: underline;
}

.credits a:visited{
font-size: 8pt;
text-decoration: underline;
color:#800080;
}

/* Html entities styles */
/* Links */
a {
	color: blue;
}
a:hover {
	color: #B76EB7;
}
a:visited {
	color: #800080;
}
h1 {
	font-size:x-large;
	color:#800080;
}
h2 {
	font-size:large;
	color:#800080;
}
h3 {
	font-size:medium;
	color:#800080;
}
h4 {
	font-size:small;
	color:#800080;
}
h5 {
	font-size:x-small;
	color:#800080;
}
div {}
p {
 
}
table {}
tr {}
td {}
.label {
	font-weight:bold;
}
.button {
	background-color:#800080;
	color:#FFFFFF;
	font-weight:bold;
	border-color:#B76EB7 #B76EB7 #B76EB7 #B76EB7;
	border-width:4px;
	font-size:10px;
}

/* Divs for page layout */
/* Div surrounding entire page */
#fullpage {
	width: 760px;
	text-align:left;
	background-image:url(Image/contentrepeat.gif);
	background-repeat:repeat-y;
	background-position:4px 20px;
	padding:0px;
	margin: 0 auto;
	overflow:hidden;

}
/* Div containging Header Editable Region */
#head {
    text-align:left;
	padding:0px;
	margin:0px;
}
/* Div containing Menu and Menu editable region */
#menu {
	z-index:1;
	width:155px;
	float:left;
	margin-left:10px !important;
	/* IE6 SUCKS*/
	margin-left:5px;
	/* IE6 SUCKS*/
	background-color:#FFFFFF;
	position:relative;
	top:-3px;
	padding-top:3px;
	margin-right:10px;
}
#menu br {
	display:none;
}
#menu .EditableRegion {}

/* Div containing content of page */
#content {
	width:400px;
	/*padding: 0px 10px 10px 165px;
	margin-left:10px; */
	z-index: 0;
	background-color:#FFFFFF;	
	float:left;
	display:inline;
	text-align: justify;

}
#content p{
-moz-opacity:0.99;
}
/* Div containing footer editable region */
#foot {
	padding:0px;
	margin:0px;
	width:760px;
	height:43px;
	background-image:url(Image/bullfooter.jpg);
	background-repeat:no-repeat;
		overflow:hidden;
}
