/* Styles for the site */


a.calendardescr{
	font-size: 14px;
}
td.calendardescr{
	font-size: 13px;
}
td.calendarinfo{
	font-size: 10px;
}

div#searchbox{
	background-image: url("/images/searchbox.gif");
	margin: 0px;
	padding: 4px 10px 2px 70px;
	background-repeat: no-repeat;
	width: 310px;
}

div#aboutus{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url("/images/aboutusback.jpg");
	background-repeat: no-repeat;
	width: 667px;
	min-height: 149px;
}

div.comment{
        border-bottom: 1px dashed #b68cde;
	padding-bottom: 3px;
	padding-top: 12px;
}

div#fastmenucontainer{
	color: white;
        background-color: #b68cde;
        margin: 0px 0px 0px 0px;
        padding: 2px;
	text-align: right;
}


td.leftmenu{
	text-align: left;
	font-size: 12px;
	padding-top: 4px;
	padding-left: 4px;
	width: 135px;
	background-color: #d8cce0;

}
td.rightmenu{
	text-align: right;
	width: 135px;
	background-color: #d8cce0;
	font-size: 10px;
}

div.topform{
            padding: 4px;
            background-color: #b68cde;
            color: white;
            text-align: left;
            font-family: Arial;
            font-weight: bold;
}
div.withinform{
              font-weight: normal;
            padding: 4px;
            margin: 0px;
            margin-top: 3px;
            background-color: white;
            color: black;
	    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Common properties for the links */
a:link,a:active,a:visited{
	color: purple;
}
a:hover{
	text-decoration: underline;
	color: purple;
}


/* The body */
body {
	margin: 0px;
	background-color: white;
	background-image: url("/images/background_female.gif");
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Body container style */
div#bodycontainer{
	color: rgb(23,80,183);
	background-color: white;
	margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}



div.smallpiccontainer{
	border-style: none;
	margin: 20px 20px 20px 20px;
	padding: 4px 4px 4px 4px;
	text-align: center;
	font-size: 11px;
}

img.smallpic{
	border-width: 0px;
	width: 100px;
	height: 100px;
}


.google_text {font-size: 10px; font-family: verdana,arial,sans-serif; line-height: 12px;}
a.googlelink:link,a.googlelink:active,a.googlelink:visited{
	font-size: 11px;
	text-decoration: underline;
        font-family: verdana,arial,sans-serif; 
        line-height: 14px;
}
a.googlelink:hover{
	font-size: 11px;
	text-decoration: underline;
}

div.note_box{
	background-image: url("/images/note_box.png");
	background-repeat: no-repeat;
	margin: 2px 0px 2px 10px;
	padding: 20px 12px 4px 12px;
	width: 155px;
	height: 180px;
	font-size: 11px;
}

div.note_box_big{
	background-image: url("/images/note_box_big.png");
	background-repeat: no-repeat;
	margin: 2px 0px 2px 10px;
	padding: 20px 0px 4px 50px;
	width: 295px;
	height: 180px;
	font-size: 11px;
}


div#presentation{
	font-size: 10px;
	text-align: left;
}
	

div#logocontainer{
        width: 948px;
        text-align: left;
        border-width: 1px 1px 0px 1px;
        #border-color: white;
        background-image: url('/images/headerbackground_female.jpg');
	background-repeat: no-repeat;
	border-style: 1px solid black;
        background-color: white;
}

div#bodymarginer{
	width: 950px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
        border: 1px solid black;
}

table.largetable{
	width: 100%;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


a.menulink:link,a.menulink:active,a.menulink:visited{
        text-decoration: none;
	color: black;
}
a.menulink:hover{
	text-decoration: underline;
	color: black;
}

a.fastmenulink:link,a.fastmenulink:active,a.fastmenulink:visited{
        text-decoration: underline;
	color: white;
}
a.fastmenulink:hover{
	text-decoration: underline;
	color: white;
}

div.menutitle{
        font-family: Arial;
        font-size: 14px;
        padding-left: 20px;
        background-image: url("/images/starico.gif");
        background-repeat: no-repeat;
        margin-top: 16px;
}

  

td.bodycontext{
	margin: 0px 0px 0px 0px;
	padding: 12px;
	background-color: white;
	width: auto;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 16px;
	color: black;
}

div.foot{
	width: 100%;
}

/* Title's style... */
.maintitle,h1,h2{
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	line-height: 120%;
	text-align: center;
	color: #000000;
}



div.copyrightfoot{
        text-align: center;
        color: black;
        font-size: 11px;
        font-family: Arial;
        padding-top: 6px; 
	margin-bottom: 8px;
	width: 80%;
}


