/* CSS Document */

body {
	margin:0px;
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	}
	
a:link {
	font-family:Tahoma;
	font-size:11px;
	color:#fbbc00;
	text-decoration:underline;
	}

a:visited {
	font-family:Tahoma;
	font-size:11px;
	color:#fbbc00;
	text-decoration:underline;
	}
	
a:hover {
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
	}
		
.container {
	background-color:#4e4e4e;
	padding:10px 0px 10px 0px;
	}
	
.left {
	background-image:url(img/left.gif);
	background-repeat:repeat-y;
	}
	
.right {
	background-image:url(img/right.gif);
	background-repeat:repeat-y;
	}
	
.header {
	background-image:url(img/header-bg.gif);
	background-repeat:repeat-x;
	border:1px solid #5c5c5c;
	}
	

	
	
	
.nav {
	background-image:url(img/bg.gif);
	border:1px solid #5c5c5c;
	}

h2 {
	background-image:url(img/h2bg.gif);
	background-repeat:repeat-x;
	height:25px;
	color:#000000;
	margin:0px;
	font-size:1.2em;
	padding:3px;
	text-align:center;
	}

/******** sidebar ********/
.sidebar{
margin:0px;
padding:0px;
}

.sidebar ul{
list-style:none;
margin:10px;
padding:0px;
}

.sidebar li{
list-style:none;
background-image:url(img/libg.gif);
background-repeat:no-repeat;
margin:0px;
height:26px;
padding:5px 5px 5px 10px;
}

.sidebar li a{
font: Tahoma;
font-size:11px;
font-weight:bold;
padding:2px;
text-decoration:none;
}

.sidebar li a:link{
text-decoration:underline;
}

.sidebar li a:visited{
text-decoration:underline;
}

.sidebar li a:hover{
text-decoration:underline;
color:#FFFFFF;
}

h1 {
	margin:0px;
	font-size:large;
	color:#fbbc00;
	}

p {
	text-align:justify;
	}

p.type {
	color:#fbbc00;
	font-weight:bold;
	}

input {
	border:1px solid #5d5c5c;
	background-color:#333333;
	font-family:Tahoma;
	color:#FFFFFF;
	padding:1px;
	margin:2px 0px 2px 0px;
	}
	
select {
	border:1px solid #5d5c5c;
	background-color:#333333;
	font-family:Tahoma;
	color:#FFFFFF;
	padding:1px;
	margin:2px 0px 2px 0px;
	}
	
.footer {
	background-image:url(img/bg.gif);
	border:1px solid #5c5c5c;
	height:30px;
	}

.ad {
	background-color:#323232;
	border:1px solid #5d5c5c;
	padding:10px;
	margin-bottom:10px;
	}
	
/******** glitter ********/
body { 
	background-color:483A50;  
	font-family: Verdana, Arial; font-size: 12px; 
	}

div#glittertext {
	background: white; 
}

div#header {
	background-image:  url("glitterheader.gif");
	width: 700px;
	height:106px;
	background-repeat:no-repeat;
}

div#content {
	width:700px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:12px;
	padding-bottom:12px;
	font-family: sans-serif;
	color: 333333;
	font-size: 11px;
}

div#content h1 {
	color: black;
	font-family: 
}

div#content table {
	width: 95%;
}

div#content input {
	background: white;
	color: black;
}

div#content input.button {
	border: 0;
	margin-bottom: -5px;
}

div#content input[type="radio"] {
	visibility: hidden;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
}

div#content img {
	margin-bottom: 1em; 
}
div#content label {
	padding-left: 16px;
	width: 16px;
	height: 16px;
	background: url("img/radio_unchecked.png") 0 0 no-repeat;
}

div#content label.checked {
	background-image: url("img/radio_checked.png")
}

div#break {
	margin-top: 20px;
	margin-bottom: 20px;	
	background-color:bbbbbb;
	width: 60%;
	height: 2px;
}


a {
	color: 0000EE;
  	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	}
	
a:visited {
	color: 0000EE;
	text-decoration: none;
	}
	
a:hover {
	color: 4444EE;
	text-decoration: underline;
	}


/* misc*/
h1 {
	font-family: Tahoma;
	color: 000000;
	font-size: 24px;
	font-weight: bold;
	padding-top:6px;
	padding-bottom:6px;
	margin: 0px 0px 0px 0px;
	}
h2 {
	font-size: 12px;
	margin: 0em 0em .5em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 22px;
	margin: 0em 0em .5em 0em;
	font-weight: bold;
	color:0096FF;
	}

.small {
	font-size: 11px;
	font-weight: bold;
	}
	
.bginput
{
    background-color: f8fcfe; 
	border: solid AFDEFF; 
	border-width: 1px 1px 1px 1px; 
	font-color: 626161; 
	font-size: 16px;
	font-family: trebuchet MS, arial, verdana;
	padding:3px;
	}

.bginput2
{
    background-color: f8fcfe; 
	border: solid AFDEFF; 
	border-width: 1px 1px 1px 1px; 
	font-color: 626161; 
	font-size: 10px;
	font-family: trebuchet MS, arial, verdana;
	}
