
/* default elements */


* {
	margin:0px;
	padding:0px
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size :45px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: capitalize;
	text-align:center;
}

p {
	font-family:Verdana, Arial, helvetica, sans-serif;
	font-size:0.95em;
	font-weight: normal;
	color:#FFFFFF;
	text-align:justify;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom:12px;
}

ol {
	font-family:Verdana, Arial, helvetica, sans-serif;
	font-size:0.95em;
	font-weight: normal;
	color:#FFFFFF;
	text-align:justify;
	list-style:outside;
	margin-left: 15px;
	margin-right: 10px;
	padding-bottom:12px;
}

#content li {
	font-family:Verdana, Arial, helvetica, sans-serif;
	font-size:0.95em;
	font-weight: normal;
	color:#FFFFFF;
	text-align:justify;
	margin-left: 30px;
	margin-right: 10px;
}


a {
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:normal;
	font-style:normal;
	text-decoration:underline;
}
a:link {
	color:#CCCCCC;
	font-weight:normal;
	font-style:normal;
	text-decoration:underline;
}

a:visited {
	color:#CCCCCC;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
}

a:hover {
	color:#CCCCCC;
	font-style:normal;
	text-decoration:none;
}

/* Layout */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	background-color:#000000;
	color:#FFFFFF;
	background-image:url(/cms/templates/themza_j15_03/images/stars.png);
	background-repeat:repeat;
}

#wrapper {
	width:860px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom:20px;
	margin-left: auto;
	position:relative;

}

#content {
	float:left;
	width:860px;
	padding-top: 5px;
	margin-left:0px;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#title {
	width:860px;
	padding-top:5px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:5px;
}

#linkscontainer {
	width:860px;
	height:65px;
	background-color:#000000;
	margin-top:0px;
	margin-bottom:0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-bottom-color: #000;
}
#links {
	width:860px;
	/*background-color:#666666;*/
	clear:both;
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:0.9em;
	text-align: center;
	padding-left:0px;
}

#footer {
	width:860px;
	height:55px;
	clear:both;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer p {
	font-size:0.9em;
	font-family:arial;
	font-weight:normal;
	line-height: 1.4em;
	color:#FFFFFF;
	padding-top:20px;
	padding-bottom:30px;
	text-align:center;
	magin:auto;
}

#footer a {
	font-size:0.9em;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
	text-decoration: none;
}

#footer a:hover {
	text-decoration:none;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
}

.left {
	float:left;
	padding:4px;
}

#clear{
	clear:both;
}

.style1 {
	color: #66CCFF;
}