
/* Layout Stylesheet */ 

/* Basic Elements */

body {
 	margin:20px 0px 20px 0px;
	background-image: url(images/bg.gif); 
 	background-color:#808080;
 	color: #333333;
 	text-align:center;
	font-family: helvetica,'arial',times,serif;
	font-size: 13px;
 	}

#bodyblock {
 	position:relative;
 	background-color: #F6F6FC;
	background-image: url(images/1-col-bg.jpg);
	background-repeat: repeat-x;
 	color: #333333;
 	width:100%;
	}
	
#main {
	width:75%;
	background:#ffffff;
	color: #333333;
	border-left:2px dashed #000000;
	border-color: #7281F8;
	text-align:left;
	padding:0;
	margin-bottom:-5px;
	text-align: justify;
	}

#footer {
	height:25px;
	width:100%;
	background-color:#01004C;
	background-image: url(images/foot.gif);
	background-repeat: no-repeat;
	color: #eee;
	border:solid black;
	border-width:1px 0 0 0;
	margin:0;
	padding:0;
	font-size:80%;
	text-align: center;
	}
	
#footer a {
	color: #F3F3F3;
	}
	
/* Site Layout */

#outer {
 	text-align:left;
 	border:1px solid #000000;
 	width:85%;
 	margin:auto;
	}

#header {
 	height:120px;
	width:100%;
 	background:#01004C;
 	color: #eee;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
 	}

/* Presentation */ 

	
/* List Elements */

ul {
	padding: 0;
	}
	
li {
	background: url(images/arrow-red.gif) 0 0px no-repeat;
	list-style: none;
	padding: 0 0 0 21px;
	margin: 2px 0px 0px 0px;
	font-size: 12px;
	}
	
h3, p {
 margin:0;
 padding:15px;
 }

.big:first-letter {
 font-size: 18px; 
 font-weight: bold;
 color:#CC0000;
 }
 
.box {
	padding: 10px;
	margin: 13px;
	background-color: #F6F6FC;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 30px solid #01004C;
}

/* Menu */

#l-col {
	float:left;
	background-color:#F6F6FC;
	background-image: url(images/1-col-bg.jpg);
	background-repeat: repeat-x;
	color: #333333;
	width:24%;
	text-align: left;
	margin: 0px 0 0 0px;
	}
	
.menu ul{
	padding: 0;
	}
	
.menu li {
	background: url(images/arrow3.gif) 0 0px no-repeat;
	list-style: none;
	padding: 0 0 0 25px;
	margin: 2px 0px 0px -25px;
	list-style-position: outside;
	font-size: 10px;
	text-transform:none;
	letter-spacing: 2px;
	}
	
.scape {
	float: bottom right;
	}
	
/* Text Effects */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #333366;
	font-size: 16px;
	font-family: helvetica,'arial',times,serif;
	margin: 15px;
	}

.para {
	width:90%;
	padding-right:20px;
	}
	
/* Images */

.scape {
	width:123px;
	height: 59px;
	position: absolute;
	bottom: -1px;
	right: -1px;
	z-index: 1;
	}
	
img.center {
	display: block;
	margin: 0 auto;
	border: 1px solid black;
	}
	
img.floatright {
	padding: 0px;
	margin: 0 5px 5px 15px;
	display: inline;
	float: right;
	border: 1px solid black;
	}

img.floatleft {
	padding: 0px;
	margin: 0 15px 5px 0;
	display: inline;
	float: left;
	border: 1px solid black;
	}
	
img.center-nobo {
	display: block;
	margin: 0 auto;
	padding: 0;
	}
	
img.floatright-nobo {
	padding: 0px;
	margin: 0 0 5px 10px;
	display: inline;
	float: right;
	z-index: 1;
	}

img.floatleft-nobo {
	padding: 0px;
	margin: 0 10px 5px 0;
	display: inline;
	float: left;
	}

/* Link Elements */

a {
	font-weight: bold;
 	text-decoration: none;
	color: #cc0000;
	}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #C30;
	}
	
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #C30;
	}

/* Sliding Top Menu */
	
#bar {
	height: 20px;
	float: left;
	font: bold 1em/normal helvetica,'arial',times,serif;
	margin: 0;
	background: #7281F8;
	width:100%;
	border-bottom: 5px solid #B9B9F8;
	}

#bar ul {
	list-style: none;
	margin-left:0px;
	}

#bar li {
	background: url() 0 0px no-repeat;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	}

#bar a {
	float: left;
	display: block;
	padding: 9px 12px 9px 12px;
	border-left: 1px solid #7281F8;
	border-right: 1px solid #7281F8;
	text-decoration: none;
	font-weight: bold;
	color: #F3F3F3;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac */
#bar a { float:none; }
/* End IE5-Mac hack */

#bar a:hover {
	color:#fff;
	background-color:#CC0000;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	font-weight: bold;
	}
