/* SMS CSS Document */
html, body {
	margin: 0px;
	padding: 0px;	
}

/*
[Fix if IE 4-5]
*/
body {
	text-align: center;
}
#wrapper, #txt-box, #txt-1,#txt-2, #txt-3 {
	text-align: left;
}

/*
CONTAINERS
*/
#wrapper {
	height: 700px;
	width: 820px;
	margin: 0 auto;
	font-size: 85%;
	color: #6600FF;
	font-family: Arial, Helvetica, sans-serif;
}
#img {
	background-image: url(images/img-logo.jpg);
	background-repeat: no-repeat;
	height: 400px;
}
#txt-box {
	z-index: 300;
	width: 760px;
	padding: 0px 40px;
}
#txt-1 {
	background-image: url(images/txtframe-01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 46px;
}
#txt-2 {
	background-image: url(images/txtframe-02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#txt-3 {
	background-image: url(images/txtframe-03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 106px;
	clear: both;
}

/* 
LINKS
*/
a:link {
	color: #F0F;
	text-decoration: none;
}
a:active {
	color: #F0F;
	text-decoration: none;
}
a:hover {
	color: #A873FF;
	text-decoration: underline;
}
a:visited {
	color: #F0F;
	text-decoration: none;
}

/*
TEXT STYLES
*/
h1 {
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 2em;
	margin-top: 4em;
}
h2 {
	font-size: 1.2em;
	text-align: left;
	margin-bottom: 1em;
	margin-top: 2em;
}
.title h1, h2 {
	text-align: center;
	margin-bottom: 1em;
	margin-top: 0em;
}
#txt-2 h2 {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 1.5em;
	margin-top: 2em;
}
h3 {
	font-size: 1em;
	text-align: left;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	text-align: left;
}
p {
	line-height: 120%;
	padding: 5px;
}
p.script {
	font-style: italic;
	color: #BA55D3;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
}
p.italics {
	font-style: italic;
}
p.centred {
	text-align: center;
}
.green {
	color: #00CC00;
}
.pinkred {
	color: #FF6666;
}
.sm_txt {
	font-size: 80%;
	font-style: italic;
}
.blue2 {
	color: #009CDA;
}
.TOC-h1 {
	color: #00CC00;
}
.TOC-p {
	text-align: left;
	font-size: 85%;
}

/*
NAVIGATION
*/
.donation a:link, a:visited a:hover {
	color: #FFF;
	width: 160px;	
}
.nav-gaia {
	width: 160px;	
}
.nav-gaia ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.nav-gaia li {
	padding: 0.5em 0 0 0.25em;
	margin: 0.2em 0;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;	
}
.nav-gaia a {
	text-decoration: none;	
}
.nav-gaia a:link, a:visited {
	color: #FFF;
}
.nav-gaia a:hover {
	color: #F0F;
}
/*-------------------*/
.doc-links {
	width: 220px;
}
.doc-links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.doc-links li {
	padding: 0.5em 0 0 0.25em;
	margin: 0.1em 0;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6600FF;	
}
.doc-links a {
	text-decoration: none;	
}
.doc-links a:link, a:visited {
	color: #6600FF;
}
.doc-links a:hover {
	color: #F0F;
}
.doc-links h4 {
	font-size: 1em;
	line-height: 100%;
	margin-bottom: 0.5em;
	margin-top: 0;
}

/*
Fx
*/
.divider {
	border-top-width: thin;
	border-top-style: solid;
	color: #6600FF;
}
.lib_divider-1 {
	font-size: 1.1em;
	text-align: left;
	margin-bottom: 1em;
	margin-top: 3em;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #6600FF;
	font-weight: bold;
}
.lib_divider-2 {
	color: #6600FF;
	line-height: 120%;
	text-align: left;
	padding: 0px 6px 0px 0px;	
}
.lib_divider-3 {
	color: #6600FF;
	line-height: 120%;
	text-align: left;
	padding: 0px 0px 0px 10px;
	border: thin solid #C7B7FF;
	margin: 20px 0px;
	
}