body {
color: #0e2233;	
font-family: verdana;
font-size: 10px;
scrollbar-face-color: #558889; 
scrollbar-arrow-color: #d5dedb;
scrollbar-track-color: #224045;
scrollbar-shadow-color: #1b5365;
scrollbar-3dlight-color: #d5dedb; 
scrollbar-highlight-color: #558889;
scrollbar-darkshadow-color: #558889;
border-left-width: 20px;
border-left-style: solid;
border-left-color: #224045;
background: #e9e6d4 url('http://breakthrough-designs.com/Valiance/bg.jpg') repeat-x top;
margin: 0px 0px 0px 0px;
}

b {
font: 10px verdana;
font-weight: bold;
color: #173e54;}

a:link,a:visited,a:active {
color: #0a2e4f;
text-decoration: none;
font-style: underline;
}
	
a:hover {
text-decoration: none;
font-color: #558491;
}

.bgs {
border : 3px solid #0a2e4f;
margin : 2px;
}


h1 {

background: #224045;
border-left-width: 15px;
border-left-style: solid;
border-left-color: #558889;
font-family: Arial;
font-size: 10px;
color: #558889;
padding-left: 20px;
margin-left: 10px;
text-transform: uppercase;
letter-spacing: 5px;
}

h2 {

color: #2e5f67;
font-family: georgia;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
text-align: center;
margin-top: 0px;
margin-bottom: 4px;
padding: 5px 3px 0px 3px;
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #0a2e4f;
	}
	

	
h3 {

background-image: url('http://breakthrough-designs.com/Valiance/header.png');
background-repeat: no-repeat;
height: 60px;
padding: 2px 0px 9px 65px;
color: #173149;
font-family: garamond;
font-style: bold; 
font-size: 20px; 
text-align: left;
text-transform: uppercase;
letter-spacing: 4px;
	}
	
#bottombg {
background: url('http://breakthrough-designs.com/Valiance/bottom bg.jpg') bottom repeat-x;
}
	
.header {
	border: 2px solid #619497;
	padding: 5px;
	font-size: 14px;
	color: #619497; 
	font-family: verdana, tahoma;
	font-weight: bold;
	letter-spacing: 0px; 
	height: 30px;
	width: 400px;
	BACKGROUND-COLOR: #061f35;
	background-image: url('http://breakthrough-designs.com/Valiance/content header.jpg');
	text-align:left; 
	
}

.content {
 		border-color: #619497; 
 		border-style: solid; 
		border-top: 0px; 
		border-right: 1px solid #619497; 
		border-left: 1px solid #619497;
		border-bottom: 4px solid #619497; 
		background-color: #1a3c45; 
		background-image: url('http://breakthrough-designs.com/Valiance/content bg.jpg');
		background-repeat: repeat-x;
		align: center;
		color: #d5e7e9;
		font-size: 12px;
}

input, textarea {
background-image: url('http://breakthrough-designs.com/Valiance/textare bg.jpg');
background-repeat: repeat;
background-color:#14324c;
font-family:georgia; 
font-size: 12px;
color:#d6e6f4;
border-color: #4b7e81;
border-width: 1px;
border-style: solid;
scrollbar-face-color: #558889; 
scrollbar-arrow-color: #d5dedb;
scrollbar-track-color: #224045;
scrollbar-shadow-color: #1b5365;
scrollbar-3dlight-color: #d5dedb; 
scrollbar-highlight-color: #558889;
scrollbar-darkshadow-color: #558889;}

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 495px;
height: 630px; /* Set height to be able to contain height of largest content shown*/
border: 5px solid #224045;
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #558889;
padding: 5px;
visibility: hidden;
width: 495;
/*
 Total glidecontent width: 430px+10px+10px=490px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 495px;
margin-top: 6px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 1px solid black;
color: #324f57;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #8fc4bc;
color: black;
}

.glidecontenttoggler a:hover{
background: #8dd2d7;
color: #2c515a;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}
