/* CSS Document */


/***** Structure *****/


/*** Unicam  begin ***/
BODY {
	LETTER-SPACING: 0.02em; 
	FONT-SIZE: 11px; 
	PADDING: 0px; 
	MARGIN: 0px; 
	COLOR: #000;
	FONT-FAMILY: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; 
	
}

.bodybkg 
{
	background: url(../images/bodyBkg1.gif) top left repeat-x; 
}

/* A {
	COLOR: #000; 
	text-decoration: none;
}

A:hover {
	border-bottom: 1px solid #1E91C9; 
	text-decoration: none;
}

*/

h4 {
	background:#D61C3A;
	color:#fff;
	font-size: 110%;
	padding-left: 4px;
	margin: 0 0 10px 0;
}

.highlight {
 color: #D61C3A;
}

.emph{
	font-weight:bold;
}
.lin {text-decoration:underline; color:#D61C3A;}
.lin a {text-decoration:underline; color:#D61C3A;}
.lin a:hover {text-decoration:none; color:#D61C3A;}
.lin2 {text-decoration:none; color:#999999; font-size: 9px;}

.lin2 a {text-decoration:none; color:#999999; font-size: 9px;}

.lin2 a:hover {text-decoration:underline; color:#999999; font-size: 9px;}

#contentWrapper {
	width: 100%;
	text-align: center; /*** per Win Explorer 5 ****/
}
.organ { float:left; text-align:center;margin-right: 2em; margin-top: 2em;}


/* HEADER */
#header
{
	width: 780px;
    height:185px; 
    margin: auto;
	text-align: center;
	/*background: url(../images/headerBkg.gif) repeat-x; */
}

#unicam
{
	float:left;
	margin-left: 20px;
	margin-top: 10px;
	width:135px;
	height:166px;
}

#unicamLogo
{
	float:left;
	margin-left: 0.5em;
	margin-top: 5em;

}

#sponsoredBy 
{
	position:relative;
	top: 50px;
	float: right;
	/* border-bottom:1px solid #D61C3A;*/
}

#sponsoredBy img
{
	margin-right:5px;
	vertical-align:text-top;
	margin-bottom: 10px;
}

#date
{
	position:relative;
	right: 285px;
	top: 120px;
}


#content
{
    width: 780px;
    height:auto;
    margin: auto;
    text-align: left;
    padding: 0px;
    background-color: #fff;
}


#contentNav
{
    float: left;
	width: 140px;
    margin-top: 3em;
   	background-color: #fff;
	margin-left: 20px;
}

#construction
{
	margin-top:100px;
	font-size:13px;
	font-weight:bold;
	color: #D61C3A;
}

#pageContent {
	float: left;
	width:390px;
	margin-top: 3.9em;
	overflow:auto;
	/*border-left: 2px solid #D61C3A;*/
	
}

#contIframe {
	border: 0px solid #fff;
	width: 390px;
	height: 320px;
	margin:0;
	padding:0;
}

.contentBox {
	width: 350px;
	margin-left:15px;
	margin-bottom: 15px;
	float:left;
}

.boxLeft{
	float:left;
	width:40px;
	margin-right:10px;
}

.boxRight{
	float:left;
	width:300px;
}


#contentNav ul 
{
	background: white;
	width: 138px;
	padding:0;
	margin:10px 0 0 0;
	list-style: none;
	float:left;
}

#contentNav li 
{
	display:inline;
	width: 138px;
	border-bottom: 1px solid #fff;
	background:#fff;
	text-decoration:none;
	font-size:12px;
}
#contentNav li meta a
{
	display:block;
	width: 60px;
	padding-left: 4px;
	text-decoration:none;
}
#contentNav li meta a:hover
{
	display:block;
	width: 60px;
	padding-left: 4px;
	text-decoration:none;
}
#contentNav .tec li a
{
	display:block;
	width: 138px;
	padding-left: 4px;
	color:#FFF;
	border-bottom: 1px solid #fff;
	background:#002259;
	text-decoration:none;
	font-size:12px;
}

#contentNav .tec li a:hover, #contentNav li a:active 
{
	width: 138px;
	padding-left: 4px;
	color:#fff;
	border-bottom: 1px solid #fff;
	background:#D61C3A;
	text-decoration:none;
	font-size:12px;
}

#contentNav .rec li a
{
	display:block;
	padding-left: 4px;
	color:#D61C3A;
	width: 138px;
	border-bottom: 1px solid #fff;
	background:#fff;
	text-decoration:none;
	font-size:12px;
}

#contentNav .rec li a:hover, #contentNav li a:active 
{
	width: 138px;
	padding-left: 4px;
	color:#fff;
	border-bottom: 1px solid #fff;
	background:#D61C3A;
	text-decoration:none;
	font-size:12px;
	
}

#contentBan {
	float: right;
	width:150px;
	margin-top: 4em;
	margin-left: 5px;
   
}

/*** Unicam  end ***/








/* CONTENT */





.contentItem
{
    width: 100%;
    margin: 10px 0 10px 0;
    float:  left;
    height:auto;
    overflow:auto;
}


/* FOOTER */



