@charset "utf-8";
/* CSS Document */


html {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 100%;
}

body {
	font-family: Verdana;
	margin: auto;
	padding: 0px;
	color:#333333;
    font-size: 10pt;
	background-color: #f7fdff;
	background-image:url(images/bg.png); 
	background-position: top left;
	background-repeat: repeat-x;
	min-height: 100%;
}

p {padding:0px; margin:0px; margin-bottom:10px;}

li {margin-bottom:1em;}

h1 {color:#0066CC; font-size:18pt; font-weight:bold; margin-bottom:15px;}
h2 {color:#0066CC; font-size:16pt; font-weight:bold; margin-bottom:10px;}
h3 {color:#E85700; font-size:12pt; font-weight:bold; margin-bottom:5px;}

a:link {text-decoration:none; color:#0066CC;}
a:hover {text-decoration:underline; color:#CC0000;}
a:visited  {text-decoration:none; color:#0066CC;}

td {
	color:#333333;
    font-size: 10pt;
}
/* IDS */

#featurebox {padding:10px; padding-bottom:30px; border:1px; background-color: #EAF4FF; margin-bottom:15px; border:thin #666666 solid;}

#shadows {
	width:810px;
	height:100%;
	margin: auto;
	background-image:url(images/shadows.png);
	background-repeat:repeat-y;
	min-height: 100%;
}

#world {
	width: 718px;
	padding:0px;
    padding-left: 21px;
	padding-right: 21px;
	background-color:#ffffff;
	margin: auto;
    vertical-align: top;
	min-height: 100%;
}

#content {
	width: 100%;
	padding:0px;
	margin: auto;
    vertical-align: top;
	background-image:url(images/creationdepotsidetext.png);
	background-repeat: no-repeat;
	background-position:top right;
	min-height: 100%;
}

#Footer {
	margin:auto;
	background-color:#FFFFFF;	
	min-height: 100%;
}



/* Classes */

li.footer {margin-bottom: 5px;}

.title {font-size:16pt;}

.introtext {font-size:14px; color: #333333; text-align:justify; word-spacing:.125em;}

.minitext {font-size:10pt;}

a.HeaderLinks1:link {font-weight:bold; color:#667d8f; text-decoration:none;}
a.HeaderLinks2:link {font-weight:bold; color:#cc661b; text-decoration:none;}
a.HeaderLinks1:visited {font-weight:bold; color:#667d8f; text-decoration:none;}
a.HeaderLinks2:visited {font-weight:bold; color:#cc661b; text-decoration:none;}
a.HeaderLinks1:hover {font-weight:bold; color:#CC0000; text-decoration:none;}
a.HeaderLinks2:hover {font-weight:bold; color:#CC0000; text-decoration:none;}

a.footerlinks:link {color:#0066FF; text-decoration:none;}
a.footerlinks:hover {color:#CC0000; text-decoration:underline;}

.Subhead1 {
	color: #4b4b4b;
	font-size: 14pt
}

/* Colors */

.blue {color:#3a7faf;}