/*

Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Name       : Primitive
Version    : 1.0
Released   : 20080425

*/

*
{
	margin: 0px;
}

body
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0px;
	background-color: #ffffff;
	color: #333333;
}

a
{
	background-color: inherit;
	color: #0000EE;
}

a:hover
{
	text-decoration: none;
}

p
{
	text-align: justify;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 150%;
}

ul
{
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 15px;
}

li
{
	line-height: 120%;
	margin-bottom: 4px;
}

table {
    border-collapse: collapse;
}
th {
    border: 1px solid #999999;
    padding: 4px;
    background: #ccffcc;
}
td {
    border: 1px solid #999999;
    padding: 4px;
}

#header
{
	background-color: #0022aa;
	color: #fff;
	padding: 30px 40px 30px 40px;
}

#header h1
{
	/* font-size: 30px; */
	font-size: 2.0em;
}

#header h2
{
	/* font-size: 14px; */
	font-size: 1.0em;
}

#header a
{
	color: #fff;
	text-decoration: none;
}

#header a:hover
{
	color: #fff;
	text-decoration: underline;
}

#menu
{
	padding: 5px 30px 0px 30px;
	margin-bottom: 30px;
	color: #222222;
	background-color: #f5f5f5;
	border-bottom: solid 1px #DADADA;
}

#menu div
{
	clear: both;
}

#menu ul
{
	display: block;
	position: relative;
	top: 1px;
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
}
	
#menu ul li
{
	position: relative;
	float: left;
	border: solid 1px #dadada;
	border-bottom: 0px;
	margin-right: 5px;
}

#menu ul li a
{
	display: block;
	padding: 5px 10px 8px 10px;
	text-decoration: none;
	background-color: inherit;
	color: #333333;
}

#menu ul li a:hover
{
	background-color: #0022AA;
	color: #fff;
}

#menu ul li.active, #menu ul li.active a, #menu ul li.active a:hover
{
	background-color: #ffffff;
	color: #333333;
}

#container
{
	width: 900px;
	margin: 0px 40px 0px 40px;
}

#primarycontainer
{
	float: left;
	width: 600px; 
}

#primarycontent
{
}

#primarycontent p
{
	margin-bottom: 20px;
}

#primarycontent img
{
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}

#primarycontent h1,h2
{
	margin-top: 24px;
	margin-bottom: 4px;
}

#primarycontent h3,h4,h5,h6
{
	margin-top: 12px;
	margin-bottom: 4px;
}

#primarycontent h1 a
{
	color: #333333;
	text-decoration: none;
}

#primarycontent h1 a:hover
{
	color: #333333;
	text-decoration: underline;
}

#primarycontent pre
{
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */

	color: #000000;
	font-size: 95%;
	background-color: #ccccff;
	margin-bottom: 15px;
	padding: 4px;
}

#secondarycontent
{
	float: right;
	width: 250px;
	font-size: 13px;
}

#secondarycontent h1
{
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 15px;
}


#footer
{
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding-top: 15px;
	border-top: solid 1px #DADADA;
	clear: both;
}

.clearit
{
	clear: both;
	height: 1px;
}
