/*/nav bar/*/

body {
	margin: 15px 0px 0px 100px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}
img {
	border: 0px;
}
li{
	list-style-position: inside;
	list-style-image: url(images/circle.gif);
	list-style-type: circle;
}
.li{
	list-style-position: inside;
	list-style-type: none;
}
.input {
	border: 1px solid #949D94;
	font-family: "comic sans", "papyrus", "Courier New", Courier, mono;
	font-size:12px;
	color:#444748;
	width: 157px;
}
.nav-box{
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #FFFFFF;
	/*background-image: url(images/logo.gif);*/
	background-repeat: no-repeat;
	background-position: right;
}
.nav-link{
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #cd191d;
	text-decoration: none;
	letter-spacing: 1px;
}
a.nav-link:hover{
	text-decoration: underline;
}
.bottom-box{
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-family: "papyrus", "papyrus", "Courier New", Courier, mono;
	font-size: 11px;
	color: #CCCCCC;
	text-align: right;
	background-color: #FFFFFF;
}
.bottom-link{
	font-family: "papyrus", "papyrus", "Courier New", Courier, mono;
	font-size: 11px;
	color: #3191C3;
	text-decoration: none;
}
a.bottom-link:hover{
	text-decoration: underline;
}

/*/ index /*/

.linkarrow {
	font-size : 12px;
	font-family : "Comic Sans MS";
	color : #cd191d;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position:left;
	padding-left: 9px;
	line-height: 12px;
	background-position: 0px 6px;
	text-align:right;
	left: 12px;
	direction:ltr;
	text-decoration: none;
}
a.linkarrow:hover {
	text-decoration: underline;
}
.border{
	padding-bottom: 15px;
	background-color: #FFFFFF;
}
.title{
	font-family: "papyrus", "papyrus", "Courier New", Courier, mono;
	font-size: 14px;
	color: #3191C3;
	line-height:18px;
	font-weight: bold;
}
.page-title{
	font-family: "Comic Sans MS";
	font-size: 20px;
	color: #cd191d;
	line-height:55px;
}
.sub-title{
	font-family: "papyrus", "papyrus", "Courier New", Courier, mono;
	font-size: 16px;
	color: #666666;
	line-height:24px;
}
.text{
	font-family: "Comic Sans MS";
	font-size: 13px;
	color: #000000;
	line-height:19px;
}
.text2{
	font-family: "papyrus", "papyrus", "Courier New", Courier, mono;
	font-size: 12px;
	color: #24373E;
	line-height:20px;
}
.pic-box{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7F7F7;
}
.left-box{
	vertical-align: top;
	font-family: "Comic Sans MS";
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.left-box2{
	padding: 0px 15px 10px 15px;
	vertical-align: top;
}
.left-box3{
	vertical-align: top;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.right-box{
	padding: 10px 5px 10px 15px;
	background-color: #FFFFFF;
	vertical-align: top;
}

