#skip2nav
{
	display: none;
}

body
{
	background: #ffffff;
}

h1
{
	font-family: Palatino, "Palatino Linotype", "Book Antiqua", serif;
	font-size: 2em;
	font-style:oblique;
	color:#383838;
}
#header
{
	background-image: url(/img/bck_head_top.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
 	background-color: #fff;
	width: 100%;
	overflow: none;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 4px;
	height: 40px;
}
#header img 
{
	position: absolute;
	top: 0;
	left: 0;
}

#navmain
{
	position: absolute;
	top: 40px;
	left: 152px;
	height: 40px;
        background-color: #176095;
	color: #333;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	font:caption;
	text-align: center;
	line-height: 40px;	
	font-size: 1em;
	overflow: hidden;
}
#navmain li
{
	float: left;
	list-style: none;
	border-bottom: 1px solid #dddddd;
}

#navmain li.first
{
	margin-left: 0;
}

#navmain li span.sep
{
	border-left: 0 solid #e4e4cc;
	border-right: 1px solid #fff;
	margin: 0;
}

#navmain li a
{
	display: block;
	height: 40px;
	padding: 0 7px;
	color: #DDDDDD;
	border-right: 1px solid #aaaaaa; 
}
#navmain li a.current,
#navmain li a:hover
{
	background-color: #176095;
        color: #EAEAEA;
	border-right: 1px solid #ababab; 
	border-left: 0 solid white;
	text-decoration: underline;
        letter-spacing:0.01em;
}

#contentwrapper
{
	float: right;
	width: 100%;
	margin-top: 110px;
	margin-left: -225px;
}
#content
{
	margin-left: 180px;
	margin-right: 50px;
	font-family: Verdana,Helvetica,sans-serif;
	padding-bottom: 10px;
	font-size: 80%;
}

#homepage
{
	margin-left: 250px;
	margin-right: 50px;
	font-family: Verdana,Helvetica,sans-serif;
	padding-bottom: 10px;
	font-size: 12px;
}

#content p
{
        font-family: Geneva,Tahoma, sans-serif;
        font-size: 14px;
        line-height: 1.5em;
	margin: .5em 0;
        color: #202020;
}

#content a
{
        color: #21A329;
}

#content a:hover
{
	text-decoration: underline;
}

dt
{
	font-weight: normal;
}

#content ul
{
	list-style: none;
	margin: 10px 20px;
	color: #903;
	color: #176095;
}
#content ul li
{
	margin-bottom: 5px;
	padding-left: 15px;
	background: transparent url(/img/icon_red-diamond.gif) no-repeat scroll 1px 5px;
}

#content ul ul
{
	list-style: circle;
}

#content ol
{
	list-style: A;
	margin: 10px 20px;
	color: #176095;
}
#content ol li
{
	margin-bottom: 5px;
	padding-left: 5px;
	margin-left: 25px;
        line-height:2em;
}

#content ol ol
{
	list-style: A;
}


#content div.section
{
	margin: 20px 0;
}

hr
{
	background: transparent;
	border: 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	height: 5px;
	width: 100%;
	margin: 30px 0;
}

#content form,
#content form p.buttons
{
	border-top: 1px solid #CCC;
}
#content form p
{
	padding: 5px 0;
	margin-bottom: 0;
	margin-top: 0;
}
#content p.required
{
	color: #176095;
}
#content form label
{
	display: block;
	float: left;
	width: 140px;
}
#content label
{
	cursor: pointer;
}

cite 
{
	text-align: left;
	width: 100%;
        font-family: Georgia, serif;
	font-size: 1em;
        letter-spacing: 0.05em;
	font-weight: normal;
        font-style: oblique;
	color: #757575;
        height: 1.5em;
}

#navsec
{
	float: left;
	width: 150px;
	margin-top: 110px;
	text-align: right;
        line-height:1.2em;
}
#navsec a
{
	color: #777;
	display: block;
	padding: 2px;
	padding-right: 5px;
}
#navsec a.current
{
        color: #176095;
	background-color: #ffffff;
	font-weight: bold;
	background-image: url(/img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 205px center;
	border-bottom: solid 1px #CC6;
}
#navsec ul
{
	background-color: #ffffff;
        border-bottom: solid 1px #CC6;
        letter-spacing: 0.02em;
}
#navsec ul a.current
{
	background-color: transparent;
	border: 0;
	color: #AF3C26;
}
#navsec a:hover
{
	text-decoration: underline;
}
#navsec strong
{
	display: block;
	padding-right: 20px;
}

h2
{
	font-size: 18px;
	font-weight: 600;
        font-style:normal;
	font-family: Georgia, serif;
	font-variant: small-caps;
        letter-spacing: 0.03em;
	color: #303040;
}
h3
{
        font-family: Georgia,serif;
	font-size: 18px;
	height: 25px;
	font-style: italic;
	font-weight:500;
        text-decoration: underline;
	color: #202020;
}

#courselist
{
	width: 100%;
}
#courselist th
{
	text-align: left;
}
#courselist th a
{
        color: #777;
        text-decoration: underline;
}
#courselist th a:hover
{
        text-decoration: none;
}

#courselist th span
{
	display: block;
	margin-right: 10px;
	margin-bottom: 0px;
	background: #fff;
	padding-left: 5px;
	padding-bottom: 2px;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: solid 2px #777;
}
#courselist td span
{
	display: block;
        border-left: solid 1px #777;
        border-right: solid 1px #777;
	margin-right: 10px;
	padding: 5px;
	padding-left: 10px;
}
#courselist td a
{
	color: #777;
	text-decoration: underline;
}
#courselist td a:hover
{
	text-decoration: none;
}

/* EXTRA {{{ */

#extra
{
	float: right;
	width: 130px;
	padding-left: 10px;
	border-left: 1px solid #CCC;
	margin-left: 10px;
}
#extra ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#extra ul li
{
	margin-bottom: 20px;
}
#extra a
{
	color: #999;
}
#extra a:hover
{
	color: #903;
	color: #176095;
}

/* }}} */

#footer
{
	clear: both;
	text-align: right;
	font-size: 70%;
	padding-right: 20px;
	margin: 10px 0;
}

#footer a
{
	color: #3184DD;
        color: #21A329;
}
#footer a:hover
{
	text-decoration: underline;
}

#footer span.sep
{
	font-size: 90%;
	color: #777;
}

/* TEST */

.testing p:first-letter
{
	padding-left: 50px;
}
#content .testing ul
{
	margin-left: 65px;
	margin-top: 0;
}
blockquote
{
	padding: 0;
	margin: 0;
	margin-left: 50px;
}

#content .testing p
{
	margin: 0;
	margin-top: 20px;
}
p.indent 
{
	padding-left: 20px;
}

/****/


