/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Modified by SJ
*/



* {
	margin: 0;
	padding: 0;
}

body {
	background: #a2b6e0 /*#EAC99A*/ url(images/desertsand-blue/texture-blue.png);
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #01173e; /* yellow:  #65533c; */  /*#A38560;*/
}

marquee 
{ 
  padding-top: 2em;
  padding-bottom: 1em;
}

h1, h2, h3 {
	font-weight: normal;
	color: #222; /*yellow #B27217;*/
}

h1 {
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-bottom: 2em;
	line-height: 140%; /*180%;*/
}

p {
}

blockquote {
}

ul {
	margin-top: 1em;
	list-style: none;
}

ul li {
/*	padding-left: 1em;
	background: url(images/desertsand-blue/img06.gif) no-repeat top left;*/
	margin-left: 1em;
	list-style: url(images/desertsand-blue/img06.gif) outside;
	padding-bottom: .5em;
}

ul ul li {
/*	padding-left: 1em;
	background: url(images/desertsand-blue/img06.gif) no-repeat top left;*/
	margin-left: 3em;
	list-style: url(images/desertsand-blue/img06.gif) outside;
	padding-bottom: .5em;
}

ol {
	margin-left: 1em;
}

ol li {
}

pre, code {
}

pre {
}

code {
}

a {
  color: /* #8e3b39; */ #01173e;
}

a.FormationWithoutFuture 
{ 
	color: #444; /*#342929;*/ /*yellow: #D65601;*/
}


a:hover {
	text-decoration: none;
}

a:visited {
}

img {
}

input, textarea, select {
}

input {
}

textarea {
}

select {
}

.bg {
	background: url(images/desertsand-blue/img02.png) repeat-x;
}

/* Header */

#header {
	width: 720px;
	height: 70px;
	margin: 0 auto;
	padding-top: 40px;
}

/* Logo */

#logo-right {
    position: relative;
	float: right;
        top: -15px;
        height: 70px;
}


#logo {
	float: left;
        height: 4em;
}

#logo h1 {
	margin: 0;
	font-size: 2em;
}

#logo h2 {
	margin: 0;
	padding-left: .1em;
	font-size: 1em;
	font-weight: bold;
}

#logo a {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding-top: 2.35em;
	list-style: none;
}

#menu li {
	display: inline;
	padding-left: 2em;
	background: none;
}

#menu a {
	text-decoration: none;
	letter-spacing: -1px;
	color: #FFFFFF;
}

#menu a:hover {
}

/* Wrapper */

#wrapper {
	width: 760px;
	margin: 0 auto;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
}

#sidebar .content {
	background: url(images/desertsand-blue/img04.png) repeat-y;
}

#sidebar .title {
	margin: 0;
	padding: 20px 20px 0 20px;
	background: url(images/desertsand-blue/img03.png) no-repeat;
}

#sidebar .content {
	padding: 20px;
}

#sidebar .bottom {
        border-top: 2px solid #6593c5;
	height: 33px;
/*	background: url(images/desertsand-blue/img05.png) repeat-x left bottom;*/
	background: url(images/desertsand-blue/texture-blue.png) repeat-x left bottom;
}

/* Content */

#content {
	float: right;
	width: 500px;
}

/* Splash */

.splash {
	text-align: left;
	background: url(images/desertsand-blue/img09.png) repeat-y;
}

.splash .top {
	padding: 20px 20px 16px 20px;
	background: url(images/desertsand-blue/img08.png) no-repeat;
}

.splash .bottom {
        border-top: 2px solid #6593c5;
	height: 33px;
/*	background: url(images/desertsand-blue/img05.png) repeat-x left bottom;*/
	background: url(images/desertsand-blue/texture-blue.png) repeat-x left bottom;
}

/* Welcome */

.welcome {
	padding: 0 20px;
}

.welcome h1, .welcome h2, .welcome h3 {
	line-height: 200%;
}

/* Samples */

.samples {
	margin-top: 5em;
	padding: 20px;
	background: url(images/desertsand-blue/img05.png) repeat-x;
}

.samples h1, .samples h2, .samples h3 {
	line-height: 200%;
}

/* Footer */

#footer {
	width: 720px;
	margin: 0 auto;
}

#footer p {
	font-size: 10px;
}

