html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}
hr{display: none;}

body {
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;

}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
border-bottom:1px solid #DDDDDD;
color:#325E93;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:150%;
font-weight:normal;
margin-top:2px;
padding-bottom:5px;
text-align:center;
}

.content h2 {
color:#8C101A;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:140%;
font-weight:normal;
padding-top:12px;
padding-bottom:12px;
text-align:center;
}

.content img {
border:none;
padding-left:10px;
}

h3 {
color:#325E93;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:140%;
font-style:italic;
font-weight:normal;
padding-top:12px;
padding-bottom:12px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}


/* misc */
.clearer {
    clear: both;
	height:1px;
	}


/* structure */



.container {
	font-size: 1.2em;
	margin: 0 auto;
	width: 900px;
}

/* header */

.top{
	border-bottom:#608299 4px solid;
}

.header {
	font-size: 1.2em;
	height: 220px;
	margin: 0 auto;
	width: 900px;
    background-image:url(img/bg_strip.gif);
}


.header .left {

    float: left;
	color: #A4A4A0;	
	width: 672px;
	height: 230px;
	vertical-align:bottom;
}

.header .right {
    float:right;
	width:228px;
	height:220px;
	text-align:center;
	padding-top:10px;
}

.header .right img {
    border:none;
}

.header .right a {
	text-decoration: none;
	color:#554;
}

.header .right a:visited {
	text-decoration: none;
	color:#554;
}

.header .right a:hover {
	text-decoration: none;
	color:#8C101A;
}

/* top navigation */

.main {
    background-image:url(img/bg_strip.gif);
}

.main img {
    padding:5px;

}

/* sub navigation */
.sidenav {
	float: right;
	width: 228px;
}

.sidenav h2 {
	color: #ffffff;
	font-size: 1.2em;
	line-height: 30px;
	margin: 0;
	padding-top:10px;
	padding-left: 6px;
	font-weight:normal;
	background-color:#608299;
}

.sidenav h5 {
	color: #ffffff;
	font-size: 1.2em;
	line-height: 30px;
	margin: 0;
	padding-left: 6px;
	font-weight:normal;
	background-color:#7daec4;
}
.sidenav ul {
	padding: 0;
	border-top: 1px dashed #ffffff;
}

.sidenav li {border-bottom: 1px dashed #7daec4;}

.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	padding-left: 25px;
	background: url(img/mini-category2.gif) left bottom no-repeat;
}

.sidenav li a:hover {
	color: #654;
	padding-left: 25px;
	background: #ffffff url(img/mini-category2.gif) left bottom no-repeat;	
}

.sidenav p {
    padding-left:10px;
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 638px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}
.content p {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:110%;
}

/* footer */

.outer_footer {
    width:100%;
	background-color:#608299;
}

.footer {
    background-color:#608299;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
	width:900px;
	margin: 0 auto;
	background-image:url(img/foot_strip.gif);
}
.footer a,.footer a:hover {color: #FFF;}

address {
    padding-top:10px;
    padding-left:10px;
    font-style:normal;
}
 
 /* lower info box */
 
 	.container{
		width:900px;
		margin: 0 auto;
		position: relative;
		overflow:hidden;
		background-image:url(img/info_strip.gif);
	}
	
 	#bottominfo{
	
		background: #f9f9f9;
		width: 100%;
		overflow: hidden;
		border-top: 1px dashed #d1cfcd;

	}
	
	.bottomcolumn{
		float: left;
		width:317px;
		margin-right: 18px;

	}
	
	.bottomright{
	    margin-right:0;
		width:228px;
		float:right;
		color:#608299;
		}
	
	
	.bottomcolumn h3{
		border-bottom: 1px dashed #d1cfcd;
		color: #5699A7; font-size:18px;padding:15px 0 5px 5px;
	}
	
	.bottomright h3 {
	    color:#ffffff;
		font-style:normal;
	}
	
	.bottomright p{
	    color:#ffffff;
		font-style:normal;
	}	
	
	.bottomright form {
	    padding-left:5px;
		text-align:center;
	}
	
	.bottomcolumn p{
		padding: 10px 35px 10px 5px;
		font-size: 1.2em;
	}
	
		ul.borderedlist li{
		border-bottom: 1px dashed #d1cfcd;
	}
	ul.borderedlist li a{
		display: block;
		padding:3px 0 0 2px;
		height: 26px;
		color: #42423b;
		text-decoration:none;		
	}
	ul.borderedlist li a:hover{background: #E5E5E4;
	    color: #42423b;
		text-decoration:none;
	}
	
	.iconlist{
		border-top: 1px dashed #d1cfcd;
		font-size: 1.2em;
	}
	
	ul.iconlist li a{
		padding-left: 25px;
		background: url(img/mini-category.gif) left bottom no-repeat;
	}
	
	ul.iconlist  li a:hover{background: #E9E4DE url(img/mini-category.gif) left bottom no-repeat;color: #42423b;}
		
	.enewsbox{
		float: left;
		width: 180px;
		height: 25px;
		padding:3px 5px;
		border: 1px solid #608299;
		font-size:13px;

	}
	.button{
		display: block;
		float: left;
		width: auto;
		line-height:1em;
		text-align: center;
		background: #ffffff;
		border: 1px solid #608299;
		color: #608299;
		cursor: pointer;
		margin:0;
		padding:3px 8px; /* IE6 */
		margin-top:5px;
		margin-left:108px;
	}	
	

 /* calendar */

.month {
background-color:#f9f9f9;
width:100%;
padding:5px;
margin-top:10px;
width:628px;
border:#CCCCCC 1px dashed;
}

.month a {
text-decoration:none;
color:#608299;
}

.month a:visited {
text-decoration:none;
color:#608299;
}

.month a:hover {
text-decoration:none;
color:#8C101A;
}

#LogoLink h1 {
	height: 76px;
	margin:0;
	float: left;
	width: 400px;
	position: absolute;
	z-index: 10;
	border-bottom:none;
}
#LogoLink h1 a {
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	width: 330px;
	height: 60px;
	
}

#LogoLink h1 a span {
    display:none;
}



.month h1 {
color:#000000;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:140%;
font-weight:normal;
padding-top:5px;
padding-bottom:5px;
text-align:left;
border-bottom:none;
}

.month .day {
width:100px;
float:left;
}

.month .course {
width:528px;
float:left;
}

