/* CSS Document */
/*css resets*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, li, fieldset, form, label, legend, caption, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    border: 0 none;
    font-family: Arial,Sans-Serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}
a img {
    border: medium none;
}

/*generic styles*/
p {
    color:#333;
    font-size: 13px;
    line-height: 1.4;
    /*padding-bottom: 15px;*/
}
a:link, a:visited {
    
    cursor: pointer;
	color:#093b7f;
	text-decoration:underline;
}
a:hover {
	color:#000;
    
}

ul li, ol li {
    padding: 2px 0;
}
ul li a, ol li a {
    text-decoration: none;
}
h1 {
    color:#2d7096;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:24px;
	background-image:url("Images/h1Back.png");
 	background-repeat: no-repeat;
 	background-position: left bottom;
	padding-bottom:15px;
	margin-bottom:0px;
	margin-left:15px;
	font-weight:normal;
}

h1.noUnderline{background-image:none;margin-bottom:0;clear:both;}
h2 {
	color:#333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:18px;
    font-weight:normal;
}
h3 {
    border-bottom: medium none;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 3px;
}

/*******************************MASTER PAGE********************************/
body {
    color: #333333;
    font-family: Arial,sans-serif;
    font-size: 62.5%;
    margin: 0;
    padding: 0;
	/*background-color: #0d3d4e;*/
	background-color: #c4c3c1;
	background-image: url("Images/bodyWrap.png");
    background-repeat: repeat-x;
}

/***main Content section***/

.container {
    font-size: 14px;
    margin: 0 auto;
    position: relative;
    width: 968px;
    min-width: 30%;
}
/***header section***/
.skinheader {
	width:75%;
	float:left;
	padding:3px 0 3px;
}
/***logo section***/
.campLogo {
	float:left;	
	clear:both;
}

.contentpane {
	width:100%;
	margin:0 auto;
	position: relative;
    clear: both;
	margin-bottom:10px;
    display: inline-block;
	background-color: #dadada;
    background-image: url("Images/mainContentBack.png");
	background-repeat:repeat-x;	
}

.bodyMain {
	width:100%;
	min-height:550px;	
}
.banner{padding:4px 0 0 4px;}
.padAll{padding:10px;}

.backtoTop{float: right;padding: 15px 0;}
.login-button {
    background-image:url("Images/Login.jpg");
    width: 76px;
    height: 32px;
    cursor: pointer;
}

.login-username {
    color: Black;
    border-color: #999999;
    border-width: 1px; border-style: Solid;
    font-family: Arial;
    font-size: 10pt;
    height: 25px;
    width: 190px;
}
.login-password {
    color: Black;
    border-color: #999999;
    border-width: 1px;
    border-style: Solid;
    font-family: Arial;
    font-size: 10pt;
    height: 25px;
    width: 190px;
}