body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 1.25;
	background-image: url(images/BGpage.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

h1{
	font-size: 20px;
	font-weight: bold;
	padding: 5px;
	color: #2D2E6F;
}

h2{
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	color: #2D2E6F;
}

h3{
	font-size: 16px;
	font-weight: bold;
	padding: 2px;
	color: #2D2E6F;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.25;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul{
	list-style-type: none;
}

/**************DIVs ***********/
#wraper{
	background-image: url(images/Top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid #232D6B;
}

#content{
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	text-align: left;
	background-color: #FFFFFF;
}

#pageName{
	font-size: 22px;
	font-weight: bold;
	background-image: url(images/BGpageName.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 3px;
	color: #2D2E6F;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 13px;
	margin-top: 10px;
	margin-bottom: 10px;

}

#footer{
	background-image: url(images/BGbottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 25px;
	background-color: #FFFFFF;
}

/**************#content styles**********************/




/**************#sectionLinks styles**********************/
#sectionLinks{
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom:10px;
	padding-left: 0px;
	margin-right: 5px;
	font-size: 12px;
}

#sectionLinks UL {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#sectionLinks LI {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 5px; 
	VERTICAL-ALIGN: top;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none;
	background-image: url(images/ArrowREDright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#sectionLinks UL LI A {
	COLOR: #CC0000; 
	FONT-FAMILY: tahoma, arial, times new roman; 
	TEXT-DECORATION: none
}
#sectionLinks LI A:hover {
	COLOR: #CC0000; 
	TEXT-DECORATION: underline
}
/**************.story styles**********************/

.story ul
{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/ul.gif);
}

.story a{
	color: #2D2E6F;
	text-decoration: none;
}

.story a:link{
	color: #2D2E6F;
	text-decoration: none;

}

.story a:visited{
	color: #2D2E6F;
	text-decoration: none;

}

.story a:hover{
	color: #2D2E6F;
	text-decoration: underline;

}

/**************#footer styles**********************/
#footer a{
	color: #CC0000;
	text-decoration: none;
}

#footer a:link{
	color: #CC0000;
	text-decoration: none;
}

#footer a:visited{
	color: #CC0000;
	text-decoration: none;
}

#footer a:hover{
	color: #CC0000;
	text-decoration: underline;
} 
/**************Search Styles ***********/
#searchform{
	font-size: 8px;
	position: absolute;
	top: 1px;
	left: 745px;
	width: 221px;
}

form {
	margin: 0px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #FF0000;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #FF0000;

}

/*****Global Classes************/

.blueName{
	font-size: 15px;
	font-weight: bold;
	color: #2D2E6F;
}

.button1 {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/BGgreen.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 12px;
	background-color: #51BF40;
	padding: 2px;
	text-decoration: none;
}

.buttonRed {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/BGred.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 12px;
	text-decoration: none;
	background-color: #FF0000;
	padding: 2px;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.redName{
	font-size: 15px;
	font-weight: bold;
	color: #cc0000;

}

/*****************Table (inside content)***************/
.grayBG {
	border: 1px solid #CC0000;
	font-size: 12px;
}

.grayBG a{
	color: #CC0000;
	text-decoration: none;
}

.grayBG a:link{
	color: #CC0000;
	text-decoration: none;
}

.grayBG a:visited{
	color: #CC0000;
	text-decoration: none;
}

.grayBG a:hover{
	color: #CC0000;
	text-decoration: underline;
} 

.grayBG td{
	background-color: #f5f5f5;
}

.grayBG th{
	background-color: #FFFFFF;
}
