 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:right; 
 background-color: #bcbcbc;
 font-family: "Century Gothic";
 font-size: 13px;

} 

img {
border: 0;
}

#angel {
position: fixed;
right: 0;
float: right;
text-align:right;
padding-right: 4px;
padding-top: 110px;

z-index: 3;
}
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
 background-color: #FFF;

} 
 
#header{
 position:relative; 
 height:139px; 
 background-color:#FFFF9F; 
 width:100%;
 padding-left: 550px;
 padding-top: 100px;
 width: 450px;

} 
 
#wrapper {
	 margin-bottom: 20px;
	 background-image: url(images/logo2.jpg);
	 background-repeat: no-repeat;
	 background-position: left top;
	 /*padding-top: 95px;*/
}

#time {
text-align: right;
padding-right:55px;
padding-top: 10px;
padding-bottom: 50px;
}


#leftcol{
	width:375px;
	float:left;
	position:relative;
	padding-left: 20px;
	padding-top: 150px;
	height: auto;


 }
 
#maincol{
	float: right;
	position: relative;
	width:375px;
	height: auto;
	padding-left: 5px;
 }
 
#footer{
	height:100px;
	background-color:#535252;
	clear:both;
	padding-top: 10px;
	padding-left: 25px;
 } 
 
 #rockbottom{
 background-color:#535252; 
 clear:both;
 padding-top: 5px;
 padding-bottom: 5px;
 text-align: center;
 color: #e18bd2;
 } 
 
#nav{
 margin-bottom: 25px;
}

.footerblock {
	float: left;
	width: 24%;
	}
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{
	display: inline-block;
	font-size: 13px;
}


.contentheader {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: bold;
	color: #e18bd2;
}

.subheader {
	font-family: "Century Gothic";
	font-size: 17px;
	font-weight: bold;
	color: #e18bd2;
}

p {
	font-family: "Century Gothic";
	font-size: 12px;
	text-align: justify;
	margin-top: 0em;

}

#popup {
	background-color: #FFF;
	text-align: justify;
	padding: 20px;
	font-size: 11px;	
}


.footertitle {
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
}

.footertext {
	color: #FFF;
	font-size: 13px;
}

a.footertext {
	color: #FFF;
	text-decoration: none;
}

a.footertext:hover {
	text-decoration: underline;
}

li {
	list-style: none inside url(images/listicon.jpg);
	margin: 0 0 0 -0px;
	padding-bottom: 10px;
	font-size: 13px;

}

.popupul {

/*	list-style: none inside url(images/listicon.jpg); */
	margin: 0 0 0 -40px;
	padding-bottom: 10px;
	font-size: 11px;

}

.navlinks {
	padding-right: 5px;
	padding-left: 5px;
}

a.navlinks {
	font-family: "Century Gothic";
	font-size: 18px;
	text-decoration: none;
	color: #747474;
	border-bottom: 3px #FFF solid;

}

a.navlinks:hover {
	border-bottom: 3px #f1ace5 solid;
	padding-bottom: 2px;
}

a.navlinkscurrent {
	font-family: "Century Gothic";
	font-size: 20px;
	text-decoration: none;
	color: #747474;
	border-bottom: 3px #f1ace5 solid;
	padding-bottom: 2px;

}



/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



label, select {
	display: block;
	width: 175px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: left;
	width: 165px;
	padding-right: 20px;
}

br {
	clear: left;
}
#calendarDiv{
	position:absolute;
	width:205px;
	border:1px solid #317082;
	padding:1px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	padding-bottom:20px;
	visibility:hidden;
}
#calendarDiv span,#calendarDiv img{
	float:left;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv td{
	padding:3px;
	margin:0px;
	font-size:10px;
}



#calendarDiv .selectBox{
	border:1px solid #E2EBED;		
	color: #E2EBED;
	position:relative;
}
#calendarDiv .selectBoxOver{
	border:1px solid #FFF;
	background-color: #317082;
	color: #FFF;
	position:relative;
}
#calendarDiv .selectBoxTime{
	border:1px solid #317082;		
	color: #317082;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;	
	color: #216072;
	position:relative;
}

#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #317082;


}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#FF0000;
}
#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
}
#calendarDiv .todaysDate div{
	float:left;
}
	
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #E2EBED;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}

#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}


#calendarDiv .monthYearPicker{
	background-color: #E2EBED;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #317082;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;

}
#calendarDiv #monthSelect{
	width:70px;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	background-color:#317082;
	color: #E2EBED;
}

#calendarDiv td{
	text-align:right;
	cursor:pointer;
}

#calendarDiv .topBar img{
	cursor:pointer;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}
.Style1 {
	font-family: "Century Gothic";
	font-size: 18px;
	text-decoration: underline;
	color: #3333FF;
}
.Style7 {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #FFFFFF;
}
.Style10 {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #e18bd2;
}
.Style11 {
	font-family: "Century Gothic";
	font-size: 12px;
}
.style12 {
	font-family: "Century Gothic";
	color: #3333FF;
	font-weight: bold;
	font-size: 16px;
}
.Style2 {
	color: #FF0000;
}
.Style3 {
	font-size: 12px;
}
.Style4 {
	font-size: 11px;
}
.Style5 {
	color: #e18bd2;
	font-size: 14px;
}
.Style13 {
	color: #3333FF;
	font-weight: bold;
	font-size: 24px;
}
.Style14 {
	font-size: 18px;
}
.Style17 {
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: bolder;
	color: #000000;
}
