/*
Build = all-care_v1
Date = 04-02-2004
Author = justin/shiver
*/


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	background: #F6F7E7;
	font-size : 9pt;	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align:center;
	color: #000066;
	letter-spacing: 4px;
	text-transform:uppercase;
	font-weight: bolder;	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:center;
	letter-spacing: 2px;
	text-transform:uppercase;
	font-weight: bold;
}
li {
	padding-left: 10px;
} 
a:link {
	text-decoration: underline;
	color:#0000FF;
}

a:visited {
	text-decoration: none;
	color:#6A5ACD;
	} 
	
a:hover {
	text-decoration: underline;
	color: #CC0000; 
} 

a:active {
	color: #CC0000;
} 

a.menutext:link {
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
}

a.menutext:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
	
} 

a.menutext:hover {
	color: #C3E0F7;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;

}

a.menutext:active {
	color: #C3E0F7;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;

}

/*
classes - structure
*/

.top {
	background-color: #CC0000;
	background-image: url(../images/bg-top.jpg);
	background-repeat: repeat-x;
}
.title {
	background-image: url(../images/title.jpg);
	background-repeat: repeat-x;
}
.bottom {
	background-color: #CC0000;
	background-image: url(../images/bg-top1.jpg);
	background-repeat: repeat-x;
}
.menu-top {
	background-color: #708090;
	background-image: url(../images/bg-menu-top.jpg);
	background-repeat: repeat-x;
	height: 28px;
}
.menu-left {
	background-color: #708090;
	color: #FFFFFF;
	font-weight: bold;
}
.menu {
	border: solid 1px white;
	color: white;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:4px;
	padding-left:10px;
	margin:3px;
	background: #708090;
	font-size: smaller;
       	background-image: url(../images/bullit.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.content {
	background-color: #F6F7E7;
	padding: 10px;
	font-size: smaller;
}
.footer {
	background-color: #708090;
	background-image: url(../images/bg-top1.jpg);
	background-repeat: repeat-x;
}

/*
classes - markup
*/

.center {
	text-align: center;
}
.small {
	font-size: xx-small;
}
.bold {
	font-weight: bold;
}
.justify {
	text-align: justify;
}
.float-right {
	float: right
}
.float-left {
	float: left
}
.margin {
	margin: 5px;
}
.border {
	border: 1px solid gray;
}
.gray {
	color: gray;
}
.first {
	font-size: large
} 
.hr {
       border-top: solid 1px gray;
       border-bottom: solid 1px gray;
}
.li {
	list-style-image: url(../images/bullit.gif);
	padding-left: 10px;
	font-size : 9pt;	
}
