@charset "utf-8";
/* CSS Document */


* {margin:0;padding:0}
body{background-image:url(images/bg.jpg);
background-position:center bottom;
background-repeat:repeat-x;
background-color:#3e6489;
font-family:Arial, Helvetica, sans-serif;
color:#474747}

div,p,li{font-size:12px}
li{margin-left:16px;}
h1{color:#373737;text-align:left;font-size:16px;}
h2{color:#999;font-size:16px;font-weight:normal}
pre{background:#666; color:#fff; padding:10px; margin:10px; height:auto; overflow:auto; font:12px Verdana,Courier,sans-serif}
/** html pre {width:100%}*/
p{line-height:18px; margin-top:15px}
#wrapper {
	padding:0px;
	width:960px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
/*	background-image:url(images/bg_header.jpg);
	background-position:top center;
	background-repeat:no-repeat;*/
}

#sub_wrapper {
	padding:0px;
}

.sample{}

.buttons{}
.buttons span{cursor:pointer;float:left}
.buttons span.active, .buttons span:hover{color:#fff}

#navigation{margin-top:15px;
margin-left:10px}

#col1,#col2{float:left;}
#col1{width:650px;}
#col2{width:275px;margin-left:30px;}
.clear{clear:both}

.ajaxified-selected
{
	font-weight:		bold;
}
.ajaxsub-selected
{
	font-weight:		bold;
	color:#466b8e;
}
a {font-size:14px;color:#ffffff;text-decoration:none}
a:hover{text-decoration:underline}

.ajaxsub {font-size:14px;color:#a1a1a1;text-decoration:none}
.external {font-size:14px;color:#a1a1a1;text-decoration:none}

a.ajaxsub:active {
	
	text-decoration: none;

}
a.ajaxsub:link {

	text-decoration: none;
}
a.ajaxsub:visited {
	
	text-decoration: none;
}
a.ajaxsub:hover {
	color: #466b8e;
	text-decoration: none;
}

a.external:active {
	
	text-decoration: none;

}
a.external:link {

	text-decoration: none;
}
a.external:visited {
	
	text-decoration: none;
}
a.external:hover {
	color: #466b8e;
	text-decoration: none;
}

.large{background-image:url(images/bg_large.jpg);
    background-position:top left;
    background-repeat:no-repeat;
    width:625px;
    height:480px}

.large_campus{background-image:url(images/bg_large_campus.jpg);
    background-position:top left;
    background-repeat:no-repeat;
    width:625px;
    height:480px}
	
.small{background-image:url(images/bg_small.jpg);
    background-position:top left;
    background-repeat:no-repeat;
    width:625px;
    height:295px}


