/*
==============================================================================
  Common
==============================================================================
*/


*
{
    font-family: calibri, georgia, verdana, arial, sans-serif;
}

body
{
    margin: 0;
    padding: 0;
    font-size: 1em;
    background-color: #5478E4;
    background-image: url(../images/GoCougars.jpg);
    background-position: right;
    background-repeat: repeat-y;
}

/*
==============================================================================
    Containers
==============================================================================
*/

#dLeft
{
    float: left;
    width: 350px;
    margin: 0 10px 0 10px;
    padding: 0;
    text-align: center;
    background-color: #5478E4;
}

#dContact, #dOffice, .dCourses, #dAbout, #dImage, #dInfo
{
    border-top: 0 solid #0059E0;
    border-left: 5px solid #0059E0;
    border-right: 5px solid #0059E0;
    border-bottom: 5px solid #0059E0;
    background-color: #ffffff;
}

#dContact, #dOffice, .dCourses, #dAbout
{
    margin: 10px 0 20px 0;
}

#dContact, #dOffice, #dAbout
{
    width: 330px;
}


.dCourses, #dInfo
{
    margin: 10px 10px 20px 370px;
    min-width: 400px;
    max-width: 600px;
}

#dInfo
{
    padding: 5px 5px 2px 5px;
    font-weight: bold;
    font-style: italic;
    background: #F7F9FE;
}

#dImage
{
    margin: 10px auto;
    padding: 0;
    text-align: center;
    width: 100px;
    height: 160px;
    background: #f5f5f5;
    background-image: url(../images/john.jpg);
    background-repeat: no-repeat;
    border: 5px solid #0059E0;
    border-top: 5px solid #0059E0;

}


/*
==============================================================================
    HTML Tags
==============================================================================
*/

h1
{
    font-size: 2.2em;
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
    margin: 10px;
    padding: 0;
    border-bottom: 5px dotted #ffffff;
    text-align: center;
}

h2
{
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    padding: 2px 0 5px 0;
    text-align: center;
    background: #0059E0;
}

h3
{
    font-size: 1.2em;
    font-weight: bold;
    color: #000000;
    margin: 10px 5px 5px 5px;
    padding: 0;
    text-align: center;
    border-bottom: 2px dotted #0059E0;
}

q
{
	font-style: italic;
}

ul
{
    margin-bottom: 0;
}

p
{
    margin: 0 0 10px 0;
    text-align: center;
}



#dContact p
{
    margin: 0 5px 10px 5px;
    text-align: center;
}



#dOffice p
{
    margin: 5px 5px 10px 5px;
    text-align: center;
}



#dAbout
{
    text-align: left;
    padding-bottom: 10px;
}

#dAbout p
{
    margin: 5px 10px 10px 10px;
    text-align: left;
}

#dAbout ul
{
    list-style-type: square;
    margin-top: 0;
}

#dAbout ul li
{
	padding: 0 15px 0 0;
}

#dAbout ul li ul
{
    list-style-type: circle;
}



.dCourses p
{
    margin: 5px 5px 10px 5px;
    text-align: left;
}

.dCourses ul
{
    list-style-type: square;
}

.dCourses ul li
{
    padding: 0 5px 10px 0;
    font-weight: bold;
}

.dCourses ul li p
{
    padding: 0;
    font-style: normal;
    font-weight: normal;
    font-size: .9em;
}

.dCourses ul li ul
{
    list-style-type: circle;
    font-style: normal;
    font-weight: normal;
    margin-top: 0;
}

.dCourses ul li ul li
{
    font-style: normal;
    font-weight: normal;
    padding: 0 5px 5px 0;
}

.dCourses ul.ulStructureNotes li
{
	font-weight: normal;
}


a:link
{
    color: #4169E1;
    padding: 1px 0;
}
a:visited
{
    color: #708EE8;
}
a:hover
{
    text-decoration: none;
    color: #202020;
    background: #F6F8FE;
    border-top: 1px dashed #202020;
    border-bottom: 1px dashed #202020;
}


.CancelledSession
{
	padding: 5px;
	background-image: url(../images/CancelledSession.jpg);
	background-repeat: repeat;
}

/* ------ */