ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- InstanceBegin template="/Templates/main_WISA.dwt" codeOutsideHTMLIsLocked="false" --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-16"> <!-- InstanceBeginEditable name="doctitle" --> <title>Wheaton Ice Skating Academy</title> <!-- InstanceEndEditable --> <style type="text/css"> <!-- body { font: 100% Verdana, Arial, Helvetica, sans-serif; background: #666666; margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ padding: 0; text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ color: #000000; background-color: #FFFFFF; background-image: url(img/img01.gif); background-repeat: repeat-x; } /* Tips for Elastic layouts 1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate. 2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this. 3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing. */ .twoColElsRtHdr #container { width: 60em; /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */ background: #FFFFFF; margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ border: 0px solid #000000; text-align: left; /* this overrides the text-align: center on the body element. */ } .twoColElsRtHdr #header { background-color: #FFFFFF; background-image: url(img/img01.gif); background-repeat: repeat-x; padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */ } .twoColElsRtHdr #header h1 { margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */ padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ } /* Tips for sidebar1: 1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly. 2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsRtHdr #sidebar1 p" rule. */ .twoColElsRtHdr #sidebar1 { float: right; width: 20em; /* since this element is floated, a width must be given */ background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */ padding: 15px 0; /* top and bottom padding create visual space within this div */ } .twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p { margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */ margin-right: 10px; } /* Tips for mainContent: 1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs. 2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div. No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. 3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing. 4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur. */ .twoColElsRtHdr #mainContent { margin: 0 21em 0 10px; /* the left margin will look best if you match the padding amount to the header and footer. */ } .twoColElsRtHdr #footer { padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ background:#FFFFFF; } .twoColElsRtHdr #footer p { margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */ padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */ } /* Miscellaneous classes for reuse */ .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ float: right; margin-left: 8px; } .fltlft { /* this class can be used to float an element left in your page */ float: left; margin-right: 8px; } .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */ clear:both; height:0; font-size: 1px; line-height: 0px; } body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; } a:link { color: #333333; text-decoration: none; } a:visited { text-decoration: none; color: #333333; } a:hover { text-decoration: underline; color: #000000; } a:active { text-decoration: none; color: #333333; } --> </style><!--[if IE]> <style type="text/css"> /* place css fixes for all versions of IE in this conditional comment */ .twoColElsRtHdr #sidebar1 { padding-top: 30px; } .twoColElsRtHdr #mainContent { zoom: 1; padding-top: 15px; } /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */ </style> <![endif]--><!-- InstanceBeginEditable name="head" --> <style type="text/css"> <!-- .style1 { font-size: 75%; font-weight: bold; font-style: italic; } .style77 {font-size: 85%; font-weight: bold; color: #333333; } .style84 {font-size: 100%; font-weight: bold; color: #FF0000; } .style90 {font-size: 85%; font-weight: bold; color: #666666; } .style101 {color: #A9C3E4; font-weight: bold; } .AB8;L3 {color: #333333; font-size: 85%;} .AB8;L4 {font-size: 85%; font-weight: bold; color: #990000; } .AB8;L6 {font-size: 85%; font-weight: bold; color: #FF0000; } .AB8;L7 {color: #FF0000} .AB8;L8 { color: #FF0000; font-weight: bold; font-size: 150%; } .AB8;L9 {font-size: 125%; font-weight: bold; color: #FF0000; } .AB8;L11 { color: #0000FF; font-weight: bold; font-size: 125%; font-style: italic; } .AB8;L12 { font-size: 75%; font-weight: bold; font-style: italic; color: #FF0000; } .AB8;L13 {font-size: 125%; font-weight: bold; color: #FF0000; font-style: italic; } .AB8;L14 { font-size: 65%; font-weight: bold; font-style: italic; color: #666666; } .AB8;L15 { font-size: 100%; font-style: italic; font-weight: bold; color: #333333; } .AB8;L16 {font-size: 85%; font-weight: bold; font-style: italic; color: #FF0000; } .style102 { color: #666666; font-weight: bold; } .style100 {font-size: 75%; font-weight: bold; font-style: italic; color: #666666; } .style111 {color: #0000FF} .style112 { color: #333333; font-style: italic; font-weight: bold; } --> </style> <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script><!-- InstanceEndEditable --> </head> <body class="twoColElsRtHdr"> <div id="container"> <div id="header"> <img src="img/wisa_header.jpg" alt="Wheaton Ice Skating Academy" width="960" height="147"> <h3 align="center"><a href="index.html">HOME</a> | <a href="about.html">ABOUT</a> | <a href="skaters.html">SKATERS</a> | <a href="coaches.html">COACHES</a> | <a href="join.html">JOIN</a> | <a href="donate.html">DONATE</a> | <a href="news.html">NEWS</a> | <a href="members.php">MEMBERS</a></h3> <!-- end #header --></div> <!-- InstanceBeginEditable name="sidebar" --> <p>&nbsp;</p> <div id="sidebar1"> <h3 class="twoColElsRtHdr style102">Events Schedule</h3> <p> <iframe src="//www.google.com/calendar/embed?showTitle=0&amp;mode=AGENDA&amp;height=300&amp;wkst=2&amp;bgcolor=%23FFFFFF&amp;src=tubdlh303mksgo1tv9g0qs0c98%40group.calendar.google.com&amp;color=%23A32929&amp;ctz=America%2FNew_York" style="border-width: 0pt;" width="300" scrolling="no" frameborder="0" height="300"></iframe> </p> <h3>Practice Schedule <span class="style90">(group 1)</span> </h3> <p><iframe src="https://www.google.com/calendar/embed?mode=AGENDA&amp;height=300&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=g1b7d731v7nvko8ddgh20ss2g0%40group.calendar.google.com&amp;color=%23060D5E&amp;ctz=America%2FNew_York" style="border-width: 0pt;" width="300" scrolling="no" frameborder="0" height="300"></iframe></p> <h3>Practice Schedule <span class="style90">(group 2)</span> </h3> <p> <iframe src="https://www.google.com/calendar/embed?mode=AGENDA&amp;height=300&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=3e7junlp34nht143bq12e9qto4%40group.calendar.google.com&amp;color=%23853104&amp;ctz=America%2FNew_York" style="border-width: 0pt;" width="300" scrolling="no" frameborder="0" height="300"></iframe> </p> <h3>Practice Schedule <span class="style90">(group 3)</span> </h3> <p> <iframe src="https://www.google.com/calendar/embed?mode=AGENDA&amp;height=300&amp;wkst=2&amp;bgcolor=%23FFFFFF&amp;src=nr51k080vhpa9d6ddhgr4v87ms%40group.calendar.google.com&amp;color=%230D7813&amp;ctz=America%2FNew_York" style="border-width: 0pt;" width="300" scrolling="no" frameborder="0" height="300"></iframe> </p> <h3>Practice Schedule <span class="style90">(group 4)</span> </h3> <p><iframe src="https://www.google.com/calendar/embed?mode=AGENDA&amp;height=300&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=j03pfgrrckdvjfopa9gn631ioo%40group.calendar.google.com&amp;color=%232952A3&amp;ctz=America%2FNew_York" style="border-width: 0pt;" width="300" scrolling="no" frameborder="0" height="300"></iframe></p> <p class="style90" align="center"><a href="schedules.php">for groups assignment press here </a></p> <h3>Recent Photos</h3> <table align="center" border="0" width="300"> <tbody> <tr> <td> <div align="center"><!-- Start of Flickr Badge --> <style type="text/css"> .zg_div {margin:0px 5px 5px 0px; width:117px;} .zg_div_inner {border: solid 1px #000000; background-color:#ffffff; color:#666666; text-align:center; font-family:arial, helvetica; font-size:11px;} .zg_div a, .zg_div a:hover, .zg_div a:visited {color:#3993ff; background:inherit !important; text-decoration:none !important;} </style> <script type="text/javascript"> zg_insert_badge = function() { var zg_bg_color = 'ffffff'; var zgi_url = 'http://www.flickr.com/apps/badge/badge_iframe.gne?zg_bg_color='+zg_bg_color+'&zg_person_id=22209741%40N06&zg_set_id=72157603556194726&zg_context=in%2Fset-72157603556194726%2F'; document.write('<iframe style="background-color:#'+zg_bg_color+'; border-color:#'+zg_bg_color+'; border:none;" width="113" height="151" frameborder="0" scrolling="no" src="'+zgi_url+'" title="Flickr Badge"><\/iframe>'); if (document.getElementById) document.write('<div id="zg_whatlink"><a href="http://www.flickr.com/badge.gne" style="color:#3993ff;" onclick="zg_toggleWhat(); return false;">What is this?<\/a><\/div>'); } zg_toggleWhat = function() { document.getElementById('zg_whatdiv').style.display = (document.getElementById('zg_whatdiv').style.display != 'none') ? 'none' : 'block'; document.getElementById('zg_whatlink').style.display = (document.getElementById('zg_whatdiv').style.display != 'none') ? 'none' : 'block'; return false; } </script> <div class="zg_div"> <div class="zg_div_inner"><a href="http://www.flickr.com">www.<strong style="color: rgb(57, 147, 255);">flick<span style="color: rgb(255, 28, 146);">r</span></strong>.com</a><br> <script type="text/javascript">zg_insert_badge();</script> <div id="zg_whatdiv">This is a Flickr badge showing photos in a set called <a href="http://www.flickr.com/photos/22209741@N06/sets/72157603556194726">skaters</a>. Make your own badge <a href="http://www.flickr.com/badge.gne">here</a>.</div> <script type="text/javascript">if (document.getElementById) document.getElementById('zg_whatdiv').style.display = 'none';</script> </div> </div> <!-- End of Flickr Badge --> </div> </td> </tr> </tbody> </table> </div> <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="main_content" --> <div id="mainContent"> <p>Excellence is achieved through passion, perseverance, hard work and talent. The Wheaton Ice Skating Academy provides a forum for children to pursue the highest competitive achievement in the stunning and breathtaking sport of ice skating. WISA was founded in 2003 by Russian and gold medal champions Alexei Kiliakov and Elena Novak. Their dream was to create a world class training program in the sport in which they have trained, competed, and performed internationally their entire lives. They have brought the most successful techniques from around the world to the Academy, while adding their own creative approach to develop a training system uniquely American.</p> <p> <iframe src="http://player.vimeo.com/video/614003?title=0&amp;byline=0&amp;portrait=0&amp;color=01AAEA" width="400" height="309" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> <br> <span class="style1">WISA on CBS</span> </p> <p>Since its modest beginning eight years ago, Academy skaters as young as seven have competed regionally and nationally with great success and joy. Competition is not a singular goal. Discipline, character development, and teamwork are skills children will use and depend on throughout their lives.</p> <p>The Academy strives to make top-notch training affordable. No talented young skaters are excluded because of limited financial resources.</p> <p>&nbsp;</p> <h2>Recent News</h2> <span class="style84">Congratulations to all skaters who competed at the 2012 Prudential US National Championships! </span> <p><span class="style77">January 21-28, 2012</span> <span class="AB8;L3"> (San Jose, CA)</span></p> <table border="0" width="765"> <tbody> <tr> <td class="style90" width="184">&nbsp;</td> <td class="style90" width="349"> <div align="center"><img src="img/2012US.gif" alt="2012US" width="152" height="129"></div> </td> <td class="style77" width="218">&nbsp;</td> </tr> <tr> <td class="style90">Novice Dance </td> <td class="style90">Whitney Miller &amp; Kyle MacMillan </td> <td class="AB8;L4">2nd place </td> </tr> <tr> <td class="style90">&nbsp;</td> <td class="style90">&nbsp;</td> <td class="AB8;L4">&nbsp;</td> </tr> <tr> <td class="style90">Junior Dance </td> <td class="style90">Lorraine McNamara &amp; Quinn Carpenter </td> <td class="AB8;L4">3rd place </td> </tr> <tr> <td class="style90">&nbsp;</td> <td class="style90">Rachel Parsons &amp; Michael Parsons </td> <td class="AB8;L4">4th place </td> </tr> <tr> <td class="style90">&nbsp;</td> <td class="style90">Elliana Pogrebinsky &amp; Ross Gudis </td> <td class="AB8;L4">8th place </td> </tr> <tr> <td class="style90">&nbsp;</td> <td class="style90">&nbsp;</td> <td class="AB8;L4">&nbsp;</td> </tr> <tr> <td class="style90">Senior Dance </td> <td class="style90">Brittany Schmucker &amp; Adam Munday </td> <td class="AB8;L4">12th place </td> </tr> </tbody> </table> <p>&nbsp;</p> <span class="style84">Congratulations to Rachel and Michael Parsons for placing 4th as members of the US National Team at the 2012 Youth Olympic Games! </span> <p><span class="style77">January 13-22, 2012</span> <span class="AB8;L3"> (Innsbruck, Austria)</span></p> <table border="0" width="618"> <tbody> <tr> <td>&nbsp;</td> <td> <div align="center"><img src="img/yog-2012-Innsbruck.jpg" alt="WYOG" border="0" width="308" height="95"></div> </td> <td>&nbsp;</td> </tr> </tbody> </table> <p>&nbsp;</p> <span class="style84">Congratulations to all skaters who competed at the 2012 US Junior National Championships!</span> <p><span class="style77">December 12-14, 2011</span> <span class="AB8;L3"> (Lansing, MI)</span></p> <table border="0" width="765"> <tbody> <tr> <td class="style90" width="184">&nbsp;</td> <td class="style90" width="349"> <div align="center"><img src="img/2012JrUS.jpg" alt="2012JrUS" width="216" height="168"></div> </td> <td class="style77" width="218">&nbsp;</td> </tr> <tr> <td class="style90">Juvenile Dance </td> <td class="style90">Eliana Gropman &amp; Ian Somerville </td> <td class="AB8;L4">1st place </td> </tr> <tr> <td class="style90">&nbsp;</td> <td class="style90">Gwen Sletten &amp; Elliot Verburg </td> <td class="AB8;L4">2nd place </td> </tr> <tr> <td class="style90">&nbsp;</td> <td class="style90">Caroline Green &amp; Gordon Green </td> <td class="AB8;L4">7th place </td> </tr> <tr> <td class="style90">&nbsp;</td> <td class="style90">&nbsp;</td> <td class="AB8;L4">&nbsp;</td> </tr> <tr> <td class="style90">Intermediate Dance </td> <td class="style90">Gigi Becker &amp; Luca Becker </td> <td class="AB8;L4">1st place </td> </tr> <tr> <td class="style90">&nbsp;</td> <td class="style90">Emily Wein &amp; Bradley Lawrence </td> <td class="AB8;L4">6th place </td> </tr> <tr> <td class="style90">&nbsp;</td> <td class="style90">Katherine Gourianova &amp; Caleb Wein </td> <td class="AB8;L4">7th place </td> </tr> </tbody> </table> <p>&nbsp;</p> <p>&nbsp;</p> <table border="0" width="766"> <tbody> <tr> <td width="445"><span class="style77">Please support our teams </span><span class="AB8;L3"> (more info on <a href="donate.html">donation page</a>)</span></td> <td width="311"> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input name="cmd2" value="_s-xclick" type="hidden"> <input name="hosted_button_id2" value="AJ2KLM9RZA8VC" type="hidden"> <input src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" name="submit2" alt="PayPal - The safer, easier way to pay online!" border="0" type="image"> <img alt="donation" src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" width="1" height="1"> </form> </td> </tr> </tbody> </table> <p><span class="style100">The Wheaton Ice Skating Academy is incorporated as a nonprofit corporation under the laws of the state of Maryland, and is not organized for the private gain or benefit of any person and will be classified as nonprofit under 501(c)(3) of the Internal Revenue Code or the corresponding section of any future tax codes.</span></p> <!-- end #mainContent --> </div> <!-- InstanceEndEditable --><!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --> <br class="clearfloat"> <!-- footer starts here --> <div id="footer"> <table border="0" width="937"> <tbody> <tr> <td rowspan="2" width="345"> <blockquote> <p><a href="http://www.wfsc.net/"><img src="img/WFSC_logo.jpg" alt="WFSC_logo" width="71" height="82"></a></p> </blockquote> </td> <td rowspan="2" width="48">&nbsp;</td> <td rowspan="2" width="160"><a href="http://www.usfigureskating.org/"><img src="img/USFS_logo.gif" alt="US Figure Skating" border="0" width="135" height="51"></a></td> <td rowspan="2" width="291">&nbsp;</td> <td width="71" height="40">&nbsp;</td> </tr> <tr> <td><img src="img/NOKI_logo.jpg" alt="NOKI" border="0" width="71" height="16"></td> </tr> </tbody> </table> <p align="center">Contact: <a href="mailto:SkateWisa@me.com">SkateWISA@me.com</a></p> <!-- end #footer --></div> <!-- end #container --></div> <!-- InstanceEnd --> </body> </html>