﻿* {

	margin: 0;
	padding: 0;

}

body {

	width: 765px;
	height:auto;
	background: #3B3B3B url("images/img1.gif") repeat-x;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding:0px;
	margin-left: 20%;
	margin-top: 10px;
	margin-right: 20%;
	margin-bottom: 10px;
}
	
/* Content */

#content {

	float: right;
	width: 600px;
	text-align:justify;  
	padding: 1%; 
	border: 1px solid black;
	background:#F5fefe;
	margin-left: 1%;
	padding-left: 1%;
	
	

	}

#content ul {

	margin-left: 3em;
	margin-bottom: 0.6em;

}

#content ol {

	margin-left: 1em;

}


h4 {
	font-size:medium;
	font-weight:normal;
	background-color:black;
	text-decoration:none;
	color: #BABABA;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;

}


h3 {

	font-weight: normal;
	font-size: xx-small;
	color: #000000;
	text-align:center;
	text-decoration:none;

}

h2 {
	font-family: Verdana;
	font-size: small;
	color: #000000;
	font-weight:bold;
	text-align:center;
	border-width:medium;
	border-color:#94B0C8;
	padding:10px;
	width:310px;
	margin-left:auto;
	margin-right:auto;
	border-style:solid;
	background-color:#949CA2;

	}


h1 {
	font-size:18px;
	font-weight:bold;
	color: #000000;

}

ol {

	margin-bottom: 1.8em;
	line-height: 100%;
	font-size: 100%;

}



ul {

	margin-bottom: 1.8em;
	line-height: 80%;
	font-size: 100%;
	display:inline;
	float:left;
	padding: 20px

}

p {
	margin-bottom: 1.8em;
	line-height: normal;
	font-size: 100%;

}

a:link {

	color: #000000;
	font-weight: bold;

}

a:hover {

	text-decoration: none;
	color: #94B0C8;
}

a:visited {

	color: #333333;

}
/* Sidebar */



#sidebar {
	float: left;
	width: 150px;
	background: #949CA2;
	font-weight:bold;
	font-size: small;
	margin-left: 3px;
	text-align:left;
	padding-left: 5px;
	
	


}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 10px;
	border-top: 1px dotted #000000;
}


/* Header */

#header {

	width: 745px;
	height: 60px;
	margin-left:5%;
	margin-right:5%;
	
}



#logo {

	float: left;
	width: 206px;
	height: 78px;
	background: #9BAFCB;
	border: 1px solid #000000;
	border-right-width: 5px;
	margin-left:80px;
	margin-right:80px;

}



#logo h1 {
	padding-top: 20px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 24px;
}

#logo h1 a {
	color: #000000;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 8px;
	font-weight: bold;
}

#logo h2 a {
	color: #3B3B3B;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {


}


#menu ul {

	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;

}



#menu li {

	display: inline;

}



#menu a {

	display: block;
	float: left;
	padding: 0 25px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;

}



#menu .active a {

	background: #000000;

}



#menu a:hover {
	background: #000000;
}

#menu .active a {
}

/* Splash */

#splash {
	width: 760px;
	height: 180px;
	margin: 0px auto;
	background: url("images/CR-logo7a.jpg") no-repeat right top;
	border:  medium;
	border-color:black;
	
	

}



#splash p {

	padding: 10px 550px 50px 20px;

	text-align: left;

	font-weight: bold;

	color: #000000;

}



/* Page */

#page {

	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	margin-top: 0px;

}



#page h2 {

	margin-bottom: 20px;

}



#page h1 {
	margin-bottom: 20px;
}





/* Footer */

#footer {

	

	width: 95%;

	float:none;

	height: 30px;

	margin: 10px 10px 10px 10px;

	margin-bottom:10px;

	padding: 10px 0 0 10px;

	border: 1px solid #000000;

	text-align:center;

	font-size:small;

	color:white;

		

}



#footer p {

	margin: 0;

	padding: 0;

	line-height: normal;

	font-size: 77%;

}



#legal {

	float: left;

	text-align:center

}



#links {

	float: right;

}
